@@ -28,7 +28,7 @@ |
||
28 | 28 | * {@inheritdoc} |
29 | 29 | */ |
30 | 30 | public function getFormId() { |
31 | - return 'entity_browser_' . $this->entity->id() . '_form'; |
|
31 | + return 'entity_browser_'.$this->entity->id().'_form'; |
|
32 | 32 | } |
33 | 33 | |
34 | 34 | /** |
@@ -80,7 +80,7 @@ |
||
80 | 80 | $form['widget'] = [ |
81 | 81 | '#type' => 'select', |
82 | 82 | '#title' => $this->t('Add widget plugin'), |
83 | - '#options' => ['_none_' => '- ' . $this->t('Select a widget to add it') . ' -'] + $widgets, |
|
83 | + '#options' => ['_none_' => '- '.$this->t('Select a widget to add it').' -'] + $widgets, |
|
84 | 84 | '#ajax' => [ |
85 | 85 | 'callback' => [get_class($this), 'addWidgetCallback'], |
86 | 86 | 'wrapper' => 'widgets', |