Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
autocomplete-loading.module.css file core/themes/default_admin/css/components/autocomplete-loading.module.css Visual styles for animated throbber.
autocomplete-loading.module.css file core/themes/admin/css/components/autocomplete-loading.module.css Visual styles for animated throbber.
autocomplete-loading.module.pcss.css file core/themes/admin/css/components/autocomplete-loading.module.pcss.css Visual styles for animated throbber.
autocomplete-loading.module.pcss.css file core/themes/default_admin/css/components/autocomplete-loading.module.pcss.css Visual styles for animated throbber.
autocomplete-loading.module.pcss.css file core/themes/olivero/css/components/autocomplete-loading.module.pcss.css Visual styles for autocomplete input field.
autocomplete-loading.module.pcss.css file core/themes/claro/css/components/autocomplete-loading.module.pcss.css Visual styles for animated throbber.
autocomplete.css file core/themes/default_admin/migration/css/components/autocomplete.css Autocomplete and autocomplete-deluxe styles.
autocomplete.css file core/themes/admin/migration/css/components/autocomplete.css .ui-autocomplete,
.ui-dialog .ui-autocomplete {
color: var(--gin-color-text);
border-radius: 0 0 var(--gin-border-m) var(--gin-border-m);
background: var(--gin-bg-input);
}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.ui-dialog…
autocomplete.css file core/assets/vendor/jquery.ui/themes/base/autocomplete.css /*!
* jQuery UI Autocomplete 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/autocomplete/#theming
autocomplete.pcss.css file core/themes/default_admin/migration/css/components/autocomplete.pcss.css Autocomplete and autocomplete-deluxe styles.
AutoconfigurationTest class core/tests/Drupal/KernelTests/Core/DependencyInjection/AutoconfigurationTest.php Tests autoconfiguration of services.
AutoconfigurationTest.php file core/tests/Drupal/KernelTests/Core/DependencyInjection/AutoconfigurationTest.php
AutoconfigurationTest::testCoreServiceTags function core/tests/Drupal/KernelTests/Core/DependencyInjection/AutoconfigurationTest.php Tests that core services do not use tags if autoconfiguration is enabled.
AutoIncrementingTestItem class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Defines the 'field_method_invocation_order_test' entity field type.
AutoIncrementingTestItem.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php
AutoIncrementingTestItem::getIncrementedFieldValue function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Gets an incremented field value.
AutoIncrementingTestItem::preSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Defines custom presave behavior for field values.
AutoloadingStorage class core/lib/Drupal/Core/Config/AutoloadingStorage.php Defines the autoloading storage.
AutoloadingStorage.php file core/lib/Drupal/Core/Config/AutoloadingStorage.php
AutoloadingStorage::$classloader property core/lib/Drupal/Core/Config/AutoloadingStorage.php Class loader that loads code from extensions provided to the constructor.
AutoloadingStorage::createCollection function core/lib/Drupal/Core/Config/AutoloadingStorage.php Creates a collection on the storage.
AutoloadingStorage::decode function core/lib/Drupal/Core/Config/AutoloadingStorage.php Decodes configuration data from the storage-specific format.
AutoloadingStorage::delete function core/lib/Drupal/Core/Config/AutoloadingStorage.php Deletes a configuration object from the storage.
AutoloadingStorage::deleteAll function core/lib/Drupal/Core/Config/AutoloadingStorage.php Deletes configuration objects whose names start with a given prefix.
AutoloadingStorage::encode function core/lib/Drupal/Core/Config/AutoloadingStorage.php Encodes configuration data into the storage-specific format.
AutoloadingStorage::exists function core/lib/Drupal/Core/Config/AutoloadingStorage.php Returns whether a configuration object exists.
AutoloadingStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/AutoloadingStorage.php Gets the existing collections.
AutoloadingStorage::getCollectionName function core/lib/Drupal/Core/Config/AutoloadingStorage.php Gets the name of the current collection the storage is using.
AutoloadingStorage::listAll function core/lib/Drupal/Core/Config/AutoloadingStorage.php Gets configuration object names starting with a given prefix.
AutoloadingStorage::read function core/lib/Drupal/Core/Config/AutoloadingStorage.php Reads configuration data from the storage.
AutoloadingStorage::readMultiple function core/lib/Drupal/Core/Config/AutoloadingStorage.php Reads configuration data from the storage.
AutoloadingStorage::rename function core/lib/Drupal/Core/Config/AutoloadingStorage.php Renames a configuration object in the storage.
AutoloadingStorage::resetListCache function core/lib/Drupal/Core/Config/AutoloadingStorage.php Clears the static list cache.
AutoloadingStorage::write function core/lib/Drupal/Core/Config/AutoloadingStorage.php Writes configuration data to the storage.
AutoloadingStorage::__construct function core/lib/Drupal/Core/Config/AutoloadingStorage.php Constructs a new AutoloadingStorage.
Automated tests group core/core.api.php Overview of PHPUnit and Nightwatch automated tests.
AutomatedCron::getSubscribedEvents function core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php Registers the methods in this class that should be listeners.
AutomatedCron::__construct function core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php
AutomatedCronHooks class core/modules/automated_cron/src/Hook/AutomatedCronHooks.php Hook implementations for automated_cron.
AutomatedCronHooks.php file core/modules/automated_cron/src/Hook/AutomatedCronHooks.php
AutomatedCronHooks::formSystemCronSettingsAlter function core/modules/automated_cron/src/Hook/AutomatedCronHooks.php Implements hook_form_FORM_ID_alter() for the system_cron_settings() form.
AutomatedCronHooks::help function core/modules/automated_cron/src/Hook/AutomatedCronHooks.php Implements hook_help().
AutomatedCronTest class core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php Tests for automated_cron.
AutomatedCronTest class core/modules/automated_cron/tests/src/Functional/AutomatedCronTest.php Tests for automated_cron.
AutomatedCronTest.php file core/modules/automated_cron/tests/src/Functional/AutomatedCronTest.php
AutomatedCronTest.php file core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php
AutomatedCronTest::$defaultTheme property core/modules/automated_cron/tests/src/Functional/AutomatedCronTest.php The theme to install as the default for testing.
AutomatedCronTest::$modules property core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php Modules to install.
AutomatedCronTest::testCronDoesNotRunOnCliRequest function core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php Tests that automated cron does not run cron on a CLI request.
AutomatedCronTest::testRunsCronOnHttpRequest function core/modules/automated_cron/tests/src/Functional/AutomatedCronTest.php Tests that automated cron runs cron on an HTTP request.

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