| EntityFieldTest::createTestEntity |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Creates a test entity. |
| EntityFieldTest::doTestComputedProperties |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Executes the computed properties tests for the given entity type. |
| EntityFieldTest::doTestDataStructureInterfaces |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Executes the data structure interfaces tests for the given entity type. |
| EntityFieldTest::doTestIntrospection |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Executes the introspection tests for the given entity type. |
| EntityFieldTest::doTestIterator |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Executes the iterator tests for the given entity type. |
| EntityFieldTest::doTestReadWrite |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Executes the read write test set for a defined entity type. |
| EntityFieldTest::doTestSave |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Executes the save tests for the given entity type. |
| EntityFieldTest::getContainedStrings |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Gets all contained strings recursively. |
| EntityFieldTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
|
| EntityFieldTest::testBaseFieldNonExistingBaseField |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Tests a base field override on a non-existing base field. |
| EntityFieldTest::testComputedFields |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Tests all the interaction points of a computed field. |
| EntityFieldTest::testComputedProperties |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Tests getting processed property values via a computed property. |
| EntityFieldTest::testDataStructureInterfaces |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Tests working with the entity based upon the TypedData API. |
| EntityFieldTest::testDataTypes |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Makes sure data types are correctly derived for all entity types. |
| EntityFieldTest::testEntityConstraintValidation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Tests validation constraints provided by the Entity API. |
| EntityFieldTest::testEntityIdAssignment |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Tests explicit entity ID assignment. |
| EntityFieldTest::testEntityReferenceComputedField |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Tests an entity reference computed field. |
| EntityFieldTest::testFieldEntityRevisionWrite |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Test setting field values on revisionable entities. |
| EntityFieldTest::testFieldOverrideBundleField |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Tests creating a field override config for a bundle field. |
| EntityFieldTest::testIntrospection |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Tests introspection and getting metadata upfront. |
| EntityFieldTest::testIterator |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Tests iterating over properties. |
| EntityFieldTest::testReadWrite |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Tests reading and writing properties and field items. |
| EntityFieldTest::testSave |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Tries to save and load an entity again. |
| EntityFile |
class |
core/modules/file/src/Plugin/migrate/destination/EntityFile.php |
Provides migrate destination plugin for File entities. |
| EntityFile.php |
file |
core/modules/file/src/Plugin/migrate/destination/EntityFile.php |
|
| EntityFile::getEntity |
function |
core/modules/file/src/Plugin/migrate/destination/EntityFile.php |
Creates or loads an entity. |
| EntityFile::processStubRow |
function |
core/modules/file/src/Plugin/migrate/destination/EntityFile.php |
Populates as much of the stub row as possible. |
| EntityFilteringThemeTest |
class |
core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php |
Tests XSS filtering for themed output for each entity type in all themes. |
| EntityFilteringThemeTest.php |
file |
core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php |
|
| EntityFilteringThemeTest::$comment |
property |
core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php |
A test comment. |
| EntityFilteringThemeTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php |
The theme to install as the default for testing. |
| EntityFilteringThemeTest::$modules |
property |
core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php |
Modules to install. |
| EntityFilteringThemeTest::$node |
property |
core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php |
A test node. |
| EntityFilteringThemeTest::$term |
property |
core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php |
A test taxonomy term. |
| EntityFilteringThemeTest::$themes |
property |
core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php |
A list of all available themes. |
| EntityFilteringThemeTest::$user |
property |
core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php |
A test user. |
| EntityFilteringThemeTest::$xssLabel |
property |
core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php |
A string containing markup and JS. |
| EntityFilteringThemeTest::setUp |
function |
core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php |
|
| EntityFilteringThemeTest::testThemedEntity |
function |
core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php |
Checks each themed entity for XSS filtering in available themes. |
| EntityForm |
class |
core/lib/Drupal/Core/Entity/EntityForm.php |
Base class for entity forms. |
| EntityForm.php |
file |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityForm::$entity |
property |
core/lib/Drupal/Core/Entity/EntityForm.php |
The entity being used by this form. |
| EntityForm::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityForm.php |
The entity type manager. |
| EntityForm::$moduleHandler |
property |
core/lib/Drupal/Core/Entity/EntityForm.php |
The module handler service. |
| EntityForm::$operation |
property |
core/lib/Drupal/Core/Entity/EntityForm.php |
The name of the current operation. |
| EntityForm::actions |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Returns an array of supported actions for the current entity form. |
| EntityForm::actionsElement |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Returns the action form element for the current entity form. |
| EntityForm::afterBuild |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Form element #after_build callback: Updates the entity with submitted data. |
| EntityForm::buildEntity |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Builds an updated entity object based upon the submitted form values. |
| EntityForm::buildForm |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Form constructor. |