public function GridStackEntityFormatterBase::getScopedFormElements in GridStack 8.2
Same name and namespace in other branches
- 8 src/Plugin/Field/FieldFormatter/GridStackEntityFormatterBase.php \Drupal\gridstack\Plugin\Field\FieldFormatter\GridStackEntityFormatterBase::getScopedFormElements()
File
- src/
Plugin/ Field/ FieldFormatter/ GridStackEntityFormatterBase.php, line 75
Class
- GridStackEntityFormatterBase
- Base class for gridstack entity reference formatters without field details.
Namespace
Drupal\gridstack\Plugin\Field\FieldFormatterCode
public function getScopedFormElements() {
return $this
->getCommonScopedFormElements() + parent::getScopedFormElements();
}