/** * Returns the unique URI namespace for this widget in the format pluginNamespace[widgetIdentifier] * * @return string */ public function getArgumentPrefix() { return $this->widgetContext->getParentPluginNamespace() . '[' . $this->widgetContext->getWidgetIdentifier() . ']'; }