ViewsUIController::reportPlugins |
function |
core/modules/views_ui/src/Controller/ViewsUIController.php |
Lists all plugins and what enabled Views use them. |
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. |
views_test_config_views_plugins_area_alter |
function |
core/modules/views/tests/modules/views_test_config/views_test_config.module |
|
views_test_config_views_plugins_argument_alter |
function |
core/modules/views/tests/modules/views_test_config/views_test_config.module |
|
views_test_config_views_plugins_field_alter |
function |
core/modules/views/tests/modules/views_test_config/views_test_config.module |
|
views_test_config_views_plugins_filter_alter |
function |
core/modules/views/tests/modules/views_test_config/views_test_config.module |
|
views_test_config_views_plugins_relationship_alter |
function |
core/modules/views/tests/modules/views_test_config/views_test_config.module |
|
views_test_config_views_plugins_sort_alter |
function |
core/modules/views/tests/modules/views_test_config/views_test_config.module |
|
views_ui_views_plugins_display_alter |
function |
core/modules/views_ui/views_ui.module |
Implements hook_views_plugins_display_alter(). |
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. |
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 |
The base table connected with the wizard. |
WizardPluginBase::$bundleInfoService |
property |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
The bundle info service. |
WizardPluginBase::$createdColumn |
property |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
The table column used for sorting by create date of this wizard. |
WizardPluginBase::$entityType |
property |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Contains the information from entity_get_info of the $entity_type. |
WizardPluginBase::$entityTypeId |
property |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
The entity type connected with the wizard. |
WizardPluginBase::$filters |
property |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Views items configuration arrays for filters added by the wizard. |
WizardPluginBase::$filter_defaults |
property |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Default values for filters. |
WizardPluginBase::$parentFormSelector |
property |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
The parent form selector service. |
WizardPluginBase::$sorts |
property |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Views items configuration arrays for sorts added by the wizard. |
WizardPluginBase::$validated_views |
property |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
An array of validated view objects, keyed by a hash. |
WizardPluginBase::addDisplays |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Adds the array of display options to the view, with appropriate overrides. |
WizardPluginBase::alterDisplayOptions |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Alters the full array of display options before they are added to the view. |
WizardPluginBase::blockDisplayOptions |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Retrieves the block display options. |
WizardPluginBase::buildDisplayOptions |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Builds an array of display options for the view. |
WizardPluginBase::buildFilters |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Builds the form structure for selecting the view's filters. |
WizardPluginBase::buildForm |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Form callback to build other elements in the "show" form. |
WizardPluginBase::buildFormStyle |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Adds the style options to the wizard form. |
WizardPluginBase::buildSorts |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Builds the form structure for selecting the view's sort order. |
WizardPluginBase::create |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Creates an instance of the plugin. |
WizardPluginBase::createView |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Creates a view from values that have already been validated. |
WizardPluginBase::defaultDisplayFilters |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Retrieves all filter information used by the default display. |
WizardPluginBase::defaultDisplayFiltersUser |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Retrieves filter information based on user input for the default display. |
WizardPluginBase::defaultDisplayOptions |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Assembles the default display options for the view. |