You are here

public function DsFieldInterface::isAllowed in Display Suite 8.2

Same name and namespace in other branches
  1. 8.4 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::isAllowed()
  2. 8.3 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::isAllowed()

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

1 method overrides DsFieldInterface::isAllowed()
DsFieldBase::isAllowed in src/Plugin/DsField/DsFieldBase.php
Returns if the field is allowed on the field UI screen.

File

src/Plugin/DsField/DsFieldInterface.php, line 46

Class

DsFieldInterface
Interface for DS plugins.

Namespace

Drupal\ds\Plugin\DsField

Code

public function isAllowed();