node_entity_bundle_info |
function |
drupal/core/modules/node/node.module |
Implements hook_entity_bundle_info(). |
EntityTranslationUITest |
class |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Tests the Entity Translation UI. |
entity_info_cache_clear |
function |
drupal/core/includes/entity.inc |
Resets the cached information about entity types. |
EntityBCDecorator::uuid |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
EntityReferenceItemTest |
class |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceItemTest.php |
Tests the new entity API for the entity reference field type. |
hook_entity_bundle_info |
function |
drupal/core/includes/entity.api.php |
Describe the bundles for entity types. |
EntityBCDecorator::save |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
AreaEntityTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaEntityTest.php |
|
hook_entity_query_alter |
function |
drupal/core/includes/entity.api.php |
Alter or execute an Drupal\Core\Entity\Query\EntityQueryInterface. |
EntityReference::render |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/display/EntityReference.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::render(). |
EntityWrapper::getValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Overrides \Drupal\Core\TypedData\TypedData::getValue(). |
EntityWrapper::setValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Overrides \Drupal\Core\TypedData\TypedData::setValue(). |
entity_get_form_display |
function |
drupal/core/includes/entity.inc |
Returns the entity_form_display object associated to a bundle and form mode. |
BundleKeyTestEntity.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/BundleKeyTestEntity.php |
Contains Drupal\field_test\Plugin\Core\Entity\BundleKeyTestEntity. |
EntityReference::render |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/style/EntityReference.php |
Overrides \Drupal\views\Plugin\views\style\StylePluginBase\StylePluginBase::render(). |
CacheableTestEntity.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/CacheableTestEntity.php |
Contains Drupal\field_test\Plugin\Core\Entity\CacheableTestEntity. |
EntityWrapper::onChange |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::onChange(). |
RowEntityTest::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/RowEntityTest.php |
Modules to enable. |
RowEntityTest::$content |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/RowEntityTest.php |
A string for assert raw and text helper methods. |
EntityNG::getProperties |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::getProperties(). |
Entity::createDuplicate |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements \Drupal\Core\Entity\EntityInterface::createDuplicate(). |
entity_reference.module |
file |
drupal/core/modules/entity_reference/entity_reference.module |
Provides a field that can reference other entities. |
Entity::getPropertyPath |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements \Drupal\Core\TypedData\TypedDataInterface::getPropertyPath(). |
EntityType::$base_table |
property |
drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
The name of the entity type's base table. |
EntityInterface::bundle |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Returns the bundle of the entity. |
field_entity_field_info |
function |
drupal/core/modules/field/field.module |
Implements hook_entity_field_info() to define all configured fields. |
EntityType::$bundle_keys |
property |
drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
An array describing how the Field API can extract the information it needs
from the bundle objects for this type (e.g Vocabulary objects for terms;
not applicable for nodes): |
EntityListController.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Contains \Drupal\Core\Entity\EntityListController. |
EntityRow::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/EntityRow.php |
Overrides Drupal\views\Plugin\views\row\RowPluginBase::defineOptions(). |
entity_test_entity_types |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Returns a list of test entity types. |
EntityTypeConstraint.php |
file |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityTypeConstraint.php |
Contains \Drupal\Core\Validation\Constraint\EntityTypeConstraint. |
EntityFilteringThemeTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
Tests filtering for XSS in rendered entity templates in all themes. |
EntityFormTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php |
Modules to enable. |
EntityDisplayTest::setUp |
function |
drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php |
Sets up Drupal unit test environment. |
UserEntityTest::$modules |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityTest.php |
Modules to enable. |
QueryBase::getEntityType |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements \Drupal\Core\Entity\Query\QueryInterface::getEntityType(). |
EntityOperationsTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityOperationsTest.php |
Contains \Drupal\system\Tests\Entity\EntityOperationsTest. |
EntityQueryAggregateTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php |
Defines a test for testing aggregation support for entity query. |
EntityListController.php |
file |
drupal/core/lib/Drupal/Core/Entity/Controller/EntityListController.php |
Contains \Drupal\Core\Entity\Controller\EntityListController. |
EntityValidationTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityValidationTest.php |
Contains \Drupal\system\Tests\Entity\EntityValidationTest. |
HtmlEntityFormController |
class |
drupal/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php |
Wrapping controller for entity forms that serve as the main page body. |
EntityParent::$firstName |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/EntityParent.php |
|
Entity::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Entity.php |
Default options form that provides the label widget that all fields
should have. |
TestEntityFormController |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityFormController.php |
Form controller for the test entity edit forms. |
ConfigEntityBase::enable |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Implements \Drupal\Core\Config\Entity\ConfigEntityInterface::enable(). |
TestEntityController.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityController.php |
Definition of Drupal\field_test\TestEntityController. |
ConfigEntityBase::status |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Implements \Drupal\Core\Config\Entity\ConfigEntityInterface::status(). |
entity_cache_test.module |
file |
drupal/core/modules/system/tests/modules/entity_cache_test/entity_cache_test.module |
Helper module for entity cache tests. |
EntityMalformedException |
class |
drupal/core/lib/Drupal/Core/Entity/EntityMalformedException.php |
Defines an exception thrown when a malformed entity is passed. |
EntityDisplayBase::$uuid |
property |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
Unique UUID for the config entity. |