Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
AliasPathProcessorTest::testProcessOutbound function core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php @covers ::processOutbound
AliasRepository class core/modules/path_alias/src/AliasRepository.php Provides the default path alias lookup operations.
AliasRepository.php file core/modules/path_alias/src/AliasRepository.php
AliasRepository::$connection property core/modules/path_alias/src/AliasRepository.php The database connection.
AliasRepository::addLanguageFallback function core/modules/path_alias/src/AliasRepository.php Adds path alias language fallback conditions to a select query object.
AliasRepository::getBaseQuery function core/modules/path_alias/src/AliasRepository.php Returns a SELECT query for the path_alias base table.
AliasRepository::lookupByAlias function core/modules/path_alias/src/AliasRepository.php Searches a path alias for a given alias.
AliasRepository::lookupBySystemPath function core/modules/path_alias/src/AliasRepository.php Searches a path alias for a given Drupal system path.
AliasRepository::pathHasMatchingAlias function core/modules/path_alias/src/AliasRepository.php Check if any alias exists starting with $initial_substring.
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 enable.
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
AliasTest::testLookupBySystemPath function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers ::lookupBySystemPath
AliasTest::testLookupPath function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers \Drupal\path_alias\AliasManager::getPathByAlias
@covers \Drupal\path_alias\AliasManager::getAliasByPath
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/themes/stable9/css/system/components/align.module.css Alignment classes for text and block level elements.
align.module.css file core/themes/stable/css/system/components/align.module.css Alignment classes for text and block level elements.
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
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

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