Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
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
TestObjectItemTest::$modules property core/modules/field/tests/src/Kernel/TestObjectItemTest.php
TestObjectItemTest::setUp function core/modules/field/tests/src/Kernel/TestObjectItemTest.php
TestObjectItemTest::testTestObjectItem function core/modules/field/tests/src/Kernel/TestObjectItemTest.php Tests the serialization of a field type that has an object.
TestPageDisplayVariantSubscriber class core/modules/system/tests/modules/display_variant_test/src/EventSubscriber/TestPageDisplayVariantSubscriber.php Selects the test page display variant.
TestPageDisplayVariantSubscriber.php file core/modules/system/tests/modules/display_variant_test/src/EventSubscriber/TestPageDisplayVariantSubscriber.php
TestPageDisplayVariantSubscriber::getSubscribedEvents function core/modules/system/tests/modules/display_variant_test/src/EventSubscriber/TestPageDisplayVariantSubscriber.php
TestPageDisplayVariantSubscriber::onSelectPageDisplayVariant function core/modules/system/tests/modules/display_variant_test/src/EventSubscriber/TestPageDisplayVariantSubscriber.php Selects the page display variant.
TestPageTestController class core/modules/system/tests/modules/test_page_test/src/Controller/TestPageTestController.php Controller routines for test_page_test routes.
TestPageTestController.php file core/modules/system/tests/modules/test_page_test/src/Controller/TestPageTestController.php
TestPageTestController::testPage function core/modules/system/tests/modules/test_page_test/src/Controller/TestPageTestController.php Returns a test page and sets the title.
TestPageTestController::testPageVarDump function core/modules/system/tests/modules/test_page_test/src/Controller/TestPageTestController.php Returns a test page and with the call to the dump() function.
TestPageTitleMainContentAndMessagesBlock class core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php Provides a block which includes page title, main content & messages together.
TestPageTitleMainContentAndMessagesBlock.php file core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php
TestPageTitleMainContentAndMessagesBlock::$isMainContentPlaced property core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php Whether setMainContent was called.
TestPageTitleMainContentAndMessagesBlock::$isPageTitlePlaced property core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php Whether setTitle was called.
TestPageTitleMainContentAndMessagesBlock::$mainContent property core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php The render array representing the main page content.
TestPageTitleMainContentAndMessagesBlock::$title property core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php The page title: a string (plain title) or a render array (formatted title).
TestPageTitleMainContentAndMessagesBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php
TestPageTitleMainContentAndMessagesBlock::setMainContent function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php
TestPageTitleMainContentAndMessagesBlock::setTitle function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php
TestPathBasedBreadcrumbBuilder class core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Helper class for testing purposes only.
TestPathBasedBreadcrumbBuilder::setStringTranslation function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php
TestPerComponentEntityDisplay class core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php Test class used for testing per component entity display.

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