Search for A

  1. Search 7.x for A
  2. Search 9.5.x for A
  3. Search 8.9.x for A
  4. Search 11.x for A
  5. Other projects
Title Object type File name Summary
AliasRepository::preloadPathAlias function core/modules/path_alias/src/AliasRepository.php Pre-loads path alias information for a given list of system paths.
AliasRepository::__construct function core/modules/path_alias/src/AliasRepository.php Constructs an AliasRepository object.
AliasRepositoryInterface interface core/modules/path_alias/src/AliasRepositoryInterface.php Provides an interface for path alias lookup operations.
AliasRepositoryInterface.php file core/modules/path_alias/src/AliasRepositoryInterface.php
AliasRepositoryInterface::lookupByAlias function core/modules/path_alias/src/AliasRepositoryInterface.php Searches a path alias for a given alias.
AliasRepositoryInterface::lookupBySystemPath function core/modules/path_alias/src/AliasRepositoryInterface.php Searches a path alias for a given Drupal system path.
AliasRepositoryInterface::pathHasMatchingAlias function core/modules/path_alias/src/AliasRepositoryInterface.php Check if any alias exists starting with $initial_substring.
AliasRepositoryInterface::preloadPathAlias function core/modules/path_alias/src/AliasRepositoryInterface.php Pre-loads path alias information for a given list of system paths.
AliasTest class core/modules/path_alias/tests/src/Kernel/AliasTest.php Tests path alias CRUD and lookup functionality.
AliasTest.php file core/modules/path_alias/tests/src/Kernel/AliasTest.php
AliasTest::$modules property core/modules/path_alias/tests/src/Kernel/AliasTest.php Modules to install.
AliasTest::setUp function core/modules/path_alias/tests/src/Kernel/AliasTest.php
AliasTest::testLookupByAlias function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers ::lookupByAlias[[api-linebreak]]
AliasTest::testLookupBySystemPath function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers ::lookupBySystemPath[[api-linebreak]]
AliasTest::testLookupPath function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers \Drupal\path_alias\AliasManager::getPathByAlias[[api-linebreak]]
@covers \Drupal\path_alias\AliasManager::getAliasByPath[[api-linebreak]]
AliasTest::testPreloadPathAlias function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers ::preloadPathAlias[[api-linebreak]]
AliasTest::testWhitelist function core/modules/path_alias/tests/src/Kernel/AliasTest.php Tests the alias whitelist.
AliasTest::testWhitelistCacheDeletionMidRequest function core/modules/path_alias/tests/src/Kernel/AliasTest.php Tests situation where the whitelist cache is deleted mid-request.
AliasWhitelist class core/modules/path_alias/src/AliasWhitelist.php Extends CacheCollector to build the path alias whitelist over time.
AliasWhitelist.php file core/modules/path_alias/src/AliasWhitelist.php
AliasWhitelist::$pathAliasRepository property core/modules/path_alias/src/AliasWhitelist.php The path alias repository.
AliasWhitelist::$state property core/modules/path_alias/src/AliasWhitelist.php The Key/Value Store to use for state.
AliasWhitelist::clear function core/modules/path_alias/src/AliasWhitelist.php Clears the collected cache entry.
AliasWhitelist::get function core/modules/path_alias/src/AliasWhitelist.php Gets value from the cache.
AliasWhitelist::lazyLoadCache function core/modules/path_alias/src/AliasWhitelist.php Loads the cache if not already done.
AliasWhitelist::loadMenuPathRoots function core/modules/path_alias/src/AliasWhitelist.php Loads menu path roots to prepopulate cache.
AliasWhitelist::resolveCacheMiss function core/modules/path_alias/src/AliasWhitelist.php Resolves a cache miss.
AliasWhitelist::__construct function core/modules/path_alias/src/AliasWhitelist.php Constructs an AliasWhitelist object.
AliasWhitelistInterface interface core/modules/path_alias/src/AliasWhitelistInterface.php Cache the alias whitelist.
AliasWhitelistInterface.php file core/modules/path_alias/src/AliasWhitelistInterface.php
align.module.css file core/modules/system/css/components/align.module.css Alignment classes for text and block level elements.
Alignment class core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php CKEditor 5 Alignment plugin.
alignment.admin.css file core/modules/ckeditor5/css/alignment.admin.css .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/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php
Alignment::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php Form for choosing which alignment types are available.
Alignment::defaultConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php Gets default configuration for this plugin.
Alignment::DEFAULT_CONFIGURATION constant core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php The default configuration for this plugin.
Alignment::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php Filters the alignment options to those chosen in editor config.
Alignment::getElementsSubset function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php Returns a configured subset of the elements supported by this plugin.
Alignment::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php Form submission handler.
Alignment::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php Form validation handler.
AlignmentPluginTest class core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Alignment[[api-linebreak]]
@group ckeditor5
@internal
AlignmentPluginTest.php file core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php
AlignmentPluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php Provides a list of configs to test.
AlignmentPluginTest::testGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php @covers ::getDynamicPluginConfig[[api-linebreak]]
@dataProvider providerGetDynamicPluginConfig
AllExceptHostEntity class core/modules/system/tests/modules/entity_reference_test/src/Plugin/EntityReferenceSelection/AllExceptHostEntity.php Allows access to all entities except for the host entity.
AllExceptHostEntity.php file core/modules/system/tests/modules/entity_reference_test/src/Plugin/EntityReferenceSelection/AllExceptHostEntity.php
AllExceptHostEntity::buildEntityQuery function core/modules/system/tests/modules/entity_reference_test/src/Plugin/EntityReferenceSelection/AllExceptHostEntity.php Builds an EntityQuery to get referenceable entities.
AllowedValuesConstraint class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php Checks for the value being allowed.
AllowedValuesConstraint.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.