| ContentEntityConfirmFormBase::actions |
function |
core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php |
|
| ContentEntityConfirmFormBase::buildForm |
function |
core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php |
|
| ContentEntityConfirmFormBase::delete |
function |
core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php |
The delete() method is not used in ContentEntityConfirmFormBase. This
overrides the default implementation that redirects to the delete-form
confirmation form. |
| ContentEntityConfirmFormBase::form |
function |
core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php |
|
| ContentEntityConfirmFormBase::getBaseFormId |
function |
core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php |
|
| ContentEntityConfirmFormBase::getCancelText |
function |
core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php |
|
| ContentEntityConfirmFormBase::getConfirmText |
function |
core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php |
|
| ContentEntityConfirmFormBase::getDescription |
function |
core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php |
|
| ContentEntityConfirmFormBase::getFormName |
function |
core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php |
|
| ContentEntityConfirmFormBase::save |
function |
core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php |
The save() method is not used in ContentEntityConfirmFormBase. This
overrides the default implementation that saves the entity. |
| ContentEntityConfirmFormBase::validateForm |
function |
core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php |
|
| ContentEntityConstructorTest |
class |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php |
Tests the constructor of the entity content source plugin. |
| ContentEntityConstructorTest.php |
file |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php |
|
| ContentEntityConstructorTest::$modules |
property |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php |
|
| ContentEntityConstructorTest::providerTestConstructor |
function |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php |
Provides data for constructor tests. |
| ContentEntityConstructorTest::testConstructor |
function |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php |
Tests the constructor. |
| ContentEntityDeleteForm::getDeletionMessage |
function |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php |
|
| ContentEntityDeleteForm::getQuestion |
function |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php |
|
| ContentEntityDeleteForm::logDeletionMessage |
function |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php |
|
| ContentEntityDeleteForm::submitForm |
function |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php |
|
| ContentEntityDenormalizer::$supportedInterfaceOrClass |
property |
core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php |
|
| ContentEntityDenormalizer::hasCacheableSupportsMethod |
function |
core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php |
|
| ContentEntityDeriver::getDerivativeDefinitions |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntityDeriver.php |
|
| 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::$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 |
|
| 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 |
|
| 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 |
|
| 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::__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 |
|