| TestFilteredPluginManager::contextHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
Wraps the context handler. |
| TestFilteredPluginManager::getDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
See \Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions(). |
| TestFilteredPluginManager::getType |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
A string identifying the plugin type. |
| TestFilteredPluginManager::moduleHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
Wraps the module handler. |
| TestFilteredPluginManager::themeManager |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
Wraps the theme manager. |
| TestFilteredPluginManager::__construct |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
| TestFilterIterator |
class |
core/modules/migrate/tests/src/Kernel/TestFilterIterator.php |
Class to test FilterIterators. |
| TestFilterIterator.php |
file |
core/modules/migrate/tests/src/Kernel/TestFilterIterator.php |
|
| TestFilterIterator::accept |
function |
core/modules/migrate/tests/src/Kernel/TestFilterIterator.php |
|
| TestForm |
class |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
|
| TestForm |
class |
core/modules/system/tests/modules/dialog_renderer_test/src/Form/TestForm.php |
Provides a form for testing the drupalAutoButtons dialog option. |
| TestForm |
class |
core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php |
Defines a test form for testing assertions. |
| TestForm |
class |
core/modules/page_cache/tests/modules/src/Form/TestForm.php |
A form to test page cache. |
| TestForm |
class |
core/modules/block/tests/modules/block_test/src/Form/TestForm.php |
Form that performs base block form test. |
| TestForm.php |
file |
core/modules/block/tests/modules/block_test/src/Form/TestForm.php |
|
| TestForm.php |
file |
core/modules/page_cache/tests/modules/src/Form/TestForm.php |
|
| TestForm.php |
file |
core/modules/system/tests/modules/dialog_renderer_test/src/Form/TestForm.php |
|
| TestForm.php |
file |
core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php |
|
| TestForm::buildForm |
function |
core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php |
Form constructor. |
| TestForm::buildForm |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Form constructor. |
| TestForm::buildForm |
function |
core/modules/system/tests/modules/dialog_renderer_test/src/Form/TestForm.php |
Form constructor. |
| TestForm::buildForm |
function |
core/modules/block/tests/modules/block_test/src/Form/TestForm.php |
Form constructor. |
| TestForm::buildForm |
function |
core/modules/page_cache/tests/modules/src/Form/TestForm.php |
Form constructor. |
| TestForm::getFormId |
function |
core/modules/page_cache/tests/modules/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/block/tests/modules/block_test/src/Form/TestForm.php |
Returns a unique string identifying the form. |
| TestForm::getFormId |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.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/modules/page_cache/tests/modules/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::create |
function |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
Creates an instance of the plugin. |
| 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 |
|
| TestFormInjected::create |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Instantiates a new instance of this class. |