Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 8.9.x for entity
  4. Search 10.3.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
FieldConfigEntityUnitTest::testGetType function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Tests get type.
FieldConfigEntityUnitTest::testOnDependencyRemoval function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Tests on dependency removal.
FieldConfigEntityUnitTest::testToArray function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Tests to array.
FieldConfigListBuilder::$entityFieldManager property core/modules/field_ui/src/FieldConfigListBuilder.php The entity field manager.
FieldConfigListBuilder::$entityTypeManager property core/modules/field_ui/src/FieldConfigListBuilder.php The entity type manager.
FieldConfigListBuilder::$targetEntityTypeId property core/modules/field_ui/src/FieldConfigListBuilder.php The name of the entity type the listed fields are attached to.
FieldConfigResourceTestBase::$entity property core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php
FieldConfigResourceTestBase::$entityTypeId property core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php The tested entity type.
FieldConfigResourceTestBase::createEntity function core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php Creates the entity to be tested.
FieldConfigResourceTestBase::getExpectedNormalizedEntity function core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php Returns the expected normalization of the entity.
FieldConfigResourceTestBase::getNormalizedPostEntity function core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php Returns the normalized POST entity.
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 The tested entity type.
FieldConfigTest::createAnotherEntity function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Creates another entity to be tested.
FieldConfigTest::createEntity function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Creates the entity to be tested.
FieldConfigTest::entityAccess function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Checks access for the given operation on the given entity.
FieldConfigValidationTest::testEntityReferenceSelectionHandlerIsValidated function core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php Tests that entity reference selection handler plugin IDs are validated.
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 Returns the ID of the entity type the field is attached to.
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 Adds the field processes for an entity to a migration.
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 Gets all field information for a particular entity type.
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 The theme to install as the default for testing.
FieldEntityLinkBaseTest::$modules property core/modules/views/tests/src/Functional/Handler/FieldEntityLinkBaseTest.php Modules to install.
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 Sets up the test.
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 install.
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 Sets up the configuration and schema of views and views_test_data modules.
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

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