Search for all

  1. Search 7.x for all
  2. Search 9.5.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
ajax_forms_test_advanced_commands_remove_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'remove'.
ajax_forms_test_advanced_commands_restripe_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'restripe'.
ajax_forms_test_advanced_commands_settings_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'settings'.
ajax_forms_test_lazy_load_form_ajax function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module AJAX form callback: Selects for the ajax_forms_test_lazy_load_form() form.
ajax_forms_test_validation_form_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects the 'drivertext' element of the validation form.
ajax_forms_test_validation_number_form_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects the 'drivernumber' element of the validation form.
ajax_response.attachments_processor service core/core.services.yml Drupal\Core\Ajax\AjaxResponseAttachmentsProcessor
ajax_response.subscriber service core/core.services.yml Drupal\Core\EventSubscriber\AjaxResponseSubscriber
ajax_test.info.yml file core/modules/system/tests/modules/ajax_test/ajax_test.info.yml core/modules/system/tests/modules/ajax_test/ajax_test.info.yml
ajax_test.libraries.yml file core/modules/system/tests/modules/ajax_test/ajax_test.libraries.yml core/modules/system/tests/modules/ajax_test/ajax_test.libraries.yml
ajax_test.routing.yml file core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml
AlertCommand class core/lib/Drupal/Core/Ajax/AlertCommand.php AJAX command for a javascript alert box.
AlertCommand.php file core/lib/Drupal/Core/Ajax/AlertCommand.php
AlertCommand::$text property core/lib/Drupal/Core/Ajax/AlertCommand.php The text to be displayed in the alert box.
AlertCommand::render function core/lib/Drupal/Core/Ajax/AlertCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
AlertCommand::__construct function core/lib/Drupal/Core/Ajax/AlertCommand.php Constructs an AlertCommand object.
AliasingResourceTypeRepository class core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/src/ResourceType/AliasingResourceTypeRepository.php Provides a repository of JSON:API resource types with aliasable field names.
AliasingResourceTypeRepository.php file core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/src/ResourceType/AliasingResourceTypeRepository.php
AliasingResourceTypeRepository::getFields function core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/src/ResourceType/AliasingResourceTypeRepository.php Gets the field mapping for the given field names and entity type + bundle.
AliasManager class core/modules/path_alias/src/AliasManager.php The default alias manager implementation.
AliasManager class core/lib/Drupal/Core/Path/AliasManager.php The default alias manager implementation.
AliasManager.php file core/lib/Drupal/Core/Path/AliasManager.php
AliasManager.php file core/modules/path_alias/src/AliasManager.php
AliasManager::$cache property core/lib/Drupal/Core/Path/AliasManager.php Cache backend service.
AliasManager::$cacheKey property core/lib/Drupal/Core/Path/AliasManager.php The cache key to use when caching paths.
AliasManager::$cacheNeedsWriting property core/lib/Drupal/Core/Path/AliasManager.php Whether the cache needs to be written.
AliasManager::$deprecatedProperties property core/lib/Drupal/Core/Path/AliasManager.php
AliasManager::$langcodePreloaded property core/lib/Drupal/Core/Path/AliasManager.php Whether preloaded path lookups has already been loaded.
AliasManager::$languageManager property core/lib/Drupal/Core/Path/AliasManager.php Language manager for retrieving the default langcode when none is specified.
AliasManager::$lookupMap property core/lib/Drupal/Core/Path/AliasManager.php Holds the map of path lookups per language.
AliasManager::$noAlias property core/lib/Drupal/Core/Path/AliasManager.php Holds an array of paths that have no alias.
AliasManager::$noPath property core/lib/Drupal/Core/Path/AliasManager.php Holds an array of aliases for which no path was found.
AliasManager::$pathAliasRepository property core/lib/Drupal/Core/Path/AliasManager.php The path alias repository.
AliasManager::$preloadedPathLookups property core/lib/Drupal/Core/Path/AliasManager.php Holds an array of previously looked up paths for the current request path.
AliasManager::$whitelist property core/lib/Drupal/Core/Path/AliasManager.php Holds the array of whitelisted path aliases.
AliasManager::cacheClear function core/lib/Drupal/Core/Path/AliasManager.php Clear internal caches in alias manager.
AliasManager::getAliasByPath function core/lib/Drupal/Core/Path/AliasManager.php Given a path, return the alias.
AliasManager::getPathByAlias function core/lib/Drupal/Core/Path/AliasManager.php Given the alias, return the path it represents.
AliasManager::getRequestTime function core/lib/Drupal/Core/Path/AliasManager.php Wrapper method for REQUEST_TIME constant.
AliasManager::pathAliasWhitelistRebuild function core/lib/Drupal/Core/Path/AliasManager.php Rebuild the path alias white list.
AliasManager::setCacheKey function core/lib/Drupal/Core/Path/AliasManager.php Specify the key to use when writing the cache.
AliasManager::writeCache function core/lib/Drupal/Core/Path/AliasManager.php Cache an array of the paths available on each page. We assume that aliases
will be needed for the majority of these paths during subsequent requests,
and load them in a single query during path alias lookup.
AliasManager::__construct function core/lib/Drupal/Core/Path/AliasManager.php Constructs an AliasManager.
AliasManagerDecorator class core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php Test alias manager decorator.
AliasManagerDecorator.php file core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php
AliasManagerDecorator::$aliasManager property core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php The decorated alias manager.
AliasManagerDecorator::cacheClear function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php Clear internal caches in alias manager.
AliasManagerDecorator::getAliasByPath function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php Given a path, return the alias.
AliasManagerDecorator::getPathByAlias function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php Given the alias, return the path it represents.
AliasManagerDecorator::__construct function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php AliasManagerDecorator constructor.

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