You are here

public function ExampleField::build in Display Suite 8.3

Same name and namespace in other branches
  1. 8.2 drush/ExampleField.php \Drupal\example_field\Plugin\DsField\ExampleField::build()

Renders a field.

Return value

array A renderable array representing the content of the field.

Overrides DsFieldBase::build

File

drush/ExampleField.php, line 22

Class

ExampleField
Generated field.

Namespace

Drupal\example_field\Plugin\DsField

Code

public function build() {
  return [];
}