Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 8.9.x for entity
- Search 11.x for entity
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Entity | class | core/ |
Defines an argument validator plugin for each entity type. |
Entity | class | core/ |
Provides an area handler which renders an entity in a certain view mode. |
Entity | class | core/ |
Provides a generic destination to import entities. |
Entity | class | core/ |
|
Entity | class | core/ |
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 |
---|---|---|---|
EntitySerializationTest::$entity | property | core/ |
The test entity. |
EntitySerializationTest::$entityClass | property | core/ |
The class name of the test class. |
EntitySerializationTest::$modules | property | core/ |
Modules to install. |
EntitySerializationTest::$serializer | property | core/ |
The serializer service. |
EntitySerializationTest::$user | property | core/ |
The test user. |
EntitySerializationTest::$values | property | core/ |
The test values. |
EntitySerializationTest::setUp | function | core/ |
|
EntitySerializationTest::testCacheableComputedField | function | core/ |
Tests normalizing cacheable computed field. |
EntitySerializationTest::testDenormalize | function | core/ |
Tests denormalization of an entity. |
EntitySerializationTest::testDenormalizeCustomSerializedItem | function | core/ |
Tests normalizing/denormalizing custom serialized columns. |
EntitySerializationTest::testDenormalizeEmptyCustomSerializedField | function | core/ |
Tests normalizing/denormalizing empty custom serialized fields. |
EntitySerializationTest::testDenormalizeInvalidCustomSerializedField | function | core/ |
Tests normalizing/denormalizing invalid custom serialized fields. |
EntitySerializationTest::testDenormalizeSerializedItem | function | core/ |
Tests denormalizing serialized columns. |
EntitySerializationTest::testDenormalizeStringValue | function | core/ |
Tests normalizing/denormalizing using string values. |
EntitySerializationTest::testDenormalizeValidCustomSerializedField | function | core/ |
Tests normalizing/denormalizing valid custom serialized fields. |
EntitySerializationTest::testNormalize | function | core/ |
Tests the normalize function. |
EntitySerializationTest::testSerialize | function | core/ |
Tests entity serialization for core's formats by a registered Serializer. |
EntitySerializationTest::testUserNormalize | function | core/ |
Tests user normalization with some default access controls overridden. |
EntitySerializedField | class | core/ |
Defines a test class for testing fields with a serialized column. |
EntitySerializedField.php | file | core/ |
|
EntitySerializedField::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
EntityShortcutSet | class | core/ |
Migration destination for shortcut set entity. |
EntityShortcutSet.php | file | core/ |
|
EntityShortcutSet::getEntity | function | core/ |
Creates or loads an entity. |
EntityStateChangeValidationTest | class | core/ |
@coversDefaultClass \Drupal\content_moderation\Plugin\Validation\Constraint\ModerationStateConstraintValidator[[api-linebreak]] @group content_moderation |
EntityStateChangeValidationTest.php | file | core/ |
|
EntityStateChangeValidationTest::$adminUser | property | core/ |
An admin user. |
EntityStateChangeValidationTest::$modules | property | core/ |
Modules to install. |
EntityStateChangeValidationTest::$usesSuperUserAccessPolicy | property | core/ |
@todo Remove and fix test to not rely on super user. |
EntityStateChangeValidationTest::setUp | function | core/ |
|
EntityStateChangeValidationTest::testExistingContentWithNoModeration | function | core/ |
Tests that content without prior moderation information can be moderated. |
EntityStateChangeValidationTest::testExistingMultilingualContentWithNoModeration | function | core/ |
Tests that content without prior moderation information can be translated. |
EntityStateChangeValidationTest::testInvalidState | function | core/ |
Tests validation with an invalid state. |
EntityStateChangeValidationTest::testInvalidStateMultilingual | function | core/ |
Tests state transition validation with multiple languages. |
EntityStateChangeValidationTest::testInvalidStateWithoutExisting | function | core/ |
Tests validation with no initial state or an invalid state. |
EntityStateChangeValidationTest::testInvalidTransition | function | core/ |
Tests invalid transitions. |
EntityStateChangeValidationTest::testTransitionAccessValidation | function | core/ |
@dataProvider transitionAccessValidationTestCases |
EntityStateChangeValidationTest::testValidTransition | function | core/ |
Tests valid transitions. |
EntityStateChangeValidationTest::transitionAccessValidationTestCases | function | core/ |
Test cases for ::testTransitionAccessValidation. |
EntityStorageBase | class | core/ |
A base entity storage class. |
EntityStorageBase.php | file | core/ |
|
EntityStorageBase::$baseEntityClass | property | core/ |
Name of the base entity class. |
EntityStorageBase::$entityType | property | core/ |
Information about the entity type. |
EntityStorageBase::$entityTypeId | property | core/ |
Entity type ID for this storage. |
EntityStorageBase::$idKey | property | core/ |
Name of the entity's ID field in the entity database table. |
EntityStorageBase::$langcodeKey | property | core/ |
The name of the entity langcode property. |
EntityStorageBase::$memoryCache | property | core/ |
The memory cache. |
EntityStorageBase::$memoryCacheTag | property | core/ |
The memory cache tag. |
EntityStorageBase::$uuidKey | property | core/ |
Name of entity's UUID database table field, if it supports UUIDs. |
EntityStorageBase::$uuidService | property | core/ |
The UUID service. |
Pagination
- Previous page
- Page 104
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.