Unverified Commit ed3c0ea4 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3229714 by paul121: Correct visibility of getPluginDefinition function...

Issue #3229714 by paul121: Correct visibility of getPluginDefinition function in ContextAwarePluginTrait

(cherry picked from commit c636d19c)
parent c38760e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ public function setContextMapping(array $context_mapping) {
  /**
   * {@inheritdoc}
   */
  abstract protected function getPluginDefinition();
  abstract public function getPluginDefinition();

  /**
   * {@inheritdoc}