Standard.php

Definition of Drupal\views\Plugin\views\field\Standard.

Namespace

Drupal\views\Plugin\views\field

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Standard.php
View source
<?php

/**
 * @file
 * Definition of Drupal\views\Plugin\views\field\Standard.
 */
namespace Drupal\views\Plugin\views\field;

use Drupal\Core\Annotation\Plugin;

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

}

Classes

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