Search for A
Title | Object type | File name | Summary |
---|---|---|---|
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 install. |
AliasTest::setUp | function | core/ |
|
AliasTest::testLookupByAlias | function | core/ |
@covers ::lookupByAlias[[api-linebreak]] |
AliasTest::testLookupBySystemPath | function | core/ |
@covers ::lookupBySystemPath[[api-linebreak]] |
AliasTest::testLookupPath | function | core/ |
@covers \Drupal\path_alias\AliasManager::getPathByAlias[[api-linebreak]] @covers \Drupal\path_alias\AliasManager::getAliasByPath[[api-linebreak]] |
AliasTest::testPreloadPathAlias | function | core/ |
@covers ::preloadPathAlias[[api-linebreak]] |
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. |
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/ |
Gets default configuration for this plugin. |
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/ |
Form submission handler. |
Alignment::validateConfigurationForm | function | core/ |
Form validation handler. |
AlignmentPluginTest | class | core/ |
@coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Alignment[[api-linebreak]] @group ckeditor5 @internal |
AlignmentPluginTest.php | file | core/ |
|
AlignmentPluginTest::providerGetDynamicPluginConfig | function | core/ |
Provides a list of configs to test. |
AlignmentPluginTest::testGetDynamicPluginConfig | function | core/ |
@covers ::getDynamicPluginConfig[[api-linebreak]] @dataProvider providerGetDynamicPluginConfig |
AllExceptHostEntity | class | core/ |
Allows access to all entities except for the host entity. |
AllExceptHostEntity.php | file | core/ |
|
AllExceptHostEntity::buildEntityQuery | function | core/ |
Builds an EntityQuery to get referenceable entities. |
AllowedValuesConstraint | class | core/ |
Checks for the value being allowed. |
AllowedValuesConstraint.php | file | core/ |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.