Standard.php
Namespace
Drupal\views\Plugin\views\wizardFile
- 
              core/modules/ views/ src/ Plugin/ views/ wizard/ Standard.php 
View source
<?php
namespace Drupal\views\Plugin\views\wizard;
/**
 * Standard Views wizard plugin.
 *
 * @ingroup views_wizard_plugins
 *
 * @ViewsWizard(
 *   id = "standard",
 *   deriver = "Drupal\views\Plugin\Derivative\DefaultWizardDeriver",
 *   title = @Translation("Default wizard")
 * )
 */
class Standard extends WizardPluginBase {
}Classes
| Title | Deprecated | Summary | 
|---|---|---|
| Standard | Standard Views wizard plugin. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
