Skip to content
Snippets Groups Projects
Commit 5d614f69 authored by Pierre Dureau's avatar Pierre Dureau
Browse files

Remove unused parameter in DerivableContextSourceBase::listDerivableContexts()

parent 5941cc0d
No related branches found
No related tags found
No related merge requests found
...@@ -272,13 +272,10 @@ abstract class DerivableContextSourceBase extends SourcePluginBase { ...@@ -272,13 +272,10 @@ abstract class DerivableContextSourceBase extends SourcePluginBase {
/** /**
* List source definitions. * List source definitions.
* *
* @param array<string, array<string, \Drupal\Core\Plugin\Context\ContextInterface>> $plugins_context_overrides
* Specific plugin contexts.
*
* @return array * @return array
* Definitions of blocks * Definitions of blocks
*/ */
private function listDerivableContexts(array $plugins_context_overrides = []) : array { private function listDerivableContexts() : array {
if ($this->derivableContexts) { if ($this->derivableContexts) {
return $this->derivableContexts; return $this->derivableContexts;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment