You are here

Standard.php in Zircon Profile 8

File

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

/**
 * @file
 * Contains \Drupal\views\Plugin\views\field\Standard.
 */
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.