Search for to
Title | Object type | File name | Summary |
---|---|---|---|
EntityAutocomplete::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
EntityAutocompleteController | class | core/ |
Defines a route controller for entity autocomplete form elements. |
EntityAutocompleteController.php | file | core/ |
|
EntityAutocompleteController::$keyValue | property | core/ |
The key value store. |
EntityAutocompleteController::$matcher | property | core/ |
The autocomplete matcher for entity references. |
EntityAutocompleteController::create | function | core/ |
Instantiates a new instance of this class. |
EntityAutocompleteController::handleAutocomplete | function | core/ |
Autocomplete the label of an entity. |
EntityAutocompleteController::__construct | function | core/ |
Constructs a EntityAutocompleteController object. |
EntityAutocompleteElementFormTest | class | core/ |
Tests the EntityAutocomplete Form API element. |
EntityAutocompleteElementFormTest.php | file | core/ |
|
EntityAutocompleteElementFormTest::$referencedEntities | property | core/ |
An array of entities to be referenced in this test. |
EntityAutocompleteElementFormTest::$testAutocreateUser | property | core/ |
User for autocreate testing. |
EntityAutocompleteElementFormTest::$testUser | property | core/ |
User for testing. |
EntityAutocompleteElementFormTest::buildForm | function | core/ |
Form constructor. |
EntityAutocompleteElementFormTest::getAutocompleteInput | function | core/ |
Returns an entity label in the format needed by the EntityAutocomplete element. |
EntityAutocompleteElementFormTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
EntityAutocompleteElementFormTest::setUp | function | core/ |
|
EntityAutocompleteElementFormTest::submitForm | function | core/ |
Form submission handler. |
EntityAutocompleteElementFormTest::testEntityAutocompleteAccess | function | core/ |
Tests that access is properly checked by the EntityAutocomplete element. |
EntityAutocompleteElementFormTest::testEntityAutocompleteIdInput | function | core/ |
Tests ID input is handled correctly. |
EntityAutocompleteElementFormTest::testInvalidEntityAutocompleteElement | function | core/ |
Tests invalid entries in the EntityAutocomplete Form API element. |
EntityAutocompleteElementFormTest::testValidEntityAutocompleteElement | function | core/ |
Tests valid entries in the EntityAutocomplete Form API element. |
EntityAutocompleteElementFormTest::validateForm | function | core/ |
Form validation handler. |
EntityAutocompleteMatcher | class | core/ |
Matcher class to get autocompletion results for entity reference. |
EntityAutocompleteMatcher.php | file | core/ |
|
EntityAutocompleteMatcher::$selectionManager | property | core/ |
The entity reference selection handler plugin manager. |
EntityAutocompleteMatcher::getMatches | function | core/ |
Gets matched labels based on a given search string. |
EntityAutocompleteMatcher::__construct | function | core/ |
Constructs a EntityAutocompleteMatcher object. |
EntityAutocompleteMatcherInterface | interface | core/ |
|
EntityAutocompleteMatcherInterface.php | file | core/ |
|
EntityAutocompleteMatcherInterface::getMatches | function | core/ |
Gets matched labels based on a given search string. |
EntityAutocompleteTest | class | core/ |
Tests the autocomplete functionality. |
EntityAutocompleteTest.php | file | core/ |
|
EntityAutocompleteTest::$bundle | property | core/ |
The bundle used in this test. |
EntityAutocompleteTest::$entityType | property | core/ |
The entity type used in this test. |
EntityAutocompleteTest::getAutocompleteResult | function | core/ |
Returns the result of an Entity reference autocomplete request. |
EntityAutocompleteTest::setUp | function | core/ |
|
EntityAutocompleteTest::testEntityReferenceAutocompletion | function | core/ |
Tests autocompletion edge cases with slashes in the names. |
EntityAutocompleteTest::testSelectionSettingsHandling | function | core/ |
Tests that missing or invalid selection setting key are handled correctly. |
EntityBase::getCacheTagsToInvalidate | function | core/ |
Returns the cache tags that should be used to invalidate caches. |
EntityBase::getListCacheTagsToInvalidate | function | core/ |
The list cache tags to invalidate for this entity. |
EntityBase::getOriginalId | function | core/ |
Gets the original ID. |
EntityBase::setOriginalId | function | core/ |
Sets the original ID. |
EntityBase::toArray | function | core/ |
Gets an array of all property values. |
EntityBase::toLink | function | core/ |
Generates the HTML for a link to this entity. |
EntityBase::toUrl | function | core/ |
Gets the URL object for the entity. |
EntityBase::uuidGenerator | function | core/ |
Gets the UUID generator. |
EntityBundleFieldTest::testCustomBundleFieldUsage | function | core/ |
Tests making use of a custom bundle field. |
EntityBundleListenerTest::testOnBundleCreate | function | core/ |
@covers ::onBundleCreate |
EntityChangedConstraintValidator | class | core/ |
Validates the EntityChanged constraint. |
Pagination
- Previous page
- Page 67
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.