| 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::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. |
| WizardPluginBase::defaultDisplaySorts |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Retrieves all sort information used by the default display. |
| WizardPluginBase::defaultDisplaySortsUser |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Retrieves sort information based on user input for the default display. |
| WizardPluginBase::getAvailableSorts |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Gets the availableSorts property. |
| WizardPluginBase::getCreatedColumn |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Gets the createdColumn property. |
| WizardPluginBase::getFilters |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Gets the filters property. |
| WizardPluginBase::getSelected |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Gets the current value of a #select element. |
| WizardPluginBase::getSorts |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Gets the sorts property. |
| WizardPluginBase::instantiateView |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Instantiates a view object from form values. |
| WizardPluginBase::pageDisplayOptions |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Retrieves the page display options. |
| WizardPluginBase::pageFeedDisplayOptions |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Retrieves the feed display options. |
| WizardPluginBase::restExportDisplayOptions |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Retrieves the REST export display options from the submitted form values. |
| WizardPluginBase::retrieveValidatedView |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Retrieves a validated view for a form submission. |
| WizardPluginBase::rowStyleOptions |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Retrieves row style plugin names. |
| WizardPluginBase::setDefaultOptions |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Sets options for a display and makes them the default options if possible. |
| WizardPluginBase::setOverrideOptions |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Sets options for a display, inheriting from the defaults when possible. |
| WizardPluginBase::setValidatedView |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Stores a validated view from a form submission. |
| WizardPluginBase::validateView |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Implements Drupal\views\Plugin\views\wizard\WizardInterface::validate(). |
| WizardPluginBase::__construct |
function |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Constructs a WizardPluginBase object. |
| WizardPluginBaseKernelTest |
class |
core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php |
Tests the wizard base plugin class. |
| WizardPluginBaseKernelTest.php |
file |
core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php |
|
| WizardPluginBaseKernelTest::$modules |
property |
core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php |
Modules to install. |
| WizardPluginBaseKernelTest::$wizard |
property |
core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php |
Contains thw wizard plugin manager. |
| WizardPluginBaseKernelTest::setUp |
function |
core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php |
|
| WizardPluginBaseKernelTest::testCreateView |
function |
core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php |
Tests the creating of a view. |
| WizardPluginBaseTest |
class |
core/modules/views/tests/src/Unit/WizardPluginBaseTest.php |
Tests Drupal\views\Plugin\views\wizard\WizardPluginBase. |