You are here

public function DsFieldInterface::isAllowed in Display Suite 8.3

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

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

Return value

bool TRUE when field allowed, FALSE otherwise.

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 59

Class

DsFieldInterface
Defines a common interface for all ds field plugins.

Namespace

Drupal\ds\Plugin\DsField

Code

public function isAllowed();