You are here

protected function LayoutParagraphsBuilder::dialogOptions in Layout Paragraphs 2.0.x

Returns an array of dialog options.

File

src/Element/LayoutParagraphsBuilder.php, line 489

Class

LayoutParagraphsBuilder
Defines a render element for building the Layout Builder UI.

Namespace

Drupal\layout_paragraphs\Element

Code

protected function dialogOptions() {
  return [
    'modal' => TRUE,
    'target' => $this
      ->dialogId($this->layoutParagraphsLayout),
  ];
}