You are here

InheritedField.php in Field Inheritance 8

Same filename and directory in other branches
  1. 2.0.x src/Plugin/views/field/InheritedField.php

File

src/Plugin/views/field/InheritedField.php
View source
<?php

namespace Drupal\field_inheritance\Plugin\views\field;

use Drupal\views\Plugin\views\field\EntityField;

/**
 * Field handler to show the inherited field data.
 *
 * @ingroup views_field_handlers
 *
 * @ViewsField("inherited_field")
 */
class InheritedField extends EntityField {

}

Classes

Namesort descending Description
InheritedField Field handler to show the inherited field data.