Search for entity

  1. Search 7.x for entity
  2. Search 8.9.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 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
EntitySchemaTest::testIdentifierSchema function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests the installed storage schema for identifier fields.
EntitySchemaTest::testModifyingTranslatableColumnSchema function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests that modifying the UUID field for a translatable entity works.
EntitySchemaTest::testPrimaryKeyUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests deleting and creating a field that is part of a primary key.
EntitySchemaTest::updateEntityType function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Updates the entity type definition.
EntitySearchPage class core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php Migrate destination for search page.
EntitySearchPage.php file core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php
EntitySearchPage::$moduleHandler property core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php The module handler.
EntitySearchPage::create function core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php Creates an instance of the plugin.
EntitySearchPage::import function core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php Import the row.
EntitySearchPage::updateEntity function core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php Updates the entity with the contents of a row.
EntitySearchPage::__construct function core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php Constructs a new EntitySearchPage.
EntitySerializationTest class core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests that entities can be serialized to supported core formats.
EntitySerializationTest.php file core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php
EntitySerializationTest::$entity property core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php The test entity.
EntitySerializationTest::$entityClass property core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php The class name of the test class.
EntitySerializationTest::$modules property core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Modules to install.
EntitySerializationTest::$serializer property core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php The serializer service.
EntitySerializationTest::$user property core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php The test user.
EntitySerializationTest::$values property core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php The test values.
EntitySerializationTest::setUp function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php
EntitySerializationTest::testCacheableComputedField function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests normalizing cacheable computed field.
EntitySerializationTest::testDenormalize function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests denormalization of an entity.
EntitySerializationTest::testDenormalizeCustomSerializedItem function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests normalizing/denormalizing custom serialized columns.
EntitySerializationTest::testDenormalizeEmptyCustomSerializedField function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests normalizing/denormalizing empty custom serialized fields.
EntitySerializationTest::testDenormalizeInvalidCustomSerializedField function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests normalizing/denormalizing invalid custom serialized fields.
EntitySerializationTest::testDenormalizeSerializedItem function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests denormalizing serialized columns.
EntitySerializationTest::testDenormalizeStringValue function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests normalizing/denormalizing using string values.
EntitySerializationTest::testDenormalizeValidCustomSerializedField function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests normalizing/denormalizing valid custom serialized fields.
EntitySerializationTest::testNormalize function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests the normalize function.
EntitySerializationTest::testSerialize function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests entity serialization for core&#039;s formats by a registered Serializer.
EntitySerializationTest::testUserNormalize function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests user normalization with some default access controls overridden.
EntitySerializedField class core/modules/system/tests/modules/entity_test/src/Entity/EntitySerializedField.php Defines a test class for testing fields with a serialized column.
EntitySerializedField.php file core/modules/system/tests/modules/entity_test/src/Entity/EntitySerializedField.php
EntitySerializedField::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntitySerializedField.php Provides base field definitions for an entity type.
EntityShortcutSet class core/modules/shortcut/src/Plugin/migrate/destination/EntityShortcutSet.php Plugin annotation

@MigrateDestination(
id = "entity:shortcut_set"
)
EntityShortcutSet.php file core/modules/shortcut/src/Plugin/migrate/destination/EntityShortcutSet.php
EntityShortcutSet::getEntity function core/modules/shortcut/src/Plugin/migrate/destination/EntityShortcutSet.php Creates or loads an entity.
EntityStateChangeValidationTest class core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php @coversDefaultClass \Drupal\content_moderation\Plugin\Validation\Constraint\ModerationStateConstraintValidator[[api-linebreak]]
@group content_moderation
EntityStateChangeValidationTest.php file core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php
EntityStateChangeValidationTest::$adminUser property core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php An admin user.
EntityStateChangeValidationTest::$modules property core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php Modules to enable.
EntityStateChangeValidationTest::setUp function core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php
EntityStateChangeValidationTest::testExistingContentWithNoModeration function core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php Tests that content without prior moderation information can be moderated.
EntityStateChangeValidationTest::testExistingMultilingualContentWithNoModeration function core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php Tests that content without prior moderation information can be translated.
EntityStateChangeValidationTest::testInvalidState function core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php Tests validation with an invalid state.
EntityStateChangeValidationTest::testInvalidStateMultilingual function core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php Tests state transition validation with multiple languages.
EntityStateChangeValidationTest::testInvalidStateWithoutExisting function core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php Tests validation with no initial state or an invalid state.
EntityStateChangeValidationTest::testInvalidTransition function core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php Tests invalid transitions.
EntityStateChangeValidationTest::testTransitionAccessValidation function core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php @dataProvider transitionAccessValidationTestCases
EntityStateChangeValidationTest::testValidTransition function core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php Tests valid transitions.

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