You are here

public function ExampleField::isAllowed in Display Suite 8.3

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

Returns if the field is allowed on the field UI screen.

Return value

bool TRUE when field allowed, FALSE otherwise.

Overrides DsFieldBase::isAllowed

File

drush/ExampleField.php, line 50

Class

ExampleField
Generated field.

Namespace

Drupal\example_field\Plugin\DsField

Code

public function isAllowed() {
  return TRUE;
}