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/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.
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.

All search results

Title Object type File name Summary
EntitySchemaTest::$database property core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php The database connection used.
EntitySchemaTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Modules to enable.
EntitySchemaTest::findPrimaryKeys function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Finds the primary keys for a given entity type.
EntitySchemaTest::providerTestPrimaryKeyUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Provides test cases for EntitySchemaTest::testPrimaryKeyUpdate()
EntitySchemaTest::refreshServices function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Refresh services.
EntitySchemaTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php
EntitySchemaTest::testCleanUpStorageDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests fields from an uninstalled module are removed from the schema.
EntitySchemaTest::testCustomFieldCreateDelete function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests the custom bundle field creation and deletion.
EntitySchemaTest::testEntitySchemaUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests that entity schema responds to changes in the entity type definition.
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::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 Test the normalize function.
EntitySerializationTest::testSerialize function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Test registered Serializer&#039;s entity serialization for core&#039;s formats.
EntitySerializationTest::testUserNormalize function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests user normalization, using the entity_serialization_test module to
override some default access controls.
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

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