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
ContentEntityFormInterface interface core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Defines a common interface for content entity form classes.
ContentEntityFormInterface.php file core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php
ContentEntityFormInterface::getFormDisplay function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Gets the form display.
ContentEntityFormInterface::getFormLangcode function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Gets the code identifying the active form language.
ContentEntityFormInterface::isDefaultFormLangcode function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Checks whether the current form language matches the entity one.
ContentEntityFormInterface::setFormDisplay function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Sets the form display.
ContentEntityFormInterface::validateForm function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Note that extending classes should not override this method to add entity
validation logic, but define further validation constraints using the
entity validation API and/or provide a new validation constraint if
necessary. This is the only way to…
ContentEntityFormTest class core/tests/Drupal/Tests/Core/Entity/ContentEntityFormTest.php @coversDefaultClass \Drupal\Core\Entity\ContentEntityForm
@group Entity
ContentEntityFormTest.php file core/tests/Drupal/Tests/Core/Entity/ContentEntityFormTest.php
ContentEntityFormTest::testEntityManagerDeprecation function core/tests/Drupal/Tests/Core/Entity/ContentEntityFormTest.php Tests the constructor bc layer for injecting the entity manager.
ContentEntityHasChangesTest class core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php Tests ContentEntityBase::hasTranslationChanges().
ContentEntityHasChangesTest.php file core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php
ContentEntityHasChangesTest::$bundle property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php Bundle of entity.
ContentEntityHasChangesTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php Modules to enable.
ContentEntityHasChangesTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php
ContentEntityHasChangesTest::testHasTranslationChanges function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php Tests the correct functionality of the hasTranslationChanges() function.
ContentEntityInterface interface core/lib/Drupal/Core/Entity/ContentEntityInterface.php Defines a common interface for all content entity objects.
ContentEntityInterface.php file core/lib/Drupal/Core/Entity/ContentEntityInterface.php
ContentEntityNonRevisionableFieldTest class core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php Tests non-revisionable fields on revisionable (and translatable) entities.
ContentEntityNonRevisionableFieldTest.php file core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php
ContentEntityNonRevisionableFieldTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php Modules to enable.
ContentEntityNonRevisionableFieldTest::$mulRev property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php The EntityTestMulRev entity type storage.
ContentEntityNonRevisionableFieldTest::$rev property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php The EntityTestRev entity type storage.
ContentEntityNonRevisionableFieldTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php
ContentEntityNonRevisionableFieldTest::testMulNonRevisionableField function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php Tests non-revisionable fields on revisionable and translatable entities.
ContentEntityNonRevisionableFieldTest::testMultiColumnNonRevisionableBaseField function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php Tests multi column non revisionable base field for revisionable entity.
ContentEntityNonRevisionableFieldTest::testNonRevisionableField function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php Tests non-revisionable fields on revisionable entities.
ContentEntityNormalizer class core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php Normalizes/denormalizes Drupal content entities into an array structure.
ContentEntityNormalizer class core/modules/hal/src/Normalizer/ContentEntityNormalizer.php Converts the Drupal entity object structure to a HAL array structure.
ContentEntityNormalizer.php file core/modules/hal/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizer.php file core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizer::$deprecatedProperties property core/modules/hal/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizer::$linkManager property core/modules/hal/src/Normalizer/ContentEntityNormalizer.php The hypermedia link manager.
ContentEntityNormalizer::$moduleHandler property core/modules/hal/src/Normalizer/ContentEntityNormalizer.php The module handler.
ContentEntityNormalizer::$supportedInterfaceOrClass property core/modules/hal/src/Normalizer/ContentEntityNormalizer.php The interface or class that this Normalizer supports.
ContentEntityNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php The interface or class that this Normalizer supports.
ContentEntityNormalizer::denormalize function core/modules/hal/src/Normalizer/ContentEntityNormalizer.php Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize().
ContentEntityNormalizer::getEntityUri function core/modules/hal/src/Normalizer/ContentEntityNormalizer.php Constructs the entity URI.
ContentEntityNormalizer::getTypedDataIds function core/modules/hal/src/Normalizer/ContentEntityNormalizer.php Gets the typed data IDs for a type URI.
ContentEntityNormalizer::normalize function core/modules/hal/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizer::normalize function core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizer::__construct function core/modules/hal/src/Normalizer/ContentEntityNormalizer.php Constructs an ContentEntityNormalizer object.
ContentEntityNormalizerTest class core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php @coversDefaultClass \Drupal\serialization\Normalizer\ContentEntityNormalizer
@group serialization
ContentEntityNormalizerTest.php file core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php
ContentEntityNormalizerTest::$contentEntityNormalizer property core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php The normalizer under test.
ContentEntityNormalizerTest::$serializer property core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php The mock serializer.
ContentEntityNormalizerTest::createMockFieldListItem function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php Creates a mock field list item.
ContentEntityNormalizerTest::createMockForContentEntity function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php Creates a mock content entity.
ContentEntityNormalizerTest::setUp function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php
ContentEntityNormalizerTest::testNormalize function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php Tests the normalize() method.

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