Search for all
Title | Object type | File name | Summary |
---|---|---|---|
AliasPathProcessorTest::testProcessOutbound | function | core/ |
@covers ::processOutbound |
AliasRepository | class | core/ |
Provides the default path alias lookup operations. |
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.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. |
AliasTest | class | core/ |
Tests path alias CRUD and lookup functionality. |
AliasTest.php | file | core/ |
|
AliasTest::$modules | property | core/ |
Modules to enable. |
AliasTest::setUp | function | core/ |
|
AliasTest::testLookupByAlias | function | core/ |
@covers ::lookupByAlias |
AliasTest::testLookupBySystemPath | function | core/ |
@covers ::lookupBySystemPath |
AliasTest::testLookupPath | function | core/ |
@covers \Drupal\path_alias\AliasManager::getPathByAlias @covers \Drupal\path_alias\AliasManager::getAliasByPath |
AliasTest::testWhitelist | function | core/ |
Tests the alias whitelist. |
AliasTest::testWhitelistCacheDeletionMidRequest | function | core/ |
Tests situation where the whitelist cache is deleted mid-request. |
AliasWhitelist | class | core/ |
Extends CacheCollector to build the path alias whitelist over time. |
AliasWhitelist.php | file | core/ |
|
AliasWhitelist::$pathAliasRepository | property | core/ |
The path alias repository. |
AliasWhitelist::$state | property | core/ |
The Key/Value Store to use for state. |
AliasWhitelist::clear | function | core/ |
Clears the collected cache entry. |
AliasWhitelist::get | function | core/ |
Gets value from the cache. |
AliasWhitelist::lazyLoadCache | function | core/ |
Loads the cache if not already done. |
AliasWhitelist::loadMenuPathRoots | function | core/ |
Loads menu path roots to prepopulate cache. |
AliasWhitelist::resolveCacheMiss | function | core/ |
Resolves a cache miss. |
AliasWhitelist::__construct | function | core/ |
Constructs an AliasWhitelist object. |
AliasWhitelistInterface | interface | core/ |
Cache the alias whitelist. |
AliasWhitelistInterface.php | file | core/ |
|
align.module.css | file | core/ |
Alignment classes for text and block level elements. |
align.module.css | file | core/ |
Alignment classes for text and block level elements. |
align.module.css | file | core/ |
Alignment classes for text and block level elements. |
Alignment | class | core/ |
CKEditor 5 Alignment plugin. |
alignment.admin.css | file | core/ |
.ckeditor5-toolbar-button-alignment\:left { background-image: url(../icons/align-left.svg); } .ckeditor5-toolbar-button-alignment\:right { background-image: url(../icons/align-right.svg); } .ckeditor5-toolbar-button-alignment\:center { … |
Alignment.php | file | core/ |
|
Alignment::buildConfigurationForm | function | core/ |
Form for choosing which alignment types are available. |
Alignment::defaultConfiguration | function | core/ |
|
Alignment::DEFAULT_CONFIGURATION | constant | core/ |
The default configuration for this plugin. |
Alignment::getDynamicPluginConfig | function | core/ |
Filters the alignment options to those chosen in editor config. |
Alignment::getElementsSubset | function | core/ |
Returns a configured subset of the elements supported by this plugin. |
Alignment::submitConfigurationForm | function | core/ |
Pagination
- Previous page
- Page 34
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.