| 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 |
Form constructor. |
| TestNotAnEntityForm::getFormId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php |
Returns a unique string identifying the form. |
| TestNotAnEntityForm::submitForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php |
Form submission handler. |
| 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 |
Defines field item properties. |
| TestObjectItem::schema |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php |
Returns the schema for the field. |
| 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 |
Modules to install. |
| TestObjectItemTest::setUp |
function |
core/modules/field/tests/src/Kernel/TestObjectItemTest.php |
Set the default field storage backend for fields created during tests. |
| 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 |
Builds and returns the renderable array for this block plugin. |
| TestPageTitleMainContentAndMessagesBlock::setMainContent |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php |
Sets the main content render array. |
| TestPageTitleMainContentAndMessagesBlock::setTitle |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php |
Sets the title. |
| TestPathBasedBreadcrumbBuilder |
class |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Helper class for testing purposes only. |
| TestPathBasedBreadcrumbBuilder::$linkGenerator |
property |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
The test link generator. |
| TestPathBasedBreadcrumbBuilder::setLinkGenerator |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Sets the link generator. |
| TestPathBasedBreadcrumbBuilder::setStringTranslation |
function |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Sets the string translation service to use. |
| TestPerComponentEntityDisplay |
class |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php |
Test class used for testing per component entity display. |
| TestPerComponentEntityDisplay::$entity |
property |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php |
The test entity. |
| TestPerComponentEntityDisplay::$testValues |
property |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php |
The arguments of getEntity. |
| TestPerComponentEntityDisplay::getEntity |
function |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php |
Gets the test entity. |
| TestPerComponentEntityDisplay::getTestValues |
function |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php |
Gets the test values. |