function PluginBase::filterByDefinedOptions
Filter out stored options depending on the defined options.
Parameters
array $storage: The stored options.
Overrides ViewsPluginInterface::filterByDefinedOptions
File
- 
              core/
modules/ views/ src/ Plugin/ views/ PluginBase.php, line 197  
Class
- PluginBase
 - Base class for any views plugin types.
 
Namespace
Drupal\views\Plugin\viewsCode
public function filterByDefinedOptions(array &$storage) {
  $this->doFilterByDefinedOptions($storage, $this->defineOptions());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.