|
| | __construct (\Magento\Framework\App\Route\ConfigInterface $routeConfig, \Magento\Framework\App\RequestInterface $request, \Magento\Framework\Url\SecurityInfoInterface $urlSecurityInfo, \Magento\Framework\Url\ScopeResolverInterface $scopeResolver, \Magento\Framework\Session\Generic $session, \Magento\Framework\Session\SidResolverInterface $sidResolver, \Magento\Framework\Url\RouteParamsResolverFactory $routeParamsResolverFactory, \Magento\Framework\Url\QueryParamsResolverInterface $queryParamsResolver, \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig, \Magento\Framework\Url\RouteParamsPreprocessorInterface $routeParamsPreprocessor, $scopeType, \Magento\Backend\Helper\Data $backendHelper, \Magento\Backend\Model\Menu\Config $menuConfig, \Magento\Framework\App\CacheInterface $cache, \Magento\Backend\Model\Auth\Session $authSession, \Magento\Framework\Encryption\EncryptorInterface $encryptor, \Magento\Store\Model\StoreFactory $storeFactory, \Magento\Framework\Data\Form\FormKey $formKey, array $data=[], HostChecker $hostChecker=null, Json $serializer=null) |
| |
| | getUrl ($routePath=null, $routeParams=null) |
| |
| | getSecretKey ($routeName=null, $controller=null, $action=null) |
| |
| | useSecretKey () |
| |
| | turnOnSecretKey () |
| |
| | turnOffSecretKey () |
| |
| | renewSecretUrls () |
| |
| | getStartupPageUrl () |
| |
| | findFirstAvailableMenu () |
| |
| | setSession (\Magento\Backend\Model\Auth\Session $session) |
| |
| | getAreaFrontName () |
| |
| | __construct (\Magento\Framework\App\Route\ConfigInterface $routeConfig, \Magento\Framework\App\RequestInterface $request, \Magento\Framework\Url\SecurityInfoInterface $urlSecurityInfo, \Magento\Framework\Url\ScopeResolverInterface $scopeResolver, \Magento\Framework\Session\Generic $session, \Magento\Framework\Session\SidResolverInterface $sidResolver, \Magento\Framework\Url\RouteParamsResolverFactory $routeParamsResolverFactory, \Magento\Framework\Url\QueryParamsResolverInterface $queryParamsResolver, \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig, \Magento\Framework\Url\RouteParamsPreprocessorInterface $routeParamsPreprocessor, $scopeType, array $data=[], HostChecker $hostChecker=null, Json $serializer=null) |
| |
| | setUseSession ($useSession) |
| |
| | getUseSession () |
| |
| | getConfigData ($key, $prefix=null) |
| |
| | setRequest (\Magento\Framework\App\RequestInterface $request) |
| |
| | setScope ($params) |
| |
| | getBaseUrl ($params=[]) |
| |
| | getRouteUrl ($routePath=null, $routeParams=null) |
| |
| | addSessionParam () |
| |
| | addQueryParams (array $data) |
| |
| | setQueryParam ($key, $data) |
| |
| | getUrl ($routePath=null, $routeParams=null) |
| |
| | getRebuiltUrl ($url) |
| |
| | escape ($value) |
| |
| | getDirectUrl ($url, $params=[]) |
| |
| | sessionUrlVar ($html) |
| |
| | useSessionIdForUrl ($secure=false) |
| |
| | isOwnOriginUrl () |
| |
| | getRedirectUrl ($url) |
| |
| | getCurrentUrl () |
| |
| | __construct (array $data=[]) |
| |
| | addData (array $arr) |
| |
| | setData ($key, $value=null) |
| |
| | unsetData ($key=null) |
| |
| | getData ($key='', $index=null) |
| |
| | getDataByPath ($path) |
| |
| | getDataByKey ($key) |
| |
| | setDataUsingMethod ($key, $args=[]) |
| |
| | getDataUsingMethod ($key, $args=null) |
| |
| | hasData ($key='') |
| |
| | toArray (array $keys=[]) |
| |
| | convertToArray (array $keys=[]) |
| |
| | toXml (array $keys=[], $rootName='item', $addOpenTag=false, $addCdata=true) |
| |
| | convertToXml (array $arrAttributes=[], $rootName='item', $addOpenTag=false, $addCdata=true) |
| |
| | toJson (array $keys=[]) |
| |
| | convertToJson (array $keys=[]) |
| |
| | toString ($format='') |
| |
| | __call ($method, $args) |
| |
| | isEmpty () |
| |
| | serialize ($keys=[], $valueSeparator='=', $fieldSeparator=' ', $quote='"') |
| |
| | debug ($data=null, &$objects=[]) |
| |
| | offsetSet ($offset, $value) |
| |
| | offsetExists ($offset) |
| |
| | offsetUnset ($offset) |
| |
| | offsetGet ($offset) |
| |
Class \Magento\Backend\Model\UrlInterface
@SuppressWarnings(PHPMD.CouplingBetweenObjects) @api
- Since
- 100.0.2
Definition at line 19 of file Url.php.