You are here

public function GridStackEntityFormatterBase::getScopedFormElements in GridStack 8.2

Same name and namespace in other branches
  1. 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\FieldFormatter

Code

public function getScopedFormElements() {
  return $this
    ->getCommonScopedFormElements() + parent::getScopedFormElements();
}