Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| entity.autocomplete_matcher | service | core/ |
Drupal\Core\Entity\EntityAutocompleteMatcher |
| entity.bundle_config_import_validator | service | core/ |
Drupal\Core\Entity\Event\BundleConfigImportValidate |
| entity.last_installed_schema.repository | service | core/ |
Drupal\Core\Entity\EntityLastInstalledSchemaRepository |
| entity.repository | service | core/ |
Drupal\Core\Entity\EntityRepository |
| Entity::$entityDisplayRepository | property | core/ |
The entity display repository. |
| Entity::$entityRepository | property | core/ |
The entity repository service. |
| Entity::$storage | property | core/ |
The entity storage. |
| Entity::submitOptionsForm | function | core/ |
Provides the default form for submitting options. |
| Entity::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
| EntityAccessChecker::$entityRepository | property | core/ |
The entity repository. |
| EntityAccessChecker::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
| EntityAdapter::getIterator | function | core/ |
Retrieves the iterator for the object. |
| EntityAdapter::toArray | function | core/ |
Returns an array of all property values. |
| EntityAdapterUnitTest::testGetIterator | function | core/ |
Tests get iterator. |
| EntityAdapterUnitTest::testOnChange | function | core/ |
Tests on change. |
| EntityAdapterUnitTest::testToArray | function | core/ |
Tests to array. |
| EntityAdapterUnitTest::testToArrayWithoutData | function | core/ |
Tests to array without data. |
| EntityApiTest::testEntityStorageExceptionHandling | function | core/ |
Tests that exceptions are thrown when saving or deleting an entity. |
| EntityAutocomplete | class | core/ |
Provides an entity autocomplete form element. |
| EntityAutocomplete.php | file | core/ |
|
| EntityAutocomplete::extractEntityIdFromAutocompleteInput | function | core/ |
Extracts the entity ID from the autocompletion result. |
| EntityAutocomplete::getEntityLabels | function | core/ |
Converts an array of entity objects into a string of entity labels. |
| EntityAutocomplete::getInfo | function | core/ |
Returns the element properties for this element. |
| EntityAutocomplete::matchEntityByTitle | function | core/ |
Finds an entity from an autocomplete input without an explicit ID. |
| EntityAutocomplete::processEntityAutocomplete | function | core/ |
Adds entity autocomplete functionality to a form element. |
| EntityAutocomplete::validateEntityAutocomplete | function | core/ |
Form element validation handler for entity_autocomplete elements. |
| 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 the implementing class using autowiring. |
| 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/ |
Form constructor. |
| EntityAutocompleteElementFormTest::getAutocompleteInput | function | core/ |
Returns an entity label in 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. |
Pagination
- Previous page
- Page 76
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.