Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityActionDeriverBase | class | core/ |
Provides a base action for each entity type with specific interfaces. |
| EntityActionDeriverBase.php | file | core/ |
|
| EntityActionDeriverBase::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityActionDeriverBase::create | function | core/ |
Creates a new class instance. |
| EntityActionDeriverBase::getApplicableEntityTypes | function | core/ |
Gets a list of applicable entity types. |
| EntityActionDeriverBase::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| EntityActionDeriverBase::isApplicable | function | core/ |
Indicates whether the deriver can be used for the provided entity type. |
| EntityActionDeriverBase::__construct | function | core/ |
Constructs a new EntityActionDeriverBase object. |
| EntityAdapter | class | core/ |
Defines the "entity" data type. |
| EntityAdapter.php | file | core/ |
|
| EntityAdapter::$entity | property | core/ |
The wrapped entity object. |
| EntityAdapter::applyDefaultValue | function | core/ |
Applies the default value. |
| EntityAdapter::createFromEntity | function | core/ |
Creates an instance wrapping the given entity. |
| EntityAdapter::get | function | core/ |
Gets a property object. |
| EntityAdapter::getEntity | function | core/ |
Returns the wrapped entity object. |
| EntityAdapter::getIterator | function | core/ |
Retrieves the iterator for the object. |
| EntityAdapter::getProperties | function | core/ |
Gets an array of property objects. |
| EntityAdapter::getString | function | core/ |
Returns a string representation of the data. |
| EntityAdapter::getValue | function | core/ |
Gets the data value. |
| EntityAdapter::isEmpty | function | core/ |
Determines whether the data structure is empty. |
| EntityAdapter::onChange | function | core/ |
React to changes to a child property or item. |
| EntityAdapter::set | function | core/ |
Sets a property value. |
| EntityAdapter::setValue | function | core/ |
Sets the data value. |
| EntityAdapter::toArray | function | core/ |
Returns an array of all property values. |
| EntityAdapterUnitTest | class | core/ |
Tests Drupal\Core\Entity\Plugin\DataType\EntityAdapter. |
| EntityAdapterUnitTest.php | file | core/ |
|
| EntityAdapterUnitTest::$bundle | property | core/ |
The bundle used for testing. |
| EntityAdapterUnitTest::$entity | property | core/ |
The content entity used for testing. |
| EntityAdapterUnitTest::$entityAdapter | property | core/ |
The content entity adapter under test. |
| EntityAdapterUnitTest::$entityFieldManager | property | core/ |
|
| EntityAdapterUnitTest::$entityType | property | core/ |
The entity type used for testing. |
| EntityAdapterUnitTest::$entityTypeId | property | core/ |
The type ID of the entity under test. |
| EntityAdapterUnitTest::$entityTypeManager | property | core/ |
The entity type manager used for testing. |
| EntityAdapterUnitTest::$fieldDefinitions | property | core/ |
Field definitions. |
| EntityAdapterUnitTest::$fieldItemList | property | core/ |
The field item list returned by the typed data manager. |
| EntityAdapterUnitTest::$fieldTypePluginManager | property | core/ |
The field type manager used for testing. |
| EntityAdapterUnitTest::$id | property | core/ |
The entity ID. |
| EntityAdapterUnitTest::$languageManager | property | core/ |
The language manager. |
| EntityAdapterUnitTest::$typedDataManager | property | core/ |
The typed data manager used for testing. |
| EntityAdapterUnitTest::$uuid | property | core/ |
The UUID generator used for testing. |
| EntityAdapterUnitTest::setUp | function | core/ |
|
| EntityAdapterUnitTest::testApplyDefaultValue | function | core/ |
Tests apply default value. |
| EntityAdapterUnitTest::testGet | function | core/ |
Tests get. |
| EntityAdapterUnitTest::testGetConstraints | function | core/ |
Tests get constraints. |
| EntityAdapterUnitTest::testGetDataDefinition | function | core/ |
Tests get data definition. |
| EntityAdapterUnitTest::testGetEntity | function | core/ |
Tests get entity. |
| EntityAdapterUnitTest::testGetInvalidField | function | core/ |
Tests get invalid field. |
| EntityAdapterUnitTest::testGetIterator | function | core/ |
Tests get iterator. |
| EntityAdapterUnitTest::testGetName | function | core/ |
Tests get name. |
| EntityAdapterUnitTest::testGetParent | function | core/ |
Tests get parent. |
Pagination
- Previous page
- Page 490
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.