ArgumentsResolverTest::providerTestHandleUnresolvedArgument |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Provides test data to testHandleUnresolvedArgument(). |
ArgumentsResolverTest::setUp |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
|
ArgumentsResolverTest::testGetArgument |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Tests the getArgument() method. |
ArgumentsResolverTest::testGetArgumentObject |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Tests getArgument() with an object. |
ArgumentsResolverTest::testGetArgumentOrder |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Tests getArgument() with a Route, Request, and Account object. |
ArgumentsResolverTest::testGetArgumentRouteNoTypehintAndValue |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Tests getArgument() with a named parameter with no typehint and a value. |
ArgumentsResolverTest::testGetWildcardArgument |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Tests getArgument() with a wildcard object for a parameter with a custom name. |
ArgumentsResolverTest::testGetWildcardArgumentNoTypehint |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Tests getArgument() with a wildcard parameter with no typehint. |
ArgumentsResolverTest::testHandleNotUpcastedArgument |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Tests handleUnresolvedArgument() for a scalar argument. |
ArgumentsResolverTest::testHandleUnresolvedArgument |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Tests handleUnresolvedArgument() for missing arguments. |
ArgumentStringTest |
class |
core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php |
Tests the core Drupal\views\Plugin\views\argument\StringArgument handler. |
ArgumentStringTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php |
|
ArgumentStringTest::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php |
Modules to enable. |
ArgumentStringTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php |
Views to be enabled. |
ArgumentStringTest::testGlossary |
function |
core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php |
Tests the glossary feature. |
ArgumentTransformTermTest |
class |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php |
Tests taxonomy term argument transformation. |
ArgumentTransformTermTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php |
|
ArgumentTransformTermTest::$testViews |
property |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php |
Views to be enabled. |
ArgumentTransformTermTest::termArgumentTransformationProvider |
function |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php |
Provides data for testTermArgumentTransformation(). |
ArgumentTransformTermTest::testTermArgumentTransformation |
function |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php |
Tests term argument transformation of hyphens and spaces. |
ArgumentUidRevisionTest |
class |
core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php |
Tests the argument_node_uid_revision handler. |
ArgumentUidRevisionTest.php |
file |
core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php |
|
ArgumentUidRevisionTest::$modules |
property |
core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php |
Modules to enable. |
ArgumentUidRevisionTest::$testViews |
property |
core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php |
Views to be enabled. |
ArgumentUidRevisionTest::setUp |
function |
core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php |
|
ArgumentUidRevisionTest::testArgument |
function |
core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php |
Tests the node_uid_revision argument. |
ArgumentValidateTest |
class |
core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php |
Tests user argument validators for ID and name. |
ArgumentValidateTest.php |
file |
core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php |
|
ArgumentValidateTest::$account |
property |
core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php |
A user for this test. |
ArgumentValidateTest::$modules |
property |
core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php |
Modules to enable. |
ArgumentValidateTest::$testViews |
property |
core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php |
Views to be enabled. |
ArgumentValidateTest::setUp |
function |
core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php |
|
ArgumentValidateTest::testArgumentValidateUserName |
function |
core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php |
Tests the UserName argument validator. |
ArgumentValidateTest::testArgumentValidateUserUid |
function |
core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php |
Tests the User (ID) argument validator. |
ArgumentValidatorTermNameTest |
class |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php |
Tests the plugin of the taxonomy: taxonomy_term_name argument validator. |
ArgumentValidatorTermNameTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php |
|
ArgumentValidatorTermNameTest::$ids |
property |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php |
Stores the taxonomy IDs used by this test. |
ArgumentValidatorTermNameTest::$names |
property |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php |
Stores the taxonomy names used by this test. |
ArgumentValidatorTermNameTest::$terms |
property |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php |
Stores the taxonomy term used by this test. |
ArgumentValidatorTermNameTest::$testViews |
property |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php |
Views to be enabled. |
ArgumentValidatorTermNameTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php |
|
ArgumentValidatorTermNameTest::testArgumentValidatorTermName |
function |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php |
Tests the term name argument validator plugin. |
ArgumentValidatorTermNameTest::testArgumentValidatorTermNameAccess |
function |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php |
Tests the access checking in term name argument validator plugin. |
ArgumentValidatorTermTest |
class |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php |
Tests the plugin of the taxonomy: term argument validator. |
ArgumentValidatorTermTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php |
|
ArgumentValidatorTermTest::$ids |
property |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php |
Stores the taxonomy IDs used by this test. |
ArgumentValidatorTermTest::$names |
property |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php |
Stores the taxonomy names used by this test. |
ArgumentValidatorTermTest::$terms |
property |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php |
Stores the taxonomy term used by this test. |
ArgumentValidatorTermTest::$testViews |
property |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php |
Views to be enabled. |
ArgumentValidatorTermTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php |
|