You are here

public function TestFieldNothing::build in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 tests/modules/ds_test/src/Plugin/DsField/TestFieldNothing.php \Drupal\ds_test\Plugin\DsField\TestFieldNothing::build()
  2. 8.3 tests/modules/ds_test/src/Plugin/DsField/TestFieldNothing.php \Drupal\ds_test\Plugin\DsField\TestFieldNothing::build()

Renders a field.

Return value

array A renderable array representing the content of the field.

Overrides DsFieldBase::build

File

tests/modules/ds_test/src/Plugin/DsField/TestFieldNothing.php, line 21

Class

TestFieldNothing
Test field plugin that returns nothing.

Namespace

Drupal\ds_test\Plugin\DsField

Code

public function build() {
}