Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.x for test
  5. Search 11.x for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
TestMissingDependency class core/modules/system/tests/modules/router_test_directory/src/Controller/TestMissingDependency.php A controller that declares a route but extends a class from a missing module.
TestMissingDependency.php file core/modules/system/tests/modules/router_test_directory/src/Controller/TestMissingDependency.php
TestMissingDependency::build function core/modules/system/tests/modules/router_test_directory/src/Controller/TestMissingDependency.php Builds something.
TestModalController class core/modules/system/tests/modules/pager_test/src/Controller/TestModalController.php Renders a link to open a route in route with a pager in a modal.
TestModalController.php file core/modules/system/tests/modules/pager_test/src/Controller/TestModalController.php
TestModalController::modal function core/modules/system/tests/modules/pager_test/src/Controller/TestModalController.php Renders a link to open pager_test.multiple_pagers in a modal dialog.
TestModuleRequiredByThemeHooks class core/modules/system/tests/themes/test_theme_depending_on_modules/test_module_required_by_theme/src/Hook/TestModuleRequiredByThemeHooks.php Hook implementations for test_module_required_by_theme.
TestModuleRequiredByThemeHooks.php file core/modules/system/tests/themes/test_theme_depending_on_modules/test_module_required_by_theme/src/Hook/TestModuleRequiredByThemeHooks.php
TestModuleRequiredByThemeHooks::systemInfoAlter function core/modules/system/tests/themes/test_theme_depending_on_modules/test_module_required_by_theme/src/Hook/TestModuleRequiredByThemeHooks.php Implements hook_system_info_alter().
TestMultipleFormController class core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php Controller for block_test module.
TestMultipleFormController.php file core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php
TestMultipleFormController::testMultipleForms function core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php
TestMultipleFormsBlock class core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php Provides a block with multiple forms.
TestMultipleFormsBlock.php file core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php
TestMultipleFormsBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php
TestMultiWidthLayoutsTest class core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php Test the multi-width layout plugins.
TestMultiWidthLayoutsTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php
TestMultiWidthLayoutsTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php
TestMultiWidthLayoutsTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php
TestMultiWidthLayoutsTest::assertWidthClassApplied function core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php Asserts the width class is applied to the first section.
TestMultiWidthLayoutsTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php
TestMultiWidthLayoutsTest::testWidthChange function core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php Tests changing the columns widths of a multi-width section.
TestNodeFormOverride class core/modules/media_library/tests/modules/media_library_test/src/Form/TestNodeFormOverride.php Override NodeForm to test media library form submission semantics.
TestNodeFormOverride.php file core/modules/media_library/tests/modules/media_library_test/src/Form/TestNodeFormOverride.php
TestNodeFormOverride::submitForm function core/modules/media_library/tests/modules/media_library_test/src/Form/TestNodeFormOverride.php
TestNodeVisitor class core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php A node visitor that adds nodes to the Twig template.
TestNodeVisitor.php file core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php
TestNodeVisitor::$extensionName property core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php The name of the extension.
TestNodeVisitor::$varName property core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php The variable name.
TestNodeVisitor::enterNode function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php
TestNodeVisitor::getPriority function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php
TestNodeVisitor::leaveNode function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php
TestNodeVisitor::__construct function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php TestNodeVisitor constructor.
TestNormalizerBase class core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php Testable class for NormalizerBase.
TestNormalizerBase::$supportedTypes property core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php The interface or class that this Normalizer supports.
TestNormalizerBase::getSupportedTypes function core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php
TestNormalizerBase::normalize function core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php Normalizes data into a set of arrays/scalars.
TestNormalizerBase::setSupportedTypes function core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php Sets the supported types.
TestNotAnEntityForm class core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Provides a test entity form that doesn't extend EntityForm.
TestNotAnEntityForm::buildForm function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
TestNotAnEntityForm::getFormId function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
TestNotAnEntityForm::submitForm function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
TestObject class core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php Test class used for the encoding test.
TestObject::getA function core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php Return the characters "A".
TestObjectItem class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php Defines the 'test_object_field' entity field item.
TestObjectItem.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php
TestObjectItem::propertyDefinitions function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php
TestObjectItem::schema function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php
TestObjectItemTest class core/modules/field/tests/src/Kernel/TestObjectItemTest.php Tests the serialization of an object.
TestObjectItemTest.php file core/modules/field/tests/src/Kernel/TestObjectItemTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.