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
EntityActionBase.php file core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php
EntityActionBase::$entityTypeManager property core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php The entity type manager.
EntityActionBase::calculateDependencies function core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php
EntityActionBase::__construct function core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php Constructs an EntityActionBase object.
EntityActionDeriverBase class core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Provides a base action for each entity type with specific interfaces.
EntityActionDeriverBase.php file core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php
EntityActionDeriverBase::$entityTypeManager property core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php The entity type manager.
EntityActionDeriverBase::create function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php
EntityActionDeriverBase::getApplicableEntityTypes function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Gets a list of applicable entity types.
EntityActionDeriverBase::getDerivativeDefinitions function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php
EntityActionDeriverBase::isApplicable function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Indicates whether the deriver can be used for the provided entity type.
EntityActionDeriverBase::__construct function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Constructs a new EntityActionDeriverBase object.
EntityAdapter class core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php Defines the &quot;entity&quot; data type.
EntityAdapter.php file core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
EntityAdapter::$entity property core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php The wrapped entity object.
EntityAdapter::applyDefaultValue function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
EntityAdapter::createFromEntity function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php Creates an instance wrapping the given entity.
EntityAdapter::get function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
EntityAdapter::getEntity function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php Returns the wrapped entity object.
EntityAdapter::getIterator function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php Retrieves the iterator for the object.
EntityAdapter::getProperties function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
EntityAdapter::getString function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
EntityAdapter::getValue function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
EntityAdapter::isEmpty function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
EntityAdapter::onChange function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
EntityAdapter::set function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
EntityAdapter::setValue function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
EntityAdapter::toArray function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
EntityAdapterUnitTest class core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php Tests Drupal\Core\Entity\Plugin\DataType\EntityAdapter.
EntityAdapterUnitTest.php file core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php
EntityAdapterUnitTest::$bundle property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The bundle used for testing.
EntityAdapterUnitTest::$entity property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The content entity used for testing.
EntityAdapterUnitTest::$entityAdapter property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The content entity adapter under test.
EntityAdapterUnitTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The entity field manager.
EntityAdapterUnitTest::$entityType property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The entity type used for testing.
EntityAdapterUnitTest::$entityTypeId property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The type ID of the entity under test.
EntityAdapterUnitTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The entity type manager used for testing.
EntityAdapterUnitTest::$fieldDefinitions property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php Field definitions.
EntityAdapterUnitTest::$fieldItemList property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The field item list returned by the typed data manager.
EntityAdapterUnitTest::$fieldTypePluginManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The field type manager used for testing.
EntityAdapterUnitTest::$id property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The entity ID.
EntityAdapterUnitTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The language manager.
EntityAdapterUnitTest::$typedDataManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The typed data manager used for testing.
EntityAdapterUnitTest::$uuid property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The UUID generator used for testing.
EntityAdapterUnitTest::setUp function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php
EntityAdapterUnitTest::setUpMockFieldItemList function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php Reinitializes the field item list as a mock object.
EntityAdapterUnitTest::testApplyDefaultValue function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php Tests apply default value.
EntityAdapterUnitTest::testGet function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php Tests get.
EntityAdapterUnitTest::testGetConstraints function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php Tests get constraints.
EntityAdapterUnitTest::testGetDataDefinition function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php Tests get data definition.

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