Guest User

Untitled

a guest
Dec 13th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $form['view_mode'] = [
  2. '#type' => 'select',
  3. '#options' => $options,
  4. '#title' => $this->t('View mode'),
  5. '#description' => $this->t('Output the block in this view mode.'),
  6. '#default_value' => $this->configuration['view_mode'],
  7. '#access' => (count($options) > 1),
  8. ];
Add Comment
Please, Sign In to add comment