public function ViewsPluginInterface::unpackOptions in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/ViewsPluginInterface.php \Drupal\views\Plugin\views\ViewsPluginInterface::unpackOptions()
Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away.
1 method overrides ViewsPluginInterface::unpackOptions()
- PluginBase::unpackOptions in core/
modules/ views/ src/ Plugin/ views/ PluginBase.php - Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away.
File
- core/
modules/ views/ src/ Plugin/ views/ ViewsPluginInterface.php, line 169
Class
- ViewsPluginInterface
- Provides an interface for all views plugins.
Namespace
Drupal\views\Plugin\viewsCode
public function unpackOptions(&$storage, $options, $definition = NULL, $all = TRUE, $check = TRUE);