Search for entity

  1. Search 7.x for entity
  2. Search 9.5.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 a 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.
Entity class core/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.

All search results

Title Object type File name Summary
FieldConfigResourceTestBase::getExpectedNormalizedEntity function core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php
FieldConfigResourceTestBase::getNormalizedPostEntity function core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php
FieldConfigStorage::$entityTypeManager property core/modules/field/src/FieldConfigStorage.php The entity type manager.
FieldConfigTest::$entity property core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php
FieldConfigTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php
FieldConfigTest::createAnotherEntity function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php
FieldConfigTest::createEntity function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php
FieldConfigTest::entityAccess function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php
FieldDataCountTest::testEntityCountAndHasData function core/modules/field/tests/src/Kernel/FieldDataCountTest.php Tests entityCount() and hadData() methods.
FieldDefinition::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldDefinition.php
FieldDefinitionInterface::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the ID of the entity type the field is attached to.
FieldDefinitionListener::$entityFieldManager property core/lib/Drupal/Core/Field/FieldDefinitionListener.php The entity field manager.
FieldDefinitionListener::$entityTypeManager property core/lib/Drupal/Core/Field/FieldDefinitionListener.php The entity type manager.
FieldDefinitionListenerTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php The entity field manager.
FieldDefinitionListenerTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php The entity type manager.
FieldDefinitionListenerTest::setUpEntityTypeManager function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php Sets up the entity type manager to be tested.
FieldDiscovery::addEntityFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php
FieldDiscovery::getEntityFields function core/modules/migrate_drupal/src/FieldDiscovery.php Gets all field information for a particular entity type.
FieldDiscoveryInterface::addEntityFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes for an entity to a migration.
FieldDiscoveryTest::getEntityFieldsData function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Provides data for testGetEntityFields.
FieldDiscoveryTest::testGetEntityFields function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Tests the protected getEntityFields method.
FieldDiscoveryTestClass::getEntityFields function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php
FieldDisplayTest::$entityType property core/modules/field/tests/src/Kernel/FieldDisplayTest.php Test entity type name.
FieldEntityLinkBaseTest class core/modules/views/tests/src/Functional/Handler/FieldEntityLinkBaseTest.php Tests the core Drupal\views\Plugin\views\field\LinkBase handler.
FieldEntityLinkBaseTest.php file core/modules/views/tests/src/Functional/Handler/FieldEntityLinkBaseTest.php
FieldEntityLinkBaseTest::$defaultTheme property core/modules/views/tests/src/Functional/Handler/FieldEntityLinkBaseTest.php
FieldEntityLinkBaseTest::$modules property core/modules/views/tests/src/Functional/Handler/FieldEntityLinkBaseTest.php
FieldEntityLinkBaseTest::$testViews property core/modules/views/tests/src/Functional/Handler/FieldEntityLinkBaseTest.php Views used by this test.
FieldEntityLinkBaseTest::setUp function core/modules/views/tests/src/Functional/Handler/FieldEntityLinkBaseTest.php
FieldEntityLinkBaseTest::testEntityLink function core/modules/views/tests/src/Functional/Handler/FieldEntityLinkBaseTest.php Tests entity link fields.
FieldEntityLinkTest class core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php Tests the core Drupal\views\Plugin\views\field\EntityOperations handler.
FieldEntityLinkTest.php file core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php
FieldEntityLinkTest::$adminUser property core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php An admin user account.
FieldEntityLinkTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php Modules to enable.
FieldEntityLinkTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php Views used by this test.
FieldEntityLinkTest::doTestEntityLink function core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php Tests whether entity links behave as expected.
FieldEntityLinkTest::setUpFixtures function core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php
FieldEntityLinkTest::testEntityLink function core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php Tests entity link fields.
FieldEntityOperationsTest class core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php Tests the core Drupal\views\Plugin\views\field\EntityOperations handler.
FieldEntityOperationsTest.php file core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php
FieldEntityOperationsTest::$defaultTheme property core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php
FieldEntityOperationsTest::$modules property core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php Modules to enable.
FieldEntityOperationsTest::$testViews property core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php Views used by this test.
FieldEntityOperationsTest::setUp function core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php
FieldEntityOperationsTest::testEntityOperations function core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php Tests entity operations field.
FieldEntityTest class core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php Tests the field plugin base integration with the entity system.
FieldEntityTest.php file core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php
FieldEntityTest::$defaultTheme property core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php
FieldEntityTest::$modules property core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php Modules to enable.
FieldEntityTest::$testViews property core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php Views used by this test.

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