Commit 34b29eed authored by mxh's avatar mxh
Browse files

Issue #3325769 by mxh: Support translatability of content

parent b4b78745
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -114,6 +114,13 @@ class NullObject extends PluginBase implements ParameterInterface {
    return '';
  }

  /**
   * {@inheritdoc}
   */
  public function getWeight(): int {
    return 0;
  }

  /**
   * {@inheritdoc}
   */