Search for autocomplete

  1. Search 7.x for autocomplete
  2. Search 9.5.x for autocomplete
  3. Search 8.9.x for autocomplete
  4. Search 10.3.x for autocomplete
  5. Other projects
Title Object type File name Summary
autocomplete-loading.module.css file core/themes/olivero/css/components/autocomplete-loading.module.css Visual styles for autocomplete input field.
autocomplete-loading.module.css file core/themes/stable9/css/core/components/autocomplete-loading.module.css Visual styles for animated throbber.
autocomplete-loading.module.css file core/themes/claro/css/components/autocomplete-loading.module.css Visual styles for animated throbber.
autocomplete-loading.module.css file core/misc/components/autocomplete-loading.module.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/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
AutocompleteController class core/modules/system/tests/modules/form_test/src/AutocompleteController.php Defines a controller class with methods for autocompletion.
AutocompleteController.php file core/modules/system/tests/modules/form_test/src/AutocompleteController.php
AutocompleteController::delayed_autocomplete function core/modules/system/tests/modules/form_test/src/AutocompleteController.php Returns some autocompletion content with a slight delay.
CategoryAutocompleteController class core/modules/block/src/Controller/CategoryAutocompleteController.php Returns autocomplete responses for block categories.
CategoryAutocompleteController.php file core/modules/block/src/Controller/CategoryAutocompleteController.php
CategoryAutocompleteController::$blockManager property core/modules/block/src/Controller/CategoryAutocompleteController.php The block manager.
CategoryAutocompleteController::autocomplete function core/modules/block/src/Controller/CategoryAutocompleteController.php Retrieves suggestions for block category autocompletion.
CategoryAutocompleteController::create function core/modules/block/src/Controller/CategoryAutocompleteController.php Instantiates a new instance of this class.
CategoryAutocompleteController::__construct function core/modules/block/src/Controller/CategoryAutocompleteController.php Constructs a new CategoryAutocompleteController.
CategoryAutocompleteTest class core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php @coversDefaultClass \Drupal\block\Controller\CategoryAutocompleteController[[api-linebreak]]
@group block
CategoryAutocompleteTest.php file core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php
CategoryAutocompleteTest::$autocompleteController property core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php The autocomplete controller.
CategoryAutocompleteTest::providerTestAutocompleteSuggestions function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php Data provider for testAutocompleteSuggestions().
CategoryAutocompleteTest::setUp function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php
CategoryAutocompleteTest::testAutocompleteSuggestions function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php Tests the autocomplete method.
ElementTest::testFormAutocomplete function core/modules/system/tests/src/Functional/Form/ElementTest.php Tests a form with an autocomplete setting..
entity.autocomplete_matcher service core/core.services.yml Drupal\Core\Entity\EntityAutocompleteMatcher
EntityAutocomplete class core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Provides an entity autocomplete form element.
EntityAutocomplete.php file core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php
EntityAutocomplete::extractEntityIdFromAutocompleteInput function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Extracts the entity ID from the autocompletion result.
EntityAutocomplete::getEntityLabels function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Converts an array of entity objects into a string of entity labels.
EntityAutocomplete::getInfo function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Returns the element properties for this element.
EntityAutocomplete::matchEntityByTitle function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Finds an entity from an autocomplete input without an explicit ID.
EntityAutocomplete::processEntityAutocomplete function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Adds entity autocomplete functionality to a form element.
EntityAutocomplete::validateEntityAutocomplete function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Form element validation handler for entity_autocomplete elements.
EntityAutocomplete::valueCallback function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Determines how user input is mapped to an element's #value property.
EntityAutocompleteController class core/modules/system/src/Controller/EntityAutocompleteController.php Defines a route controller for entity autocomplete form elements.
EntityAutocompleteController.php file core/modules/system/src/Controller/EntityAutocompleteController.php
EntityAutocompleteController::$keyValue property core/modules/system/src/Controller/EntityAutocompleteController.php The key value store.
EntityAutocompleteController::$matcher property core/modules/system/src/Controller/EntityAutocompleteController.php The autocomplete matcher for entity references.
EntityAutocompleteController::create function core/modules/system/src/Controller/EntityAutocompleteController.php Instantiates a new instance of the implementing class using autowiring.
EntityAutocompleteController::handleAutocomplete function core/modules/system/src/Controller/EntityAutocompleteController.php Autocomplete the label of an entity.
EntityAutocompleteController::__construct function core/modules/system/src/Controller/EntityAutocompleteController.php Constructs an EntityAutocompleteController object.
EntityAutocompleteElementFormTest class core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests the EntityAutocomplete Form API element.
EntityAutocompleteElementFormTest.php file core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php
EntityAutocompleteElementFormTest::$referencedEntities property core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php An array of entities to be referenced in this test.
EntityAutocompleteElementFormTest::$testAutocreateUser property core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php User for autocreate testing.
EntityAutocompleteElementFormTest::$testUser property core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php User for testing.
EntityAutocompleteElementFormTest::buildForm function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Form constructor.
EntityAutocompleteElementFormTest::getAutocompleteInput function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Returns an entity label in format needed by the EntityAutocomplete element.
EntityAutocompleteElementFormTest::getFormId function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Returns a unique string identifying the form.
EntityAutocompleteElementFormTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php
EntityAutocompleteElementFormTest::submitForm function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Form submission handler.

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