| PluginBaseTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php |
|
| PluginBaseTest.php |
file |
core/modules/views/tests/src/Unit/PluginBaseTest.php |
|
| PluginBaseTest.php |
file |
core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php |
|
| PluginBaseTest::$testHelperPlugin |
property |
core/modules/views/tests/src/Unit/PluginBaseTest.php |
The test helper plugin to use for the tests. |
| PluginBaseTest::$testPluginBase |
property |
core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php |
|
| PluginBaseTest::providerTestFilterByDefinedOptions |
function |
core/modules/views/tests/src/Unit/PluginBaseTest.php |
Provides data to testFilterByDefinedOptions(). |
| PluginBaseTest::providerTestGetBaseId |
function |
core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php |
Returns test data for testGetBaseId(). |
| PluginBaseTest::providerTestGetDerivativeId |
function |
core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php |
Returns test data for testGetDerivativeId(). |
| PluginBaseTest::providerTestGetPluginId |
function |
core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php |
Returns test data for testGetPluginId(). |
| PluginBaseTest::providerTestSetOptionDefault |
function |
core/modules/views/tests/src/Unit/PluginBaseTest.php |
Data provider for testSetOptionDefault(). |
| PluginBaseTest::providerTestUnpackOptions |
function |
core/modules/views/tests/src/Unit/PluginBaseTest.php |
Data provider for testUnpackOptions(). |
| PluginBaseTest::setUp |
function |
core/modules/views/tests/src/Unit/PluginBaseTest.php |
|
| PluginBaseTest::setUp |
function |
core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php |
|
| PluginBaseTest::testFilterByDefinedOptions |
function |
core/modules/views/tests/src/Unit/PluginBaseTest.php |
Tests filter by defined options. |
| PluginBaseTest::testGetBaseId |
function |
core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php |
Tests get base id. |
| PluginBaseTest::testGetDerivativeId |
function |
core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php |
Tests get derivative id. |
| PluginBaseTest::testGetPluginDefinition |
function |
core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php |
Tests get plugin definition. |
| PluginBaseTest::testGetPluginId |
function |
core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php |
Tests get plugin id. |
| PluginBaseTest::testSetOptionDefault |
function |
core/modules/views/tests/src/Unit/PluginBaseTest.php |
Tests the setOptionDefault method. |
| PluginBaseTest::testUnpackOptions |
function |
core/modules/views/tests/src/Unit/PluginBaseTest.php |
Tests the unpackOptions method. |
| PluginBaseTest::testViewsTokenReplace |
function |
core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php |
Tests that the token replacement in views works correctly. |
| PluginBaseTest::testViewsTokenReplaceWithDots |
function |
core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php |
Tests that the token replacement in views works correctly with dots. |
| PluginBaseTest::testViewsTokenReplaceWithTwigTokens |
function |
core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php |
Tests viewsTokenReplace without any twig tokens. |
| PluginDependencyTraitTest |
class |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
Tests Drupal\Core\Plugin\PluginDependencyTrait. |
| PluginDependencyTraitTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
| PluginDependencyTraitTest::providerTestPluginDependencies |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
Provides test data for plugin dependencies. |
| PluginDependencyTraitTest::testCalculatePluginDependencies |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
Tests calculate plugin dependencies. |
| PluginDependencyTraitTest::testGetPluginDependencies |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
Tests get plugin dependencies. |
| PluginExistsConstraintTest |
class |
core/tests/Drupal/Tests/Core/Plugin/PluginExistsConstraintTest.php |
Tests Drupal\Core\Plugin\Plugin\Validation\Constraint\PluginExistsConstraint. |
| PluginExistsConstraintTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/PluginExistsConstraintTest.php |
|
| PluginExistsConstraintTest::testManagerOption |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginExistsConstraintTest.php |
Tests plugin is created when manager option is set to a valid service ID. |
| PluginExistsConstraintTest::testMissingOption |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginExistsConstraintTest.php |
Tests missing option. |
| PluginExistsConstraintValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php |
Tests Plugin Exists Constraint Validator. |
| PluginExistsConstraintValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php |
|
| PluginExistsConstraintValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php |
Modules to install. |
| PluginExistsConstraintValidatorTest::testFallbackPluginIds |
function |
core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php |
Tests that fallback plugin IDs can be considered valid or invalid. |
| PluginExistsConstraintValidatorTest::testValidation |
function |
core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php |
Tests validation of plugin existence. |
| PluginFormFactoryTest |
class |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests Drupal\Core\Plugin\PluginFormFactory. |
| PluginFormFactoryTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
|
| PluginFormFactoryTest::$classResolver |
property |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
The class resolver. |
| PluginFormFactoryTest::$manager |
property |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
The manager being tested. |
| PluginFormFactoryTest::setUp |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
|
| PluginFormFactoryTest::testCreateInstance |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests create instance. |
| PluginFormFactoryTest::testCreateInstanceDefaultFallback |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests create instance default fallback. |
| PluginFormFactoryTest::testCreateInstanceDefinitionException |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests create instance definition exception. |
| PluginFormFactoryTest::testCreateInstanceInvalidException |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests create instance invalid exception. |
| PluginFormFactoryTest::testCreateInstancePluginAware |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests create instance plugin aware. |
| PluginFormFactoryTest::testCreateInstanceUsingPlugin |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests create instance using plugin. |
| PluginFormFactoryTest::testCreateInstanceUsingPluginWithSlashes |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests create instance using plugin with slashes. |
| PluginIdTest |
class |
core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginIdTest.php |
Tests Drupal\Component\Plugin\Attribute\PluginID. |