Standard.php
Same filename in this branch
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
- 11.1.x core/modules/views/src/Plugin/views/sort/Standard.php
- 11.1.x core/modules/views/src/Plugin/views/argument/Standard.php
- 11.1.x core/modules/views/src/Plugin/views/filter/Standard.php
- 11.1.x core/modules/views/src/Plugin/views/relationship/Standard.php
- 11.1.x core/modules/views/src/Plugin/views/join/Standard.php
- 11.1.x core/modules/views/src/Plugin/views/wizard/Standard.php
- 11.1.x core/modules/editor/src/EditorXssFilter/Standard.php
Namespace
Drupal\views\Plugin\views\fieldFile
-
core/
modules/ views/ src/ Plugin/ views/ field/ Standard.php
View source
<?php
namespace Drupal\views\Plugin\views\field;
use Drupal\views\Attribute\ViewsField;
/**
* Default implementation of the base field plugin.
*
* @ingroup views_field_handlers
*/
class Standard extends FieldPluginBase {
}
Classes
Title | Deprecated | Summary |
---|---|---|
Standard | Default implementation of the base field plugin. |