public function MetatagViewsCacheWrapper::buildOptionsForm in Metatag 8
Provide a form to edit options for this plugin.
Overrides PluginBase::buildOptionsForm
File
- metatag_views/
src/ MetatagViewsCacheWrapper.php, line 228
Class
- MetatagViewsCacheWrapper
- This class wraps a Views cache plugin.
Namespace
Drupal\metatag_viewsCode
public function buildOptionsForm(&$form, FormStateInterface $form_state) {
$this->plugin
->buildOptionsForm($form, $form_state);
}