Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| EnabledExtensionsValidator | class | core/ |
Validates no enabled Drupal extensions are removed from the stage directory. |
| EnabledExtensionsValidator.php | file | core/ |
|
| EnabledExtensionsValidator::getSubscribedEvents | function | core/ |
|
| EnabledExtensionsValidator::validate | function | core/ |
Validates that no enabled Drupal extensions have been removed. |
| EnabledExtensionsValidator::__construct | function | core/ |
|
| EnabledExtensionsValidatorTest | class | core/ |
Tests Enabled Extensions Validator. |
| EnabledExtensionsValidatorTest.php | file | core/ |
|
| EnabledExtensionsValidatorTest::createExtension | function | core/ |
Returns a mocked extension object for a package. |
| EnabledExtensionsValidatorTest::providerExtensionRemoved | function | core/ |
Data provider for testExtensionRemoved(). |
| EnabledExtensionsValidatorTest::testExtensionRemoved | function | core/ |
Tests that error is raised if Drupal modules, profiles or themes are removed. |
| EndOfTransactionQueriesTest::isStatementRelatedToTable | function | core/ |
Determines if a statement is relative to a specified table. |
| EngineTwigTest::testTwigLinkGenerator | function | core/ |
Tests the link_generator Twig functions. |
| EngineTwigTest::testTwigUrlGenerator | function | core/ |
Tests the url and url_generate Twig functions. |
| EngineTwigTest::testTwigUrlToString | function | core/ |
Tests the magic url to string Twig functions. |
| 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/ |
|
| 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/ |
Pagination
- Previous page
- Page 73
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.