You are here

Standard.php in Drupal 8

File

core/modules/views/src/Plugin/views/field/Standard.php
View source
<?php

namespace Drupal\views\Plugin\views\field;


/**
 * Default implementation of the base field plugin.
 *
 * @ingroup views_field_handlers
 *
 * @ViewsField("standard")
 */
class Standard extends FieldPluginBase {

}

Classes

Namesort descending Description
Standard Default implementation of the base field plugin.