function ViewsPluginInterface::unpackOptions

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/ViewsPluginInterface.php \Drupal\views\Plugin\views\ViewsPluginInterface::unpackOptions()
  2. 8.9.x core/modules/views/src/Plugin/views/ViewsPluginInterface.php \Drupal\views\Plugin\views\ViewsPluginInterface::unpackOptions()
  3. 11.x core/modules/views/src/Plugin/views/ViewsPluginInterface.php \Drupal\views\Plugin\views\ViewsPluginInterface::unpackOptions()

Unpacks options over our existing defaults.

This will drill 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
Unpacks options over our existing defaults.

File

core/modules/views/src/Plugin/views/ViewsPluginInterface.php, line 166

Class

ViewsPluginInterface
Provides an interface for all views plugins.

Namespace

Drupal\views\Plugin\views

Code

public function unpackOptions(&$storage, $options, $definition = NULL, $all = TRUE, $check = TRUE);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.