You are here

public function SimpleNodeArchive::buildOptionsForm in Simple Node Archive Blocks 8

Provide a form to edit options for this plugin.

Overrides StylePluginBase::buildOptionsForm

File

src/Plugin/views/style/SimpleNodeArchive.php, line 61
Definition of Drupal\sna_blocks\Plugin\views\style\SimpleNodeArchive.

Class

SimpleNodeArchive
The default style plugin for summaries.

Namespace

Drupal\sna_blocks\Plugin\views\style

Code

public function buildOptionsForm(&$form, FormStateInterface $form_state) {

  // Options form here.
}