You are here

public function GridStackEntityFormatterBase::getScopedFormElements in GridStack 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/Field/FieldFormatter/GridStackEntityFormatterBase.php \Drupal\gridstack\Plugin\Field\FieldFormatter\GridStackEntityFormatterBase::getScopedFormElements()

File

src/Plugin/Field/FieldFormatter/GridStackEntityFormatterBase.php, line 114

Class

GridStackEntityFormatterBase
Base class for gridstack entity reference formatters without field details.

Namespace

Drupal\gridstack\Plugin\Field\FieldFormatter

Code

public function getScopedFormElements() {
  return [
    'namespace' => 'gridstack',
  ] + parent::getScopedFormElements();
}