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 enable. |
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 |
class |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Entity form variant for content entity types. |
ContentEntityForm.php |
file |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
|
ContentEntityForm::$entity |
property |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
The entity being used by this form. |
ContentEntityForm::$entityRepository |
property |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
The entity repository service. |
ContentEntityForm::$entityTypeBundleInfo |
property |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
The entity type bundle info service. |
ContentEntityForm::$time |
property |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
The time service. |
ContentEntityForm::addRevisionableFormFields |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Add revision form fields if the entity enabled the UI. |
ContentEntityForm::buildEntity |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
|
ContentEntityForm::copyFormValuesToEntity |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
|
ContentEntityForm::create |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
|
ContentEntityForm::flagViolations |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Flags violations for the current form. |
ContentEntityForm::form |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
|
ContentEntityForm::getBundleEntity |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Returns the bundle entity of the entity, or NULL if there is none. |
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 |
|
ContentEntityForm::getFormLangcode |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
|
ContentEntityForm::getNewRevisionDefault |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Should new revisions created on default. |
ContentEntityForm::init |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Initializes the form state and the entity before the first form build. |
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 |
|
ContentEntityForm::prepareEntity |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
|
ContentEntityForm::setFormDisplay |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
|
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 |
|
ContentEntityForm::updateChangedTime |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Updates the changed time of the entity. |
ContentEntityForm::updateFormLangcode |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Updates the form language to reflect any change to the entity language. |
ContentEntityForm::validateForm |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Button-level validation handlers are highly discouraged for entity forms,
as they will prevent entity validation from running. If the entity is going
to be saved during the form submission, this method should be manually
invoked from the button-level… |
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 |
|
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 |
|
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 |
|
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. |