| ContentEntityDeriver::__construct |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntityDeriver.php |
Constructs a new ContentEntityDeriver. |
| ContentEntityFieldMethodInvocationOrderTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php |
Tests correct field method invocation order. |
| ContentEntityFieldMethodInvocationOrderTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php |
|
| ContentEntityFieldMethodInvocationOrderTest::$entityTestFieldMethodsStorage |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php |
The EntityTest entity type storage. |
| ContentEntityFieldMethodInvocationOrderTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php |
Modules to install. |
| ContentEntityFieldMethodInvocationOrderTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php |
|
| ContentEntityFieldMethodInvocationOrderTest::testFieldMethodInvocationOrder |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php |
Tests correct field method invocation order. |
| ContentEntityForm::$entityRepository |
property |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
The entity repository service. |
| ContentEntityForm::addRevisionableFormFields |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Add revision form fields if the entity enabled the UI. |
| ContentEntityForm::copyFormValuesToEntity |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Copies top-level form values to entity properties. |
| ContentEntityForm::flagViolations |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Flags violations for the current form. |
| ContentEntityForm::getEditedFieldNames |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Gets the names of all fields edited in the form. |
| ContentEntityForm::getFormDisplay |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Gets the form display. |
| ContentEntityForm::getNewRevisionDefault |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Should new revisions created on default. |
| ContentEntityForm::initFormLangcodes |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Initializes form language code values. |
| ContentEntityForm::isDefaultFormLangcode |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Checks whether the current form language matches the entity one. |
| ContentEntityForm::setFormDisplay |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Sets the form display. |
| ContentEntityForm::showRevisionUi |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Checks whether the revision form fields should be added to the form. |
| ContentEntityForm::submitForm |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state… |
| ContentEntityForm::__construct |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Constructs a ContentEntityForm object. |
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest |
class |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
Tests the correct mapping of user input on the correct field delta elements. |
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
file |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
|
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
The theme to install as the default for testing. |
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::$entityTypeId |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
The ID of the type of the entity under test. |
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::$fieldName |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
The field name with multiple properties being test with the entity type. |
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
Modules to install. |
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
|
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::testCorrectUserInputMappingOnComplexFields |
function |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
Tests the correct user input mapping on complex fields. |
| ContentEntityFormFieldValidationFilteringTest |
class |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
Tests field validation filtering on content entity forms. |
| ContentEntityFormFieldValidationFilteringTest.php |
file |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
|
| ContentEntityFormFieldValidationFilteringTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The theme to install as the default for testing. |
| ContentEntityFormFieldValidationFilteringTest::$entityTypeId |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The ID of the type of the entity under test. |
| ContentEntityFormFieldValidationFilteringTest::$fieldNameFile |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The name of the file field being tested with the entity type. |
| ContentEntityFormFieldValidationFilteringTest::$fieldNameMultiple |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The multi-valued field name being tested with the entity type. |
| ContentEntityFormFieldValidationFilteringTest::$fieldNameSingle |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The single-valued field name being tested with the entity type. |
| ContentEntityFormFieldValidationFilteringTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
Modules to install. |
| ContentEntityFormFieldValidationFilteringTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
|
| ContentEntityFormFieldValidationFilteringTest::testFieldWidgetsWithLimitedValidationErrors |
function |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
Tests field widgets with #limit_validation_errors. |
| ContentEntityFormInterface::getFormDisplay |
function |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
Gets the form display. |
| ContentEntityFormInterface::isDefaultFormLangcode |
function |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
Checks whether the current form language matches the entity one. |
| ContentEntityFormInterface::setFormDisplay |
function |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
Sets the form display. |
| ContentEntityHasChangesTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php |
Tests ContentEntityBase::hasTranslationChanges(). |
| ContentEntityHasChangesTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php |
|
| ContentEntityHasChangesTest::$bundle |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php |
Bundle of entity. |
| ContentEntityHasChangesTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php |
Modules to install. |
| ContentEntityHasChangesTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php |
|
| ContentEntityHasChangesTest::testHasTranslationChanges |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php |
Tests the correct functionality of the hasTranslationChanges() function. |
| ContentEntityNonRevisionableFieldTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
Tests non-revisionable fields on revisionable (and translatable) entities. |
| ContentEntityNonRevisionableFieldTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
|
| ContentEntityNonRevisionableFieldTest::$entityDefinitionUpdateManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
The entity definition update manager. |