public function DsFieldInterface::isAllowed in Display Suite 8.4
Same name and namespace in other branches
- 8.2 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::isAllowed()
- 8.3 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\DsFieldCode
public function isAllowed();