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
AjaxTestImageEffect class core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php Provides a test effect using Ajax in the configuration form.
AjaxTestImageEffect.php file core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
AjaxTestImageEffect::ajaxCallback function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php AJAX callback.
AjaxTestImageEffect::applyEffect function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php Applies an image effect to the image object.
AjaxTestImageEffect::buildConfigurationForm function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php Form constructor.
AjaxTestImageEffect::defaultConfiguration function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php Gets default configuration for this plugin.
AjaxTestImageEffect::submitConfigurationForm function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php Form submission handler.
AjaxTestMessageCommandForm class core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Form for testing AJAX MessageCommand.
AjaxTestMessageCommandForm.php file core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php
AjaxTestMessageCommandForm::buildForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Form constructor.
AjaxTestMessageCommandForm::getFormId function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Returns a unique string identifying the form.
AjaxTestMessageCommandForm::makeMessageAlternate function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Callback for testing MessageCommand using an alternate message location.
AjaxTestMessageCommandForm::makeMessageDefault function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Callback for testing MessageCommand with default settings.
AjaxTestMessageCommandForm::makeMessageWarning function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Callback for testing MessageCommand with warning status.
AjaxTestMessageCommandForm::submitForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Form submission handler.
AjaxTestMessageCommandForm::validateForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Form validation handler.
AjaxWaitTest class core/tests/Drupal/FunctionalJavascriptTests/AjaxWaitTest.php Tests that unnecessary or untracked XHRs will cause a test failure.
AjaxWaitTest.php file core/tests/Drupal/FunctionalJavascriptTests/AjaxWaitTest.php
AjaxWaitTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/AjaxWaitTest.php The theme to install as the default for testing.
AjaxWaitTest::testUnnecessaryWait function core/tests/Drupal/FunctionalJavascriptTests/AjaxWaitTest.php Tests that an unnecessary wait triggers a deprecation error.
AjaxWaitTest::testUntrackedXhr function core/tests/Drupal/FunctionalJavascriptTests/AjaxWaitTest.php Tests that an untracked XHR triggers a deprecation error.
ajax_forms_test.info.yml file core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml
ajax_forms_test.routing.yml file core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml
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.
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::$cache property core/modules/path_alias/src/AliasManager.php Cache backend service.
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.

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