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 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityFieldTest::testFieldEntityRevisionWrite | function | core/ |
Test setting field values on revisionable entities. |
| EntityFieldTest::testFieldOverrideBundleField | function | core/ |
Tests creating a field override config for a bundle field. |
| EntityFieldTest::testIntrospection | function | core/ |
Tests introspection and getting metadata upfront. |
| EntityFieldTest::testIterator | function | core/ |
Tests iterating over properties. |
| EntityFieldTest::testReadWrite | function | core/ |
Tests reading and writing properties and field items. |
| EntityFieldTest::testSave | function | core/ |
Tries to save and load an entity again. |
| EntityFieldValueTrait | trait | core/ |
Adds a ::getFieldValue() method suitable for use with content entities. |
| EntityFieldValueTrait.php | file | core/ |
|
| EntityFieldValueTrait::getFieldValue | function | core/ |
Gets the value of a field property directly, bypassing the typed data API. |
| EntityFieldValueTraitTest | class | core/ |
Tests the EntityFieldValueTrait. |
| EntityFieldValueTraitTest.php | file | core/ |
|
| EntityFieldValueTraitTest::$modules | property | core/ |
|
| EntityFieldValueTraitTest::getFieldValue | function | core/ |
Calls protected getFieldValue() method via reflection. |
| EntityFieldValueTraitTest::setUp | function | core/ |
|
| EntityFieldValueTraitTest::testGetFieldValueConsistencyWithTraditionalAccess | function | core/ |
Tests getFieldValue() consistency with traditional access. |
| EntityFieldValueTraitTest::testGetFieldValueCorrectness | function | core/ |
Tests getFieldValue() returns correct values. |
| EntityFieldValueTraitTest::testGetFieldValueFallsBackToInitializedFieldObjects | function | core/ |
Tests getFieldValue() falls back to initialized field objects. |
| EntityFieldValueTraitTest::testGetFieldValueViaUserMethods | function | core/ |
Tests getFieldValue() via User entity methods. |
| EntityFieldValueTraitTest::testGetFieldValueWithDelta | function | core/ |
Tests getFieldValue() with delta parameter. |
| EntityFieldValueTraitTest::testGetFieldValueWithNonExistentField | function | core/ |
Tests getFieldValue() with non-existent field. |
| EntityFieldValueTraitTest::testGetFieldValueWithoutTypedDataInitialization | function | core/ |
Tests getFieldValue() without typed data initialization. |
| EntityFieldValueTraitTest::testGetFieldValueWithScalarValues | function | core/ |
Tests getFieldValue() with scalar values. |
| EntityFieldValueTraitTest::testMemoryReclamationAfterFieldAccess | function | core/ |
Tests memory reclamation after field access. |
| EntityFile | class | core/ |
Provides migrate destination plugin for File entities. |
| EntityFile.php | file | core/ |
|
| EntityFile::getEntity | function | core/ |
Creates or loads an entity. |
| EntityFile::processStubRow | function | core/ |
Populates as much of the stub row as possible. |
| EntityFilteringThemeTest | class | core/ |
Tests XSS filtering for themed output for each entity type in all themes. |
| EntityFilteringThemeTest.php | file | core/ |
|
| EntityFilteringThemeTest::$comment | property | core/ |
A test comment. |
| EntityFilteringThemeTest::$defaultTheme | property | core/ |
|
| EntityFilteringThemeTest::$modules | property | core/ |
|
| EntityFilteringThemeTest::$node | property | core/ |
A test node. |
| EntityFilteringThemeTest::$term | property | core/ |
A test taxonomy term. |
| EntityFilteringThemeTest::$themes | property | core/ |
A list of all available themes. |
| EntityFilteringThemeTest::$user | property | core/ |
A test user. |
| EntityFilteringThemeTest::$xssLabel | property | core/ |
A string containing markup and JS. |
| EntityFilteringThemeTest::setUp | function | core/ |
|
| EntityFilteringThemeTest::testThemedEntity | function | core/ |
Checks each themed entity for XSS filtering in available themes. |
| EntityForm | class | core/ |
Base class for entity forms. |
| EntityForm.php | file | core/ |
|
| EntityForm::$entity | property | core/ |
The entity being used by this form. |
| EntityForm::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityForm::$moduleHandler | property | core/ |
The module handler service. |
| EntityForm::$operation | property | core/ |
The name of the current operation. |
| EntityForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| EntityForm::actionsElement | function | core/ |
Returns the action form element for the current entity form. |
| EntityForm::afterBuild | function | core/ |
Form element #after_build callback: Updates the entity with submitted data. |
| EntityForm::buildEntity | function | core/ |
|
| EntityForm::buildForm | function | core/ |
Pagination
- Previous page
- Page 514
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.