| 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 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. |
| EntityBase::getEntityTypeId |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the ID of the type of the entity. |
| EntityBase::getListCacheTagsToInvalidate |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
The list cache tags to invalidate for this entity. |
| EntityBase::getOriginal |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Returns the original unchanged entity. |
| EntityBase::getOriginalId |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the original ID. |
| EntityBase::getTypedData |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets a typed data object for this entity object. |
| EntityBase::getTypedDataClass |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Returns the typed data class name for this entity. |
| EntityBase::hasLinkTemplate |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Indicates if a link template exists for a given key. |
| EntityBase::id |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the identifier. |
| EntityBase::invalidateTagsOnDelete |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Invalidates an entity's cache tags upon delete. |
| EntityBase::invalidateTagsOnSave |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Invalidates an entity's cache tags upon save. |
| EntityBase::isNew |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Determines whether the entity is new. |
| EntityBase::label |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the label of the entity. |
| EntityBase::language |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the language of the entity. |