Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| AliasManagerDecorator | class | core/ |
Test alias manager decorator. |
| AliasManagerDecorator.php | file | core/ |
|
| AliasManagerDecorator::$aliasManager | property | core/ |
The decorated alias manager. |
| AliasManagerDecorator::cacheClear | function | core/ |
Clear internal caches in alias manager. |
| AliasManagerDecorator::getAliasByPath | function | core/ |
Given a path, return the alias. |
| AliasManagerDecorator::getPathByAlias | function | core/ |
Given the alias, return the path it represents. |
| AliasManagerDecorator::__construct | function | core/ |
AliasManagerDecorator constructor. |
| AliasManagerTest::$aliasRepository | property | core/ |
Alias repository. |
| AliasManagerTest::$aliasStorage | property | core/ |
Alias storage. |
| AliasRepository | class | core/ |
Provides the default path alias lookup operations. |
| AliasRepository | class | core/ |
Provides the default path alias lookup operations. |
| AliasRepository.php | file | core/ |
|
| AliasRepository.php | file | core/ |
|
| AliasRepository::$connection | property | core/ |
The database connection. |
| AliasRepository::addLanguageFallback | function | core/ |
Adds path alias language fallback conditions to a select query object. |
| AliasRepository::getBaseQuery | function | core/ |
Returns a SELECT query for the path_alias base table. |
| AliasRepository::lookupByAlias | function | core/ |
Searches a path alias for a given alias. |
| AliasRepository::lookupBySystemPath | function | core/ |
Searches a path alias for a given Drupal system path. |
| AliasRepository::pathHasMatchingAlias | function | core/ |
Check if any alias exists starting with $initial_substring. |
| AliasRepository::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of system paths. |
| AliasRepository::__construct | function | core/ |
Constructs an AliasRepository object. |
| AliasRepositoryInterface | interface | core/ |
Provides an interface for path alias lookup operations. |
| AliasRepositoryInterface | interface | core/ |
Provides an interface for path alias lookup operations. |
| AliasRepositoryInterface.php | file | core/ |
|
| AliasRepositoryInterface.php | file | core/ |
|
| AliasRepositoryInterface::lookupByAlias | function | core/ |
Searches a path alias for a given alias. |
| AliasRepositoryInterface::lookupBySystemPath | function | core/ |
Searches a path alias for a given Drupal system path. |
| AliasRepositoryInterface::pathHasMatchingAlias | function | core/ |
Check if any alias exists starting with $initial_substring. |
| AliasRepositoryInterface::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of system paths. |
| AliasStorage | class | core/ |
Provides a class for CRUD operations on path aliases. |
| AliasStorage.php | file | core/ |
|
| AliasStorage::$connection | property | core/ |
The database connection. |
| AliasStorage::$entityTypeManager | property | core/ |
The entity type manager. |
| AliasStorage::$moduleHandler | property | core/ |
The module handler. |
| AliasStorage::addLanguageFallback | function | core/ |
Adds path alias language fallback conditions to a select query object. |
| AliasStorage::aliasExists | function | core/ |
Checks if alias already exists. |
| AliasStorage::delete | function | core/ |
Deletes a URL alias. |
| AliasStorage::getAliasesForAdminListing | function | core/ |
Loads aliases for admin listing. |
| AliasStorage::getBaseQuery | function | core/ |
Returns a SELECT query for the path_alias base table. |
| AliasStorage::getPathAliasEntityStorage | function | core/ |
Returns the path alias entity storage handler. |
| AliasStorage::languageAliasExists | function | core/ |
Checks if there are any aliases with language defined. |
| AliasStorage::load | function | core/ |
Fetches a specific URL alias from the database. |
| AliasStorage::lookupPathAlias | function | core/ |
Returns an alias of Drupal system URL. |
| AliasStorage::lookupPathSource | function | core/ |
Returns Drupal system URL of an alias. |
| AliasStorage::pathHasMatchingAlias | function | core/ |
Check if any alias exists starting with $initial_substring. |
| AliasStorage::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of source paths. |
| AliasStorage::save | function | core/ |
Saves a path alias to the database. |
| AliasStorage::TABLE | constant | core/ |
The table for the url_alias storage. |
| AliasStorage::__construct | function | core/ |
Constructs a Path CRUD object. |
| AliasStorageInterface | interface | core/ |
Provides a class for CRUD operations on path aliases. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.