Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
Entity.php
»
Entity
»
Entity::entityInfo
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
10 calls to Entity::entityInfo()
Entity::createDuplicate
in drupal/
core/
lib/
Drupal/
Core/
Entity/
Entity.php
Implements
\Drupal\Core\Entity\EntityInterface::createDuplicate
().
Entity::getTranslationLanguages
in drupal/
core/
lib/
Drupal/
Core/
Entity/
Entity.php
Implements
\Drupal\Core\TypedData\TranslatableInterface::getTranslationLanguages
().
Entity::isNewRevision
in drupal/
core/
lib/
Drupal/
Core/
Entity/
Entity.php
Implements
\Drupal\Core\Entity\EntityInterface::isNewRevision
().
Entity::label
in drupal/
core/
lib/
Drupal/
Core/
Entity/
Entity.php
Implements
\Drupal\Core\Entity\EntityInterface::label
().
Entity::uri
in drupal/
core/
lib/
Drupal/
Core/
Entity/
Entity.php
Implements
\Drupal\Core\Entity\EntityInterface::uri
().
Entity::uriRelationships
in drupal/
core/
lib/
Drupal/
Core/
Entity/
Entity.php
Returns a list of URI relationships supported by this entity.
EntityNG::createDuplicate
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityNG.php
Overrides Entity::createDuplicate().
EntityNG::label
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityNG.php
Overrides Entity::label() to access the label field with the new API.
EntityNG::uri
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityNG.php
Implements
\Drupal\Core\Entity\EntityInterface::uri
().
EntityTest::label
in drupal/
core/
modules/
system/
tests/
modules/
entity_test/
lib/
Drupal/
entity_test/
Plugin/
Core/
Entity/
EntityTest.php
Overrides Drupal\entity\Entity::label().