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 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
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
FieldEntityOperationsTest::$defaultTheme property core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php The theme to install as the default for testing.
FieldEntityOperationsTest::$modules property core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php Modules to install.
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 Sets up the test.
FieldEntityOperationsTest::testEntityOperations function core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php Tests entity operations field.
FieldEntitySettingsTest class core/modules/field/tests/src/Kernel/Entity/FieldEntitySettingsTest.php Tests the ways that field entities handle their settings.
FieldEntitySettingsTest.php file core/modules/field/tests/src/Kernel/Entity/FieldEntitySettingsTest.php
FieldEntitySettingsTest::$modules property core/modules/field/tests/src/Kernel/Entity/FieldEntitySettingsTest.php Modules to install.
FieldEntitySettingsTest::setUp function core/modules/field/tests/src/Kernel/Entity/FieldEntitySettingsTest.php
FieldEntitySettingsTest::testEntityReferenceSettingsNormalized function core/modules/field/tests/src/Kernel/Entity/FieldEntitySettingsTest.php Tests entity reference settings are normalized on field creation and save.
FieldEntitySettingsTest::testFieldEntitiesCarryDefaultSettings function core/modules/field/tests/src/Kernel/Entity/FieldEntitySettingsTest.php @group legacy
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 The theme to install as the default for testing.
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.
FieldEntityTest::setUp function core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php Sets up the test.
FieldEntityTest::testGetEntity function core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php Tests the getEntity method.
FieldEntityTest::testGetEntityNullEntityOptionalRelationship function core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php Tests the getEntity method returning NULL for an optional relationship.
FieldEntityTranslationTest class core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Tests the rendering of fields (base fields) and their translations.
FieldEntityTranslationTest.php file core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php
FieldEntityTranslationTest::$defaultTheme property core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php The theme to install as the default for testing.
FieldEntityTranslationTest::$modules property core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Modules to install.
FieldEntityTranslationTest::$testViews property core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php
FieldEntityTranslationTest::assertRows function core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Ensures that the rendered results are working as expected.
FieldEntityTranslationTest::setUp function core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Sets up the test.
FieldEntityTranslationTest::testTranslationRows function core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Tests that different translation mechanisms can be used for base fields.
FieldFieldTest::$entityRevision property core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php The stored revisionable test entities.
FieldHandlerInterface::getEntity function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Gets the entity matching the current row and relationship.
FieldItemBase::getEntity function core/lib/Drupal/Core/Field/FieldItemBase.php Gets the entity that field belongs to.
FieldItemInterface::getEntity function core/lib/Drupal/Core/Field/FieldItemInterface.php Gets the entity that field belongs to.
FieldItemList::getEntity function core/lib/Drupal/Core/Field/FieldItemList.php Gets the entity that field belongs to.
FieldItemListInterface::getEntity function core/lib/Drupal/Core/Field/FieldItemListInterface.php Gets the entity that field belongs to.
FieldItemNormalizer::$entityTypeManager property core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php The entity type manager.
FieldItemSerializationTest::$entity property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php The test entity.
FieldItemSerializationTest::$entityClass property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php The class name of the test class.
FieldKernelTestBase::$entityId property core/modules/field/tests/src/Kernel/FieldKernelTestBase.php

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