ViewsHandlerManager::createInstance |
function |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
|
ViewsHandlerManager::getFallbackPluginId |
function |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
Gets a fallback id for a missing plugin. |
ViewsHandlerManager::getHandler |
function |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
Fetches a handler from the data cache. |
ViewsHandlerManager::__construct |
function |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
Constructs a ViewsHandlerManager object. |
ViewsHandlerManagerTest |
class |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
Tests the ViewsHandlerManager class. |
ViewsHandlerManagerTest.php |
file |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
|
ViewsHandlerManagerTest::$factory |
property |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
The mocked factory. |
ViewsHandlerManagerTest::$handlerManager |
property |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
|
ViewsHandlerManagerTest::$moduleHandler |
property |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
|
ViewsHandlerManagerTest::$viewsData |
property |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
The mocked views data. |
ViewsHandlerManagerTest::setUp |
function |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
|
ViewsHandlerManagerTest::setupMockedFactory |
function |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
Setups of the plugin factory. |
ViewsHandlerManagerTest::testAlterHookInvocation |
function |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
Tests that hook_views_plugins_TYPE_alter() is invoked for a handler type. |
ViewsHandlerManagerTest::testGetHandlerBaseInformationPropagation |
function |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
Tests getHandler() and its base information propagation. |
ViewsHandlerManagerTest::testGetHandlerNoOverride |
function |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
Tests getHandler() without an override. |
ViewsHandlerManagerTest::testGetHandlerOverride |
function |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
Tests getHandler() with an override. |
ViewsHooksTest |
class |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
Tests that views hooks are registered when defined in $module.views.inc. |
ViewsHooksTest.php |
file |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
|
ViewsHooksTest::$hooks |
property |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
An array of available views hooks to test. |
ViewsHooksTest::$moduleHandler |
property |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
The module handler to use for invoking hooks. |
ViewsHooksTest::$testViews |
property |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
Views used by this test. |
ViewsHooksTest::setUp |
function |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
|
ViewsHooksTest::testHooks |
function |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
Tests the hooks. |
ViewsHooksTest::testViewsFormMainFormPreRender |
function |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
Tests how hook_views_form_substitutions() makes substitutions. |
ViewsIntegrationTest |
class |
core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php |
Tests the integration of responsive image with Views. |
ViewsIntegrationTest |
class |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
Tests the views integration of dblog module. |
ViewsIntegrationTest.php |
file |
core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php |
|
ViewsIntegrationTest.php |
file |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
|
ViewsIntegrationTest::$columnMap |
property |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
|
ViewsIntegrationTest::$defaultTheme |
property |
core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php |
The theme to install as the default for testing. |
ViewsIntegrationTest::$modules |
property |
core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php |
Modules to enable. |
ViewsIntegrationTest::$modules |
property |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
Modules to enable. |
ViewsIntegrationTest::$testViews |
property |
core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php |
The test views to enable. |
ViewsIntegrationTest::$testViews |
property |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
Views to be enabled. |
ViewsIntegrationTest::createLogEntries |
function |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
Create a set of log entries. |
ViewsIntegrationTest::RESPONSIVE_IMAGE_STYLE_ID |
constant |
core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php |
The responsive image style ID to use. |
ViewsIntegrationTest::setUp |
function |
core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php |
Sets up the test. |
ViewsIntegrationTest::setUp |
function |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
|
ViewsIntegrationTest::testFiltering |
function |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
Tests views can be filtered by severity and log type. |
ViewsIntegrationTest::testMessages |
function |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
Tests the messages escaping functionality. |
ViewsIntegrationTest::testRelationship |
function |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
Tests the relationship with the users_field_data table. |
ViewsIntegrationTest::testViewsAddResponsiveImageField |
function |
core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php |
Tests integration with Views. |
ViewsJoin |
class |
core/modules/views/src/Annotation/ViewsJoin.php |
Defines a Plugin annotation object for views join plugins. |
ViewsJoin.php |
file |
core/modules/views/src/Annotation/ViewsJoin.php |
|
ViewsKernelTestBase |
class |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
Defines a base class for Views kernel testing. |
ViewsKernelTestBase.php |
file |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
|
ViewsKernelTestBase::$modules |
property |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
Modules to enable. |
ViewsKernelTestBase::$testViews |
property |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
Views to be enabled. |
ViewsKernelTestBase::dataSet |
function |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
Returns a very simple test dataset. |
ViewsKernelTestBase::executeView |
function |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
Executes a view. |