public function MetatagViewsCacheWrapper::submitOptionsForm in Metatag 8
Handle any special handling on the validate form.
Overrides PluginBase::submitOptionsForm
File
- metatag_views/
src/ MetatagViewsCacheWrapper.php, line 249
Class
- MetatagViewsCacheWrapper
- This class wraps a Views cache plugin.
Namespace
Drupal\metatag_viewsCode
public function submitOptionsForm(&$form, FormStateInterface $form_state) {
$this->plugin
->submitOptionsForm($form, $form_state);
}