| ConfigTargetTest::testFormCacheable |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests form cacheable. |
| ConfigTargetTest::testFromFormConfigTarget |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests from form config target. |
| ConfigTargetTest::testFromFormException |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests from form exception. |
| ConfigTargetTest::testFromFormString |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests from form string. |
| ConfigTestForm |
class |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Form controller for the test config edit forms. |
| ConfigTestForm.php |
file |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
|
| ConfigTestForm::changeSize |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Element submit handler for non-JS testing. |
| ConfigTestForm::exists |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Determines if the entity already exists. |
| ConfigTestForm::form |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Gets the actual form array to be built. |
| ConfigTestForm::save |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Form submission handler for the 'save' action. |
| ConfigTestForm::updateSize |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Ajax callback for the size selection element. |
| ConfigTestJsonAnonTest::$format |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php |
The format to use in this test. |
| ConfigTestJsonBasicAuthTest::$format |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php |
The format to use in this test. |
| ConfigTestJsonCookieTest::$format |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php |
The format to use in this test. |
| ConfigTestXmlAnonTest::$format |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php |
The format to use in this test. |
| ConfigTestXmlBasicAuthTest::$format |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php |
The format to use in this test. |
| ConfigTestXmlCookieTest::$format |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php |
The format to use in this test. |
| ConfigTranslationAddForm |
class |
core/modules/config_translation/src/Form/ConfigTranslationAddForm.php |
Defines a form for adding configuration translations. |
| ConfigTranslationAddForm.php |
file |
core/modules/config_translation/src/Form/ConfigTranslationAddForm.php |
|
| ConfigTranslationAddForm::buildForm |
function |
core/modules/config_translation/src/Form/ConfigTranslationAddForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
| ConfigTranslationAddForm::getFormId |
function |
core/modules/config_translation/src/Form/ConfigTranslationAddForm.php |
Returns a unique string identifying the form. |
| ConfigTranslationDateFormatUiTest |
class |
core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php |
Tests the content translation behaviors on date formats. |
| ConfigTranslationDateFormatUiTest.php |
file |
core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php |
|
| ConfigTranslationDateFormatUiTest::$defaultTheme |
property |
core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php |
The theme to install as the default for testing. |
| ConfigTranslationDateFormatUiTest::$modules |
property |
core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php |
Modules to install. |
| ConfigTranslationDateFormatUiTest::setUp |
function |
core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php |
|
| ConfigTranslationDateFormatUiTest::testDateFormatTranslation |
function |
core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php |
Tests date format translation. |
| ConfigTranslationDateFormatUiTest::testDateFormatUI |
function |
core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php |
Tests date format translation behavior. |
| ConfigTranslationDeleteForm |
class |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
Builds a form to delete configuration translation. |
| ConfigTranslationDeleteForm.php |
file |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
|
| ConfigTranslationDeleteForm::$configMapperManager |
property |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
The configuration mapper manager. |
| ConfigTranslationDeleteForm::$language |
property |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
The language of configuration translation. |
| ConfigTranslationDeleteForm::$languageManager |
property |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
The language manager. |
| ConfigTranslationDeleteForm::$mapper |
property |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
The configuration translation to be deleted. |
| ConfigTranslationDeleteForm::$moduleHandler |
property |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
The module handler. |
| ConfigTranslationDeleteForm::buildForm |
function |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
Form constructor. |
| ConfigTranslationDeleteForm::create |
function |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| ConfigTranslationDeleteForm::getCancelUrl |
function |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
Returns the route to go to if the user cancels the action. |
| ConfigTranslationDeleteForm::getConfirmText |
function |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
Returns a caption for the button that confirms the action. |
| ConfigTranslationDeleteForm::getFormId |
function |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
Returns a unique string identifying the form. |
| ConfigTranslationDeleteForm::getQuestion |
function |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
Returns the question to ask the user. |
| ConfigTranslationDeleteForm::submitForm |
function |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
Form submission handler. |
| ConfigTranslationDeleteForm::__construct |
function |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
Constructs a ConfigTranslationDeleteForm. |
| ConfigTranslationEditForm |
class |
core/modules/config_translation/src/Form/ConfigTranslationEditForm.php |
Defines a form for editing configuration translations. |
| ConfigTranslationEditForm.php |
file |
core/modules/config_translation/src/Form/ConfigTranslationEditForm.php |
|
| ConfigTranslationEditForm::buildForm |
function |
core/modules/config_translation/src/Form/ConfigTranslationEditForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
| ConfigTranslationEditForm::getFormId |
function |
core/modules/config_translation/src/Form/ConfigTranslationEditForm.php |
Returns a unique string identifying the form. |
| ConfigTranslationEditForm::submitForm |
function |
core/modules/config_translation/src/Form/ConfigTranslationEditForm.php |
Form submission handler. |
| ConfigTranslationFormAccess |
class |
core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php |
Checks access for displaying the translation add, edit, and delete forms. |
| ConfigTranslationFormAccess.php |
file |
core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php |
|