Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
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 'driver_text' 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 'driver_number' element of the validation form.
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.
AlertsJsonFeedTest class core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php Test the access announcement according to json feed changes.
AlertsJsonFeedTest.php file core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php
AlertsJsonFeedTest::$defaultTheme property core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php The theme to install as the default for testing.
AlertsJsonFeedTest::$modules property core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php Modules to install.
AlertsJsonFeedTest::$user property core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php A user with permission to access toolbar and access announcements.
AlertsJsonFeedTest::setUp function core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php
AlertsJsonFeedTest::testAnnounceFeedEmpty function core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php Check with an empty JSON feed.
AlertsJsonFeedTest::testAnnounceFeedUpdatedAndRemoved function core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php Check the status of the announcements when the feed is updated and removed.
AliasingResourceTypeRepository class core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/src/ResourceType/AliasingResourceTypeRepository.php Provides a repository of resource types with field names that can be aliased.
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.php file core/modules/path_alias/src/AliasManager.php
AliasManager::$cacheKey property core/modules/path_alias/src/AliasManager.php The cache key to use when caching paths.
AliasManager::$cacheNeedsWriting property core/modules/path_alias/src/AliasManager.php Whether the cache needs to be written.
AliasManager::$langcodePreloaded property core/modules/path_alias/src/AliasManager.php Whether preloaded path lookups has already been loaded.
AliasManager::$lookupMap property core/modules/path_alias/src/AliasManager.php Holds the map of path lookups per language.
AliasManager::$noAlias property core/modules/path_alias/src/AliasManager.php Holds an array of paths that have no alias.
AliasManager::$noPath property core/modules/path_alias/src/AliasManager.php Holds an array of aliases for which no path was found.
AliasManager::$preloadedPathLookups property core/modules/path_alias/src/AliasManager.php Holds an array of previously looked up paths for the current request path.
AliasManager::cacheClear function core/modules/path_alias/src/AliasManager.php
AliasManager::getAliasByPath function core/modules/path_alias/src/AliasManager.php
AliasManager::getPathByAlias function core/modules/path_alias/src/AliasManager.php
AliasManager::pathAliasPrefixListRebuild function core/modules/path_alias/src/AliasManager.php Rebuild the path alias prefix list.
AliasManager::pathAliasWhitelistRebuild function core/modules/path_alias/src/AliasManager.php Rebuild the path alias prefix list.
AliasManager::setCacheKey function core/modules/path_alias/src/AliasManager.php
AliasManager::writeCache function core/modules/path_alias/src/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/modules/path_alias/src/AliasManager.php
AliasManagerInterface interface core/modules/path_alias/src/AliasManagerInterface.php Find an alias for a path and vice versa.
AliasManagerInterface.php file core/modules/path_alias/src/AliasManagerInterface.php
AliasManagerInterface::cacheClear function core/modules/path_alias/src/AliasManagerInterface.php Clears the static caches in alias manager and rebuilds the prefix list.
AliasManagerInterface::getAliasByPath function core/modules/path_alias/src/AliasManagerInterface.php Given a path, return the alias.
AliasManagerInterface::getPathByAlias function core/modules/path_alias/src/AliasManagerInterface.php Given the alias, return the path it represents.
AliasManagerTest class core/modules/path_alias/tests/src/Unit/AliasManagerTest.php @coversDefaultClass \Drupal\path_alias\AliasManager
@group path_alias
AliasManagerTest.php file core/modules/path_alias/tests/src/Unit/AliasManagerTest.php
AliasManagerTest::$aliasManager property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php The alias manager.
AliasManagerTest::$aliasPrefixList property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Alias prefix list.

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