| ViewsFormTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php |
The theme to install as the default for testing. |
| ViewsFormTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php |
Modules to install. |
| ViewsFormTest::testFormWrapper |
function |
core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php |
Tests the Views form wrapper. |
| ViewsFormTestHooks |
class |
core/modules/views/tests/modules/views_form_test/src/Hook/ViewsFormTestHooks.php |
Hook implementations for views_form_test. |
| ViewsFormTestHooks.php |
file |
core/modules/views/tests/modules/views_form_test/src/Hook/ViewsFormTestHooks.php |
|
| ViewsFormTestHooks::formViewsFormMediaMediaPageListAlter |
function |
core/modules/views/tests/modules/views_form_test/src/Hook/ViewsFormTestHooks.php |
Implements hook_form_BASE_FORM_ID_alter(). |
| ViewsHandlerAnnotationBase |
class |
core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php |
Defines an abstract base class for all views handler annotations. |
| ViewsHandlerAnnotationBase.php |
file |
core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php |
|
| ViewsHandlerInterface |
interface |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Provides an interface for all views handlers. |
| ViewsHandlerInterface.php |
file |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
|
| ViewsHandlerInterface::access |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Check whether given user has access to this handler. |
| ViewsHandlerInterface::adminLabel |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Return a string representing this handler's name in the UI. |
| ViewsHandlerInterface::adminSummary |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Provide text for the administrative summary. |
| ViewsHandlerInterface::breakString |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Breaks x,y,z and x+y+z into an array. |
| ViewsHandlerInterface::broken |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Determines if the handler is considered 'broken'. |
| ViewsHandlerInterface::ensureMyTable |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Ensures that the main table for this handler is in the query. |
| ViewsHandlerInterface::getEntityType |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Determines the entity type used by this handler. |
| ViewsHandlerInterface::getField |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Shortcut to get a handler's raw field value. |
| ViewsHandlerInterface::getJoin |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Get the join object that should be used for this handler. |
| ViewsHandlerInterface::getTableJoin |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Fetches a handler to join one table to a primary table from the data cache. |
| ViewsHandlerInterface::postExecute |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Run after the view is executed, before the result is cached. |
| ViewsHandlerInterface::preQuery |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Run before the view is built. |
| ViewsHandlerInterface::sanitizeValue |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Sanitize the value for output. |
| ViewsHandlerInterface::setRelationship |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Sets up any needed relationship. |
| ViewsHandlerInterface::showExposeForm |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Shortcut to display the exposed options form. |
| ViewsHandlerManager |
class |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
Plugin type manager for all views handlers. |
| ViewsHandlerManager.php |
file |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
|
| ViewsHandlerManager::$handlerType |
property |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
The handler type. |
| ViewsHandlerManager::$viewsData |
property |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
The views data cache. |
| ViewsHandlerManager::createInstance |
function |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
Creates a plugin instance based on the provided ID and configuration. |
| 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 |
The views handler manager. |
| ViewsHandlerManagerTest::$moduleHandler |
property |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
The module handler service. |
| 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. |
| ViewsHooks |
class |
core/modules/views/src/Hook/ViewsHooks.php |
Hook implementations for views. |
| ViewsHooks.php |
file |
core/modules/views/src/Hook/ViewsHooks.php |
|
| ViewsHooks::baseFieldOverrideDelete |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_delete(). |
| ViewsHooks::baseFieldOverrideInsert |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_insert(). |
| ViewsHooks::baseFieldOverrideUpdate |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_update(). |