* @author Timo Hund */ class WidgetRequest extends CoreWidgetRequest { /** * Returns the unique URI namespace for this widget in the format pluginNamespace[widgetIdentifier] * * @return string */ public function getArgumentPrefix() { // we skip the [@widget] part return $this->widgetContext->getParentPluginNamespace(); } }