EntityAdapter::isEmpty |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Determines whether the data structure is empty. |
EntityAdapter::onChange |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
React to changes to a child property or item. |
EntityAdapter::set |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Sets a property value. |
EntityAdapter::setValue |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Sets the data value. |
EntityAdapter::toArray |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Returns an array of all property values. |
EntityAdapterUnitTest |
class |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests Drupal\Core\Entity\Plugin\DataType\EntityAdapter. |
EntityAdapterUnitTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
|
EntityAdapterUnitTest::$bundle |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The bundle used for testing. |
EntityAdapterUnitTest::$entity |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The content entity used for testing. |
EntityAdapterUnitTest::$entityAdapter |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The content entity adapter under test. |
EntityAdapterUnitTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
|
EntityAdapterUnitTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The entity type used for testing. |
EntityAdapterUnitTest::$entityTypeId |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The type ID of the entity under test. |
EntityAdapterUnitTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The entity type manager used for testing. |
EntityAdapterUnitTest::$fieldDefinitions |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Field definitions. |
EntityAdapterUnitTest::$fieldItemList |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The field item list returned by the typed data manager. |
EntityAdapterUnitTest::$fieldTypePluginManager |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The field type manager used for testing. |
EntityAdapterUnitTest::$id |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The entity ID. |
EntityAdapterUnitTest::$languageManager |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The language manager. |
EntityAdapterUnitTest::$typedDataManager |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The typed data manager used for testing. |
EntityAdapterUnitTest::$uuid |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The UUID generator used for testing. |
EntityAdapterUnitTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
|
EntityAdapterUnitTest::testApplyDefaultValue |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests apply default value. |
EntityAdapterUnitTest::testGet |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests get. |
EntityAdapterUnitTest::testGetConstraints |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests get constraints. |
EntityAdapterUnitTest::testGetDataDefinition |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests get data definition. |
EntityAdapterUnitTest::testGetEntity |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests get entity. |
EntityAdapterUnitTest::testGetInvalidField |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests get invalid field. |
EntityAdapterUnitTest::testGetIterator |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests get iterator. |
EntityAdapterUnitTest::testGetName |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests get name. |
EntityAdapterUnitTest::testGetParent |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests get parent. |
EntityAdapterUnitTest::testGetProperties |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests get properties. |
EntityAdapterUnitTest::testGetPropertyPath |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests get property path. |
EntityAdapterUnitTest::testGetRoot |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests get root. |
EntityAdapterUnitTest::testGetString |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests get string. |
EntityAdapterUnitTest::testGetValue |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests get value. |
EntityAdapterUnitTest::testGetWithoutData |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests get without data. |
EntityAdapterUnitTest::testIsEmpty |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests is empty. |
EntityAdapterUnitTest::testOnChange |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests on change. |
EntityAdapterUnitTest::testSet |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests set. |
EntityAdapterUnitTest::testSetContext |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests set context. |
EntityAdapterUnitTest::testSetValue |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests set value. |
EntityAdapterUnitTest::testSetWithoutData |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests set without data. |
EntityAdapterUnitTest::testToArray |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests to array. |
EntityAdapterUnitTest::testToArrayWithoutData |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests to array without data. |
EntityAddUITest |
class |
core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php |
Tests the /add and /add/{type} controllers. |
EntityAddUITest.php |
file |
core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php |
|
EntityAddUITest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php |
The theme to install as the default for testing. |
EntityAddUITest::$modules |
property |
core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php |
Modules to install. |
EntityAddUITest::testAddPageWithBundleEntities |
function |
core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php |
Tests the add page for an entity type using bundle entities. |