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 |
interface |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
Defines a common interface for content entity form classes. |
ContentEntityFormInterface.php |
file |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
|
ContentEntityFormInterface::getFormDisplay |
function |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
Gets the form display. |
ContentEntityFormInterface::getFormLangcode |
function |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
Gets the code identifying the active form language. |
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. |
ContentEntityFormInterface::validateForm |
function |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
Note that extending classes should not override this method to add entity
validation logic, but define further validation constraints using the
entity validation API and/or provide a new validation constraint if
necessary. This is the only way to… |
ContentLanguageSettingsForm |
class |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
Configure the content language settings for this site. |
ContentLanguageSettingsForm.php |
file |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
|
ContentLanguageSettingsForm::$entityTypeBundleInfo |
property |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
The entity bundle info. |
ContentLanguageSettingsForm::$entityTypeManager |
property |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
The entity type manager. |
ContentLanguageSettingsForm::$moduleHandler |
property |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
The module handler. |
ContentLanguageSettingsForm::$multipleCapable |
property |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
If this validator can handle multiple arguments. |
ContentLanguageSettingsForm::buildForm |
function |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
Form constructor. |
ContentLanguageSettingsForm::create |
function |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
Instantiates a new instance of this class. |
ContentLanguageSettingsForm::getFormId |
function |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
Returns a unique string identifying the form. |
ContentLanguageSettingsForm::getTitle |
function |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
The _title_callback for the language.content_settings_page route. |
ContentLanguageSettingsForm::submitForm |
function |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
Form submission handler. |
ContentLanguageSettingsForm::__construct |
function |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
Constructs an \Drupal\views\Plugin\views\argument_validator\Entity object. |
ContentLanguageSettingsJsonAnonTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
The format to use in this test. |
ContentLanguageSettingsJsonBasicAuthTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
The format to use in this test. |
ContentLanguageSettingsJsonCookieTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php |
The format to use in this test. |
ContentLanguageSettingsXmlAnonTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlAnonTest.php |
The format to use in this test. |
ContentLanguageSettingsXmlBasicAuthTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php |
The format to use in this test. |
ContentLanguageSettingsXmlCookieTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlCookieTest.php |
The format to use in this test. |
ContentModerationConfigureEntityTypesForm |
class |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The form for editing entity types associated with a workflow. |
ContentModerationConfigureEntityTypesForm.php |
file |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
|
ContentModerationConfigureEntityTypesForm::$bundleInfo |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The entity type bundle information service. |
ContentModerationConfigureEntityTypesForm::$entityType |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The entity type definition object. |
ContentModerationConfigureEntityTypesForm::$entityTypeManager |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The entity type manager service. |
ContentModerationConfigureEntityTypesForm::$messenger |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The Messenger service. |
ContentModerationConfigureEntityTypesForm::$moderationInformation |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The moderation information service. |
ContentModerationConfigureEntityTypesForm::$workflow |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The workflow entity object. |
ContentModerationConfigureEntityTypesForm::ajaxCallback |
function |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
Ajax callback to close the modal and update the selected text. |
ContentModerationConfigureEntityTypesForm::buildForm |
function |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
Form constructor. |
ContentModerationConfigureEntityTypesForm::create |
function |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
Instantiates a new instance of this class. |
ContentModerationConfigureEntityTypesForm::getFormId |
function |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
Returns a unique string identifying the form. |
ContentModerationConfigureEntityTypesForm::getTitle |
function |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
Route title callback. |