Same name and namespace in other branches
  1. 8.9.x core/modules/views/src/Plugin/views/ViewsPluginInterface.php \Drupal\views\Plugin\views\ViewsPluginInterface::unpackOptions()
  2. 9 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.

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);