| ViewSelectionEntityReferenceTest::testSelectionPlugin |
function |
core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php |
Tests the ViewSelection plugin. |
| ViewsEntityArgumentValidator::$basePluginId |
property |
core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php |
The base plugin ID this derivative is for. |
| ViewsEntityRow::$basePluginId |
property |
core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php |
The base plugin ID that the derivative is for. |
| ViewsExposedFilterBlock::$basePluginId |
property |
core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php |
The base plugin ID that the derivative is for. |
| ViewsHandlerManager::getFallbackPluginId |
function |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
Gets a fallback id for a missing plugin. |
| ViewsModerationStateFilterTest::assertPluginStates |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php |
Assert the plugin states. |
| ViewsPluginAnnotationBase |
class |
core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php |
Defines an abstract base class for all views plugin annotations. |
| ViewsPluginAnnotationBase.php |
file |
core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php |
|
| ViewsPluginAnnotationBase::$register_theme |
property |
core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php |
Whether or not to register a theme function automatically. |
| ViewsPluginInterface |
interface |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Provides an interface for all views plugins. |
| ViewsPluginInterface.php |
file |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
|
| ViewsPluginInterface::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Provide a form to edit options for this plugin. |
| ViewsPluginInterface::destroy |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Clears a plugin. |
| ViewsPluginInterface::filterByDefinedOptions |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Filter out stored options depending on the defined options. |
| ViewsPluginInterface::getAvailableGlobalTokens |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns an array of available token replacements. |
| ViewsPluginInterface::getProvider |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns the plugin provider. |
| ViewsPluginInterface::globalTokenForm |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Adds elements for available core tokens to a form. |
| ViewsPluginInterface::globalTokenReplace |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns a string with any core tokens replaced. |
| ViewsPluginInterface::init |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Initialize the plugin. |
| ViewsPluginInterface::pluginTitle |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Return the human readable name of the display. |
| ViewsPluginInterface::preRenderAddFieldsetMarkup |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Moves form elements into fieldsets for presentation purposes. |
| ViewsPluginInterface::preRenderFlattenData |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Flattens the structure of form elements. |
| ViewsPluginInterface::query |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Add anything to the query that we might need to. |
| ViewsPluginInterface::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Handle any special handling on the validate form. |
| ViewsPluginInterface::summaryTitle |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns the summary of the settings in the display. |
| ViewsPluginInterface::themeFunctions |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Provide a full list of possible theme templates used by this style. |
| ViewsPluginInterface::unpackOptions |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Unpacks options over our existing defaults. |
| ViewsPluginInterface::usesOptions |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns the usesOptions property. |
| ViewsPluginInterface::validate |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Validate that the plugin is correct and can be saved. |
| ViewsPluginInterface::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Validate the options form. |
| ViewsPluginManager |
class |
core/modules/views/src/Plugin/ViewsPluginManager.php |
Plugin type manager for all views plugins. |
| ViewsPluginManager.php |
file |
core/modules/views/src/Plugin/ViewsPluginManager.php |
|
| ViewsPluginManager::__construct |
function |
core/modules/views/src/Plugin/ViewsPluginManager.php |
Constructs a ViewsPluginManager object. |
| ViewsTestConfigHooks::viewsPluginsAreaAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_area_alter(). |
| ViewsTestConfigHooks::viewsPluginsArgumentAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_argument_alter(). |
| ViewsTestConfigHooks::viewsPluginsFieldAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_field_alter(). |
| ViewsTestConfigHooks::viewsPluginsFilterAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_filter_alter(). |
| ViewsTestConfigHooks::viewsPluginsRelationshipAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_relationship_alter(). |
| ViewsTestConfigHooks::viewsPluginsSortAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_sort_alter(). |
| ViewsUIController::reportPlugins |
function |
core/modules/views_ui/src/Controller/ViewsUIController.php |
Lists all plugins and what enabled Views use them. |
| ViewsUiHooks::viewsPluginsDisplayAlter |
function |
core/modules/views_ui/src/Hook/ViewsUiHooks.php |
Implements hook_views_plugins_display_alter(). |
| ViewsUiThemeHooks::preprocessStylePluginTable |
function |
core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php |
Prepares variables for style plugin table templates. |
| views_post_update_views_data_argument_plugin_id |
function |
core/modules/views/views.post_update.php |
Post update configured views for entity reference argument plugin IDs. |
| ViewValidationTest::testInvalidPluginId |
function |
core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php |
Tests that the various plugin IDs making up a view display are validated. |
| WidgetPluginManager |
class |
core/lib/Drupal/Core/Field/WidgetPluginManager.php |
Plugin type manager for field widgets. |
| WidgetPluginManager.php |
file |
core/lib/Drupal/Core/Field/WidgetPluginManager.php |
|
| WidgetPluginManager::$fieldTypeManager |
property |
core/lib/Drupal/Core/Field/WidgetPluginManager.php |
The field type manager to define field. |
| WidgetPluginManager::$widgetOptions |
property |
core/lib/Drupal/Core/Field/WidgetPluginManager.php |
An array of widget options for each field type. |
| WidgetPluginManager::createInstance |
function |
core/lib/Drupal/Core/Field/WidgetPluginManager.php |
Creates a plugin instance based on the provided ID and configuration. |
| WidgetPluginManager::getDefaultSettings |
function |
core/lib/Drupal/Core/Field/WidgetPluginManager.php |
Returns the default settings of a field widget. |