BaseFieldOverrideJsonBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonBasicAuthTest.php |
The format to use in this test. |
BaseFieldOverrideJsonCookieTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonCookieTest.php |
The format to use in this test. |
BaseFieldOverrideXmlAnonTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlAnonTest.php |
The format to use in this test. |
BaseFieldOverrideXmlBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlBasicAuthTest.php |
The format to use in this test. |
BaseFieldOverrideXmlCookieTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlCookieTest.php |
The format to use in this test. |
BaseFormIdInterface |
interface |
core/lib/Drupal/Core/Form/BaseFormIdInterface.php |
Provides an interface for a Form that has a base form ID. |
BaseFormIdInterface.php |
file |
core/lib/Drupal/Core/Form/BaseFormIdInterface.php |
|
BaseFormIdInterface::getBaseFormId |
function |
core/lib/Drupal/Core/Form/BaseFormIdInterface.php |
Returns a string identifying the base form. |
BasicForm |
class |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
A basic form with a passed entity with an interface. |
BasicForm::buildForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Form constructor. |
BasicForm::getFormId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Returns a unique string identifying the form. |
BasicForm::submitForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Form submission handler. |
BasicFormNoContainerInjectionInterface |
class |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
|
BasicFormNoContainerInjectionInterface::buildForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Form constructor. |
BasicFormNoContainerInjectionInterface::getFormId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Returns a unique string identifying the form. |
BasicFormNoContainerInjectionInterface::submitForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Form submission handler. |
BasicFormNoContainerInjectionInterface::validateForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Form validation handler. |
BasicFormNoUpcasting |
class |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
A basic form with a passed entity without an interface. |
BasicFormNoUpcasting::buildForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Form constructor. |
BasicFormNoUpcasting::getFormId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Returns a unique string identifying the form. |
BasicFormNoUpcasting::submitForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Form submission handler. |
BasicSettingsForm |
class |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
Form builder for the admin display defaults page. |
BasicSettingsForm.php |
file |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
|
BasicSettingsForm::$themeHandler |
property |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
The theme handler. |
BasicSettingsForm::buildForm |
function |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
Form constructor. |
BasicSettingsForm::create |
function |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
Instantiates a new instance of this class. |
BasicSettingsForm::getFormId |
function |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
Returns a unique string identifying the form. |
BasicSettingsForm::__construct |
function |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
Constructs a \Drupal\views_ui\Form\BasicSettingsForm object. |
BasicStringFormatter |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php |
Plugin implementation of the 'basic_string' formatter. |
BasicStringFormatter.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php |
|
BasicStringFormatter::viewElements |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php |
Builds a renderable array for a field value. |
BatchTestChainedForm |
class |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Generate form of id batch_test_chained_form. |
BatchTestChainedForm.php |
file |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
|
BatchTestChainedForm::batchTestChainedFormSubmit1 |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Form submission handler #1 for batch_test_chained_form. |
BatchTestChainedForm::batchTestChainedFormSubmit2 |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Form submission handler #2 for batch_test_chained_form. |
BatchTestChainedForm::batchTestChainedFormSubmit3 |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Form submission handler #3 for batch_test_chained_form. |
BatchTestChainedForm::batchTestChainedFormSubmit4 |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Form submission handler #4 for batch_test_chained_form. |
BatchTestChainedForm::buildForm |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Form constructor. |
BatchTestChainedForm::getFormId |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Returns a unique string identifying the form. |
BatchTestChainedForm::submitForm |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Form submission handler. |
BatchTestController::testNestedDrupalFormSubmit |
function |
core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php |
Submits a form within a batch programmatically. |
BatchTestController::testNoForm |
function |
core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php |
Fires a batch process without a form submission. |
BatchTestMockForm |
class |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php |
Generate form of id batch_test_mock_form. |
BatchTestMockForm.php |
file |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php |
|
BatchTestMockForm::buildForm |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php |
Form constructor. |
BatchTestMockForm::getFormId |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php |
Returns a unique string identifying the form. |
BatchTestMockForm::submitForm |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php |
Form submission handler. |
BatchTestMultiStepForm |
class |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php |
Generate form of id batch_test_multistep_form. |
BatchTestMultiStepForm.php |
file |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php |
|
BatchTestMultiStepForm::buildForm |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php |
Form constructor. |