| 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. |
| EntityAutocompleteElementFormTest::testEntityAutocompleteAccess |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
Tests that access is properly checked by the EntityAutocomplete element. |
| EntityAutocompleteElementFormTest::testEntityAutocompleteIdInput |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
Tests ID input is handled correctly. |
| EntityAutocompleteElementFormTest::testInvalidEntityAutocompleteElement |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
Tests invalid entries in the EntityAutocomplete Form API element. |
| EntityAutocompleteElementFormTest::testValidEntityAutocompleteElement |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
Tests valid entries in the EntityAutocomplete Form API element. |
| EntityAutocompleteElementFormTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
Form validation handler. |
| EntityAutocompleteMatcher |
class |
core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php |
Matcher class to get autocompletion results for entity reference. |
| EntityAutocompleteMatcher.php |
file |
core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php |
|
| EntityAutocompleteMatcher::$selectionManager |
property |
core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php |
The entity reference selection handler plugin manager. |
| EntityAutocompleteMatcher::getMatches |
function |
core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php |
Gets matched labels based on a given search string. |
| EntityAutocompleteMatcher::__construct |
function |
core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php |
Constructs an EntityAutocompleteMatcher object. |
| EntityAutocompleteMatcherInterface |
interface |
core/lib/Drupal/Core/Entity/EntityAutocompleteMatcherInterface.php |
Provides an interface for the entity autocomplete matcher. |
| EntityAutocompleteMatcherInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityAutocompleteMatcherInterface.php |
|
| EntityAutocompleteMatcherInterface::getMatches |
function |
core/lib/Drupal/Core/Entity/EntityAutocompleteMatcherInterface.php |
Gets matched labels based on a given search string. |
| EntityAutocompleteTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
Tests the autocomplete functionality. |
| EntityAutocompleteTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
|
| EntityAutocompleteTest::$bundle |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
The bundle used in this test. |
| EntityAutocompleteTest::$entityType |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
The entity type used in this test. |
| EntityAutocompleteTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
Modules to install. |
| EntityAutocompleteTest::getAutocompleteResult |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
Returns the result of an Entity reference autocomplete request. |
| EntityAutocompleteTest::testEntityReferenceAutocompletion |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
Tests autocompletion edge cases with slashes in the names. |
| EntityAutocompleteTest::testSelectionSettingsHandling |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
Tests that missing or invalid selection setting key are handled correctly. |
| EntityBase |
class |
core/lib/Drupal/Core/Entity/EntityBase.php |
Defines a base entity class. |
| EntityBase.php |
file |
core/lib/Drupal/Core/Entity/EntityBase.php |
|
| EntityBase::$enforceIsNew |
property |
core/lib/Drupal/Core/Entity/EntityBase.php |
Boolean indicating whether the entity should be forced to be new. |
| EntityBase::$entityTypeId |
property |
core/lib/Drupal/Core/Entity/EntityBase.php |
The entity type. |
| EntityBase::$originalEntity |
property |
core/lib/Drupal/Core/Entity/EntityBase.php |
The original unchanged entity. |
| EntityBase::$typedData |
property |
core/lib/Drupal/Core/Entity/EntityBase.php |
A weak reference to the typed data object wrapping this entity. |
| EntityBase::access |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Checks data value access. |
| EntityBase::bundle |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the bundle of the entity. |
| EntityBase::create |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Constructs a new entity object, without permanently saving it. |
| EntityBase::createDuplicate |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Creates a duplicate of the entity. |
| EntityBase::delete |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Deletes an entity permanently. |
| EntityBase::enforceIsNew |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Enforces an entity to be new. |
| EntityBase::entityTypeBundleInfo |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the entity type bundle info service. |
| EntityBase::entityTypeManager |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the entity type manager. |
| EntityBase::getCacheContexts |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
The cache contexts associated with this object. |
| EntityBase::getCacheMaxAge |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
The maximum age for which this object may be cached. |
| EntityBase::getCacheTags |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
The cache tags associated with this object. |
| EntityBase::getCacheTagsToInvalidate |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Returns the cache tags that should be used to invalidate caches. |
| EntityBase::getConfigDependencyKey |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the key that is used to store configuration dependencies. |
| EntityBase::getConfigDependencyName |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the configuration dependency name. |
| EntityBase::getConfigTarget |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the configuration target identifier for the entity. |
| EntityBase::getEntityType |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the entity type definition. |