| FieldOrLanguageJoinTest |
class |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
Tests the "field OR language" join plugin. |
| FieldOrLanguageJoinTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
|
| FieldOrLanguageJoinTest::$manager |
property |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
A plugin manager which handlers the instances of joins. |
| FieldOrLanguageJoinTest::$pluginId |
property |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
|
| FieldOrLanguageJoinTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
Views to be enabled. |
| FieldOrLanguageJoinTest::buildJoin |
function |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
Builds a join using the given configuration. |
| FieldOrLanguageJoinTest::setUp |
function |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
|
| FieldOrLanguageJoinTest::testBase |
function |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
Tests base join functionality. |
| FieldOrLanguageJoinTest::testLanguageBundleConditions |
function |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
Tests the adding of conditions by the join plugin. |
| FieldPluginBaseTest |
class |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests Drupal\views\Plugin\views\field\FieldPluginBase. |
| FieldPluginBaseTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
|
| FieldPluginBaseTest::$configuration |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The configuration of the plugin under test. |
| FieldPluginBaseTest::$display |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The mocked display plugin instance. |
| FieldPluginBaseTest::$executable |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The mocked view executable. |
| FieldPluginBaseTest::$linkGenerator |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The mocked link generator. |
| FieldPluginBaseTest::$pathProcessor |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The mocked path processor. |
| FieldPluginBaseTest::$pathValidator |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The mocked path validator. |
| FieldPluginBaseTest::$pluginDefinition |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The definition of the plugin under test. |
| FieldPluginBaseTest::$pluginId |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The ID plugin of the plugin under test. |
| FieldPluginBaseTest::$renderer |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The mocked path renderer. |
| FieldPluginBaseTest::$requestStack |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The request stack. |
| FieldPluginBaseTest::$unroutedUrlAssembler |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The unrouted URL assembler service. |
| FieldPluginBaseTest::$urlGenerator |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The mocked URL generator. |
| FieldPluginBaseTest::DEFAULT_URL_OPTIONS |
constant |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Default configuration for URL output. |
| FieldPluginBaseTest::providerTestGetRenderTokensWithQuery |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Data provider for ::testGetRenderTokensWithQuery(). |
| FieldPluginBaseTest::providerTestRenderAsExternalLinkWithPathAndTokens |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Data provider for ::testRenderAsExternalLinkWithPathAndTokens(). |
| FieldPluginBaseTest::providerTestRenderAsLinkWithPathAndOptions |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Data provider for ::testRenderAsLinkWithPathAndOptions(). |
| FieldPluginBaseTest::providerTestRenderAsLinkWithPathAndTokens |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Data provider for ::testRenderAsLinkWithPathAndTokens(). |
| FieldPluginBaseTest::providerTestRenderAsLinkWithUrlAndOptions |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Data provider for ::testRenderAsLinkWithUrlAndOptions(). |
| FieldPluginBaseTest::providerTestRenderTrimmedWithMoreLinkAndPath |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Data provider for ::testRenderTrimmedWithMoreLinkAndPath(). |
| FieldPluginBaseTest::setUp |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
|
| FieldPluginBaseTest::setupDisplayWithEmptyArgumentsAndFields |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Sets up a display with empty arguments and fields. |
| FieldPluginBaseTest::setupTestField |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Sets up a test field. |
| FieldPluginBaseTest::setUpUrlIntegrationServices |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Sets up the unrouted URL assembler and the link generator. |
| FieldPluginBaseTest::testElementClassesWithTokens |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Ensures proper token replacement when generating CSS classes. |
| FieldPluginBaseTest::testGetRenderTokensWithArguments |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests get render tokens with arguments. |
| FieldPluginBaseTest::testGetRenderTokensWithoutArguments |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests get render tokens without arguments. |
| FieldPluginBaseTest::testGetRenderTokensWithoutFieldsAndArguments |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests get render tokens without fields and arguments. |
| FieldPluginBaseTest::testGetRenderTokensWithQuery |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests get render tokens with query. |
| FieldPluginBaseTest::testRenderAsExternalLinkWithPathAndTokens |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests rendering of a link with a path and options. |
| FieldPluginBaseTest::testRenderAsLinkWithoutPath |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests rendering as a link without a path. |
| FieldPluginBaseTest::testRenderAsLinkWithPathAndOptions |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests rendering of a link with a path and options. |
| FieldPluginBaseTest::testRenderAsLinkWithPathAndTokens |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests rendering of a link with a path and options. |
| FieldPluginBaseTest::testRenderAsLinkWithUrlAndOptions |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests link rendering with a URL and options. |
| FieldPluginBaseTest::testRenderNoResult |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests the "No results text" rendering. |
| FieldPluginBaseTest::testRenderTrimmedWithMoreLinkAndPath |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests rendering with a more link. |
| FieldPluginBaseTestField |
class |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Test class for testing field plugins. |
| FieldPluginBaseTestField::setLinkGenerator |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Set the link generator. |
| FieldRenderedEntityTest |
class |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Tests the core Drupal\views\Plugin\views\field\RenderedEntity handler. |
| FieldRenderedEntityTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
|