Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::$typedData | property | core/ |
A typed data object wrapping this entity. |
| EntityBase::access | function | core/ |
Checks data value access. |
| EntityBase::bundle | function | core/ |
Gets the bundle of the entity. |
| EntityBase::create | function | core/ |
Constructs a new entity object, without permanently saving it. |
| EntityBase::createDuplicate | function | core/ |
Creates a duplicate of the entity. |
| EntityBase::delete | function | core/ |
Deletes an entity permanently. |
| EntityBase::enforceIsNew | function | core/ |
Enforces an entity to be new. |
| EntityBase::entityManager | function | core/ |
Gets the entity manager. |
| EntityBase::entityTypeBundleInfo | function | core/ |
Gets the entity type bundle info service. |
| EntityBase::entityTypeManager | function | core/ |
Gets the entity type manager. |
| EntityBase::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| EntityBase::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| EntityBase::getCacheTags | function | core/ |
The cache tags associated with this object. |
| EntityBase::getCacheTagsToInvalidate | function | core/ |
Returns the cache tags that should be used to invalidate caches. |
| EntityBase::getConfigDependencyKey | function | core/ |
Gets the key that is used to store configuration dependencies. |
| EntityBase::getConfigDependencyName | function | core/ |
Gets the configuration dependency name. |
| EntityBase::getConfigTarget | function | core/ |
Gets the configuration target identifier for the entity. |
| EntityBase::getEntityType | function | core/ |
Gets the entity type definition. |
| EntityBase::getEntityTypeId | function | core/ |
Gets the ID of the type of the entity. |
| EntityBase::getListCacheTagsToInvalidate | function | core/ |
The list cache tags to invalidate for this entity. |
| EntityBase::getOriginalId | function | core/ |
Gets the original ID. |
| EntityBase::getTypedData | function | core/ |
Gets a typed data object for this entity object. |
| EntityBase::hasLinkTemplate | function | core/ |
Indicates if a link template exists for a given key. |
| EntityBase::id | function | core/ |
Gets the identifier. |
| EntityBase::invalidateTagsOnDelete | function | core/ |
Invalidates an entity's cache tags upon delete. |
| EntityBase::invalidateTagsOnSave | function | core/ |
Invalidates an entity's cache tags upon save. |
| EntityBase::isNew | function | core/ |
Determines whether the entity is new. |
| EntityBase::label | function | core/ |
Gets the label of the entity. |
| EntityBase::language | function | core/ |
Gets the language of the entity. |
| EntityBase::languageManager | function | core/ |
Gets the language manager. |
| EntityBase::link | function | core/ |
Deprecated way of generating a link to the entity. See toLink(). |
| EntityBase::linkTemplates | function | core/ |
Gets an array link templates. |
| EntityBase::load | function | core/ |
Loads an entity. |
| EntityBase::loadMultiple | function | core/ |
Loads one or more entities. |
| EntityBase::postCreate | function | core/ |
Acts on a created entity before hooks are invoked. |
| EntityBase::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
| EntityBase::postLoad | function | core/ |
Acts on loaded entities. |
| EntityBase::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| EntityBase::preCreate | function | core/ |
Changes the values of an entity before it is created. |
| EntityBase::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
| EntityBase::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| EntityBase::referencedEntities | function | core/ |
Gets a list of entities referenced by this entity. |
| EntityBase::save | function | core/ |
Saves an entity permanently. |
| EntityBase::setOriginalId | function | core/ |
Sets the original ID. |
| EntityBase::toArray | function | core/ |
Gets an array of all property values. |
| EntityBase::toLink | function | core/ |
Generates the HTML for a link to this entity. |
| EntityBase::toUrl | function | core/ |
Gets the URL object for the entity. |
Pagination
- Previous page
- Page 445
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.