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. Search 11.x for entity
  6. 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
EntityFieldTest::doTestDataStructureInterfaces function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the data structure interfaces tests for the given entity type.
EntityFieldTest::doTestIntrospection function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the introspection tests for the given entity type.
EntityFieldTest::doTestIterator function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the iterator tests for the given entity type.
EntityFieldTest::doTestReadWrite function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the read write test set for a defined entity type.
EntityFieldTest::doTestSave function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the save tests for the given entity type.
EntityFieldTest::getContainedStrings function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Gets all contained strings recursively.
EntityFieldTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
EntityFieldTest::testBaseFieldNonExistingBaseField function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests a base field override on a non-existing base field.
EntityFieldTest::testComputedFields function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests all the interaction points of a computed field.
EntityFieldTest::testComputedProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests getting processed property values via a computed property.
EntityFieldTest::testDataStructureInterfaces function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests working with the entity based upon the TypedData API.
EntityFieldTest::testDataTypes function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Makes sure data types are correctly derived for all entity types.
EntityFieldTest::testEntityConstraintValidation function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests validation constraints provided by the Entity API.
EntityFieldTest::testEntityIdAssignment function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests explicit entity ID assignment.
EntityFieldTest::testEntityReferenceComputedField function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests an entity reference computed field.
EntityFieldTest::testFieldEntityRevisionWrite function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Test setting field values on revisionable entities.
EntityFieldTest::testFieldOverrideBundleField function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests creating a field override config for a bundle field.
EntityFieldTest::testIntrospection function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests introspection and getting metadata upfront.
EntityFieldTest::testIterator function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests iterating over properties.
EntityFieldTest::testReadWrite function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests reading and writing properties and field items.
EntityFieldTest::testSave function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tries to save and load an entity again.
EntityFieldValueTrait trait core/lib/Drupal/Core/Entity/EntityFieldValueTrait.php Adds a ::getFieldValue() method suitable for use with content entities.
EntityFieldValueTrait.php file core/lib/Drupal/Core/Entity/EntityFieldValueTrait.php
EntityFieldValueTrait::getFieldValue function core/lib/Drupal/Core/Entity/EntityFieldValueTrait.php Gets the value of a field property directly, bypassing the typed data API.
EntityFieldValueTraitTest class core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests the EntityFieldValueTrait.
EntityFieldValueTraitTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php
EntityFieldValueTraitTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php
EntityFieldValueTraitTest::getFieldValue function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Calls protected getFieldValue() method via reflection.
EntityFieldValueTraitTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php
EntityFieldValueTraitTest::testGetFieldValueConsistencyWithTraditionalAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() consistency with traditional access.
EntityFieldValueTraitTest::testGetFieldValueCorrectness function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() returns correct values.
EntityFieldValueTraitTest::testGetFieldValueFallsBackToInitializedFieldObjects function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() falls back to initialized field objects.
EntityFieldValueTraitTest::testGetFieldValueViaUserMethods function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() via User entity methods.
EntityFieldValueTraitTest::testGetFieldValueWithDelta function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() with delta parameter.
EntityFieldValueTraitTest::testGetFieldValueWithNonExistentField function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() with non-existent field.
EntityFieldValueTraitTest::testGetFieldValueWithoutTypedDataInitialization function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() without typed data initialization.
EntityFieldValueTraitTest::testGetFieldValueWithScalarValues function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() with scalar values.
EntityFieldValueTraitTest::testMemoryReclamationAfterFieldAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests memory reclamation after field access.
EntityFile class core/modules/file/src/Plugin/migrate/destination/EntityFile.php Provides migrate destination plugin for File entities.
EntityFile.php file core/modules/file/src/Plugin/migrate/destination/EntityFile.php
EntityFile::getEntity function core/modules/file/src/Plugin/migrate/destination/EntityFile.php Creates or loads an entity.
EntityFile::processStubRow function core/modules/file/src/Plugin/migrate/destination/EntityFile.php Populates as much of the stub row as possible.
EntityFilteringThemeTest class core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php Tests XSS filtering for themed output for each entity type in all themes.
EntityFilteringThemeTest.php file core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
EntityFilteringThemeTest::$comment property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test comment.
EntityFilteringThemeTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
EntityFilteringThemeTest::$modules property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
EntityFilteringThemeTest::$node property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test node.
EntityFilteringThemeTest::$term property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test taxonomy term.
EntityFilteringThemeTest::$themes property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A list of all available themes.

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