- Issue created by @wim leers
- First commit to issue fork.
- πΊπΈUnited States phenaproxima Massachusetts
A refreshingly easy test to update. Those are a bit hard to find in XB π
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Thanks, this looks superb!
A refreshingly easy test to update. Those are a bit hard to find in XB π
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Note: this means that XB will start refusing
ViewsBlock
s whoseView
s use arguments, because:// Look for arguments and expose them as context. foreach ($display->getHandlers('argument') as $argument_name => $argument) { /** @var \Drupal\views\Plugin\views\argument\ArgumentPluginBase $argument */ if ($context_definition = $argument->getContextDefinition()) { $this->derivatives[$delta]['context_definitions'][$argument_name] = $context_definition; } }
β
\Drupal\views\Plugin\Derivative\ViewsBlock::getDerivativeDefinitions()
And that's a good thing, because those blocks would not work as expected in XB today, because π Handle block contexts Active is not implemented yet. π