You are here

public function MetatagViewsCacheWrapper::validateOptionsForm in Metatag 8

Validate the options form.

Overrides PluginBase::validateOptionsForm

File

metatag_views/src/MetatagViewsCacheWrapper.php, line 242

Class

MetatagViewsCacheWrapper
This class wraps a Views cache plugin.

Namespace

Drupal\metatag_views

Code

public function validateOptionsForm(&$form, FormStateInterface $form_state) {
  $this->plugin
    ->validateOptionsForm($form, $form_state);
}