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. |
ViewsQueryAlter::$viewsJoinPluginManager |
property |
core/modules/workspaces/src/ViewsQueryAlter.php |
A plugin manager which handles instances of views join plugins. |
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(). |
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 |
|
WidgetPluginManager::getDefaultSettings |
function |
core/lib/Drupal/Core/Field/WidgetPluginManager.php |
Returns the default settings of a field widget. |
WidgetPluginManager::getInstance |
function |
core/lib/Drupal/Core/Field/WidgetPluginManager.php |
Overrides PluginManagerBase::getInstance(). |
WidgetPluginManager::getOptions |
function |
core/lib/Drupal/Core/Field/WidgetPluginManager.php |
Returns an array of widget type options for a field type. |
WidgetPluginManager::prepareConfiguration |
function |
core/lib/Drupal/Core/Field/WidgetPluginManager.php |
Merges default values for widget configuration. |
WidgetPluginManager::__construct |
function |
core/lib/Drupal/Core/Field/WidgetPluginManager.php |
Constructs a WidgetPluginManager object. |
WidgetPluginManagerTest |
class |
core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php |
Tests the field widget manager. |
WidgetPluginManagerTest.php |
file |
core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php |
|
WidgetPluginManagerTest::testNotApplicableFallback |
function |
core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php |
Tests that getInstance falls back on default if current is not applicable. |
WidgetPluginManagerTest::testWidgetDefinitionAlter |
function |
core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php |
Tests that the widget definitions alter hook works. |
WizardPluginBase |
class |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Base class for Views wizard plugins. |
WizardPluginBase.php |
file |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
|
WizardPluginBase::$availableSorts |
property |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
The available store criteria. |
WizardPluginBase::$base_table |
property |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
|
WizardPluginBase::$bundleInfoService |
property |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
The bundle info service. |