Search for entity

  1. Search 7.x for entity
  2. Search 8.9.x for entity
  3. Search 10.3.x for entity
  4. Search 11.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines an argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.

All search results

Title Object type File name Summary
EntityTranslationTest class core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests entity translation functionality.
EntityTranslationTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php
EntityTranslationTest::doTestEntityLanguageMethods function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Executes the entity language method tests for the given entity type.
EntityTranslationTest::doTestEntityTranslationAPI function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Executes the Entity Translation API tests for the given entity type.
EntityTranslationTest::doTestLanguageChange function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Executes the entity language change test for the given entity type.
EntityTranslationTest::doTestLanguageFallback function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Executes the language fallback test for the given entity type.
EntityTranslationTest::doTestMultilingualProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Executes the multilingual property tests for the given entity type.
EntityTranslationTest::testDeleteEntityTranslation function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests that translation statuses are correct after removing translations.
EntityTranslationTest::testEntityAdapter function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests how entity adapters work with translations.
EntityTranslationTest::testEntityLanguageMethods function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests language related methods of the Entity class.
EntityTranslationTest::testEntityTranslationAPI function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests the Entity Translation API behavior.
EntityTranslationTest::testFieldDefinitions function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Check that field translatability is handled properly.
EntityTranslationTest::testFieldEntityReference function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests if entity references are correct after adding a new translation.
EntityTranslationTest::testLanguageChange function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests that changing entity language does not break field language.
EntityTranslationTest::testLanguageFallback function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests language fallback applied to field and entity translations.
EntityTranslationTest::testMultilingualProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests multilingual properties.
EntityTranslationTest::testTranslationObjectCache function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests the translation object cache.
EntityTranslationTest::testTranslationStatus function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests the getTranslationStatus method.
EntityType class core/lib/Drupal/Core/Entity/EntityType.php Provides an implementation of an entity type and its metadata.
EntityType class core/lib/Drupal/Core/Entity/Annotation/EntityType.php Defines an Entity type annotation object.
EntityType.php file core/lib/Drupal/Core/Entity/Annotation/EntityType.php
EntityType.php file core/lib/Drupal/Core/Entity/EntityType.php
EntityType::$additional property core/lib/Drupal/Core/Entity/EntityType.php Any additional properties and values.
EntityType::$admin_permission property core/lib/Drupal/Core/Entity/EntityType.php The name of the default administrative permission.
EntityType::$base_table property core/lib/Drupal/Core/Entity/EntityType.php The name of the entity type&#039;s base table.
EntityType::$bundle_entity_type property core/lib/Drupal/Core/Entity/EntityType.php The name of the entity type which provides bundles.
EntityType::$bundle_label property core/lib/Drupal/Core/Entity/EntityType.php The human-readable name of the entity bundles, e.g. Vocabulary.
EntityType::$bundle_of property core/lib/Drupal/Core/Entity/EntityType.php The name of the entity type for which bundles are provided.
EntityType::$common_reference_target property core/lib/Drupal/Core/Entity/EntityType.php Indicates whether this entity type is commonly used as a reference target.
EntityType::$constraints property core/lib/Drupal/Core/Entity/EntityType.php Entity constraint definitions.
EntityType::$data_table property core/lib/Drupal/Core/Entity/EntityType.php The name of the entity type&#039;s data table.
EntityType::$entity_keys property core/lib/Drupal/Core/Entity/EntityType.php An array of entity keys.
EntityType::$entity_type_class property core/lib/Drupal/Core/Entity/Annotation/EntityType.php The class used to represent the entity type.
EntityType::$field_ui_base_route property core/lib/Drupal/Core/Entity/EntityType.php The route name used by field UI to attach its management pages.
EntityType::$group property core/lib/Drupal/Core/Entity/EntityType.php The machine name of the entity type group.
EntityType::$group property core/lib/Drupal/Core/Entity/Annotation/EntityType.php The group machine name.
EntityType::$group_label property core/lib/Drupal/Core/Entity/Annotation/EntityType.php The group label.
EntityType::$group_label property core/lib/Drupal/Core/Entity/EntityType.php The human-readable name of the entity type group.
EntityType::$handlers property core/lib/Drupal/Core/Entity/EntityType.php An array of handlers.
EntityType::$id property core/lib/Drupal/Core/Entity/EntityType.php The unique identifier of this entity type.
EntityType::$internal property core/lib/Drupal/Core/Entity/EntityType.php Indicates whether the entity data is internal.
EntityType::$label property core/lib/Drupal/Core/Entity/EntityType.php The human-readable name of the type.
EntityType::$label_collection property core/lib/Drupal/Core/Entity/EntityType.php The human-readable label for a collection of entities of the type.
EntityType::$label_count property core/lib/Drupal/Core/Entity/EntityType.php A definite singular/plural name of the type.
EntityType::$label_plural property core/lib/Drupal/Core/Entity/EntityType.php The indefinite plural name of the type.
EntityType::$label_singular property core/lib/Drupal/Core/Entity/EntityType.php The indefinite singular name of the type.
EntityType::$links property core/lib/Drupal/Core/Entity/EntityType.php Link templates using the URI template syntax.
EntityType::$list_cache_contexts property core/lib/Drupal/Core/Entity/EntityType.php The list cache contexts for this entity type.
EntityType::$list_cache_tags property core/lib/Drupal/Core/Entity/EntityType.php The list cache tags for this entity type.
EntityType::$originalClass property core/lib/Drupal/Core/Entity/EntityType.php The name of the original entity type class.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.