PHP 클래스 Arkade\S3\Model\Store\Store\Plugin

파일 보기 프로젝트 열기: arkadedigital/magento2-s3

공개 메소드들

메소드 설명
afterGetBaseUrl ( Magento\Store\Model\Store $subject, string $result ) : string This plugin fixes a bug where Magento incorrectly appends two forward slashes to the media rewrite script. We remove one of those extra forward slashes.

메소드 상세

afterGetBaseUrl() 공개 메소드

This plugin fixes a bug where Magento incorrectly appends two forward slashes to the media rewrite script. We remove one of those extra forward slashes.
public afterGetBaseUrl ( Magento\Store\Model\Store $subject, string $result ) : string
$subject Magento\Store\Model\Store
$result string
리턴 string