Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityAutocomplete::validateEntityAutocomplete | function | core/ |
Form element validation handler for entity_autocomplete elements. |
| EntityAutocomplete::valueCallback | function | core/ |
|
| 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/ |
|
| EntityAutocompleteController::handleAutocomplete | function | core/ |
Autocomplete the label of an entity. |
| EntityAutocompleteController::__construct | function | core/ |
Constructs an 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/ |
|
| EntityAutocompleteElementFormTest::getAutocompleteInput | function | core/ |
Returns an entity label in format needed by the EntityAutocomplete element. |
| EntityAutocompleteElementFormTest::getFormId | function | core/ |
|
| EntityAutocompleteElementFormTest::setUp | function | core/ |
|
| EntityAutocompleteElementFormTest::submitForm | function | core/ |
|
| 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/ |
|
| 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/ |
|
| EntityAutocompleteMatcher::__construct | function | core/ |
Constructs an EntityAutocompleteMatcher object. |
| EntityAutocompleteMatcherInterface | interface | core/ |
Provides an interface for the entity autocomplete matcher. |
| 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::$modules | property | core/ |
|
| EntityAutocompleteTest::getAutocompleteResult | function | core/ |
Returns the result of an Entity reference autocomplete request. |
| 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 | class | core/ |
Defines a base entity class. |
| EntityBase.php | file | core/ |
|
| EntityBase::$enforceIsNew | property | core/ |
Boolean indicating whether the entity should be forced to be new. |
| EntityBase::$entityTypeId | property | core/ |
The entity type. |
| EntityBase::$originalEntity | property | core/ |
The original unchanged entity. |
| EntityBase::$typedData | property | core/ |
A weak reference to the typed data object wrapping this entity. |
| EntityBase::access | function | core/ |
|
| EntityBase::bundle | function | core/ |
|
| EntityBase::create | function | core/ |
|
| EntityBase::createDuplicate | function | core/ |
Pagination
- Previous page
- Page 487
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.