| TestEventSubscriberWithPriorities::getSubscribedEvents |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
| TestExample |
class |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/area/TestExample.php |
Test area plugin. |
| TestExample.php |
file |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/area/TestExample.php |
|
| TestExample::access |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/area/TestExample.php |
Check whether given user has access to this handler. |
| TestExample::buildOptionsForm |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/area/TestExample.php |
Provide a form to edit options for this plugin. |
| TestExample::defineOptions |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/area/TestExample.php |
Information about options for all kinds of purposes will be held here. |
| TestExample::render |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/area/TestExample.php |
Render the area. |
| TestExtendedNormalizer |
class |
core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php |
Test normalizer with a different supported class. |
| TestExtendedNormalizer::$supportedInterfaceOrClass |
property |
core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php |
The interface or class that this Normalizer supports. |
| TestExtension |
class |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
|
| TestExtension |
class |
core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php |
A test Twig extension that adds a custom function and a custom filter. |
| TestExtension.php |
file |
core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php |
|
| TestExtension::$extensionDiscovery |
property |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
|
| TestExtension::$installedExtensions |
property |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
|
| TestExtension::getExtensionDiscovery |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Returns the extension discovery. |
| TestExtension::getFilters |
function |
core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php |
Generates a list of all Twig filters that this extension defines. |
| TestExtension::getFunctions |
function |
core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php |
Generates a list of all Twig functions that this extension defines. |
| TestExtension::getInstalledExtensionNames |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Returns a list of machine names of installed extensions. |
| TestExtension::getName |
function |
core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php |
Gets a unique identifier for this Twig extension. |
| TestExtension::setExtensionDiscovery |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
|
| TestExtension::setInstalledExtensions |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
|
| TestExtension::testFilter |
function |
core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php |
Replaces all instances of "animal" in a string with "plant". |
| TestExtension::testFunction |
function |
core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php |
Outputs either an uppercase or lowercase test phrase. |
| TestExtensionInstallStorage |
class |
core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php |
|
| TestExtensionInstallStorage::getProfile |
function |
core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php |
Gets the install profile value. |
| TestFetcher |
class |
core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/fetcher/TestFetcher.php |
Defines a test fetcher implementation. |
| TestFetcher.php |
file |
core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/fetcher/TestFetcher.php |
|
| TestFetcher::fetch |
function |
core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/fetcher/TestFetcher.php |
Downloads feed data. |
| TestFieldApplicableFormatter |
class |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php |
Plugin implementation of the 'field_test_applicable' formatter. |
| TestFieldApplicableFormatter.php |
file |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php |
|
| TestFieldApplicableFormatter::isApplicable |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php |
Returns if the formatter can be used for the provided field. |
| TestFieldApplicableFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php |
Builds a renderable array for a field value. |
| TestFieldConstraint |
class |
core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php |
Checks if a value is not equal. |
| TestFieldConstraint.php |
file |
core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php |
|
| TestFieldConstraint::getRequiredOptions |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php |
|
| TestFieldConstraint::validatedBy |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php |
|
| TestFieldDefaultFormatter |
class |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php |
Plugin implementation of the 'field_test_default' formatter. |
| TestFieldDefaultFormatter.php |
file |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php |
|
| TestFieldDefaultFormatter::defaultSettings |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php |
Defines the default settings for this plugin. |
| TestFieldDefaultFormatter::settingsForm |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php |
Returns a form to configure settings for the formatter. |
| TestFieldDefaultFormatter::settingsSummary |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php |
Returns a short summary for the current formatter settings. |
| TestFieldDefaultFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php |
Builds a renderable array for a field value. |
| TestFieldEmptyFormatter |
class |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptyFormatter.php |
Plugin implementation of the 'field_empty_test' formatter. |
| TestFieldEmptyFormatter.php |
file |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptyFormatter.php |
|
| TestFieldEmptyFormatter::defaultSettings |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptyFormatter.php |
Defines the default settings for this plugin. |
| TestFieldEmptyFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptyFormatter.php |
Builds a renderable array for a field value. |
| TestFieldEmptySettingFormatter |
class |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php |
Plugin implementation of the 'field_empty_setting' formatter. |
| TestFieldEmptySettingFormatter.php |
file |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php |
|
| TestFieldEmptySettingFormatter::defaultSettings |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php |
Defines the default settings for this plugin. |
| TestFieldEmptySettingFormatter::settingsForm |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php |
Returns a form to configure settings for the formatter. |