| TestForm::buildForm |
function |
core/modules/block/tests/modules/block_test/src/Form/TestForm.php |
Form constructor. |
| TestForm::buildForm |
function |
core/modules/system/tests/modules/dialog_renderer_test/src/Form/TestForm.php |
Form constructor. |
| TestForm::buildForm |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Form constructor. |
| TestForm::getFormId |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Returns a unique string identifying the form. |
| TestForm::getFormId |
function |
core/modules/block/tests/modules/block_test/src/Form/TestForm.php |
Returns a unique string identifying the form. |
| TestForm::getFormId |
function |
core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php |
Returns a unique string identifying the form. |
| TestForm::getFormId |
function |
core/modules/system/tests/modules/dialog_renderer_test/src/Form/TestForm.php |
Returns a unique string identifying the form. |
| TestForm::submitForm |
function |
core/modules/system/tests/modules/dialog_renderer_test/src/Form/TestForm.php |
Form submission handler. |
| TestForm::submitForm |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Form submission handler. |
| TestForm::submitForm |
function |
core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php |
Form submission handler. |
| TestForm::submitForm |
function |
core/modules/block/tests/modules/block_test/src/Form/TestForm.php |
Form submission handler. |
| TestForm::validateForm |
function |
core/modules/block/tests/modules/block_test/src/Form/TestForm.php |
Form validation handler. |
| TestForm::validateForm |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Form validation handler. |
| TestFormApiFormBlock |
class |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
Provides a block containing a Form API form for use in Layout Builder tests. |
| TestFormApiFormBlock.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
|
| TestFormApiFormBlock::$formBuilder |
property |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
The form builder service. |
| TestFormApiFormBlock::build |
function |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
Builds and returns the renderable array for this block plugin. |
| TestFormApiFormBlock::buildForm |
function |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
Form constructor. |
| TestFormApiFormBlock::getFormId |
function |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
Returns a unique string identifying the form. |
| TestFormApiFormBlock::submitForm |
function |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
Form submission handler. |
| TestFormApiFormBlock::validateForm |
function |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
Form validation handler. |
| TestFormApiFormBlock::__construct |
function |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
TestFormApiFormBlock constructor. |
| TestFormBlock |
class |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php |
Provides a block to test caching. |
| TestFormBlock.php |
file |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php |
|
| TestFormBlock::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php |
Builds and returns the renderable array for this block plugin. |
| TestFormInjected |
class |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Basic test form with container injection interface implemented. |
| TestFormInjected::create |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Instantiates a new instance of this class. |
| TestFormWithPredefinedForm |
class |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Basic test form with predefined form set. |
| TestFormWithPredefinedForm::$form |
property |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
|
| TestFormWithPredefinedForm::buildForm |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Form constructor. |
| TestFormWithPredefinedForm::setForm |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
|
| TestHandler |
class |
core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php |
Allow testing base handler implementation by extending the abstract class. |
| TestHelperPlugin |
class |
core/modules/views/src/Tests/TestHelperPlugin.php |
Wraps the plugin base class to be able to instantiate it. |
| TestHelperPlugin.php |
file |
core/modules/views/src/Tests/TestHelperPlugin.php |
|
| TestHelperPlugin::$definedOptions |
property |
core/modules/views/src/Tests/TestHelperPlugin.php |
Stores the defined options. |
| TestHelperPlugin::defineOptions |
function |
core/modules/views/src/Tests/TestHelperPlugin.php |
Information about options for all kinds of purposes will be held here. |
| TestHelperPlugin::setDefinedOptions |
function |
core/modules/views/src/Tests/TestHelperPlugin.php |
Allows to set the defined options. |
| TestHelperPlugin::testSetOptionDefaults |
function |
core/modules/views/src/Tests/TestHelperPlugin.php |
Calls the protected method setOptionDefaults(). |
| TestHelpSection |
class |
core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php |
Provides a searchable help section for testing. |
| TestHelpSection.php |
file |
core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php |
|
| TestHelpSection::listSearchableTopics |
function |
core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php |
Returns the IDs of topics that should be indexed for searching. |
| TestHelpSection::listTopics |
function |
core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php |
Returns a list of topics to show in the help section. |
| TestHelpSection::renderTopicForSearch |
function |
core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php |
Renders one topic for search indexing or search results. |
| TestHelpTopicDeriver |
class |
core/modules/help/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php |
A test discovery deriver for fake help topics. |
| TestHelpTopicDeriver.php |
file |
core/modules/help/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php |
|
| TestHelpTopicDeriver::getDerivativeDefinition |
function |
core/modules/help/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php |
Gets the definition of a derivative plugin. |
| TestHelpTopicDeriver::getDerivativeDefinitions |
function |
core/modules/help/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php |
Gets the definition of all derivatives of a base plugin. |
| TestHelpTopicPlugin |
class |
core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
A fake help topic plugin for testing. |
| TestHelpTopicPlugin.php |
file |
core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
|
| TestHelpTopicPlugin::getBody |
function |
core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
Returns the body of the topic. |