/**
  * Setups the local action default.
  */
 protected function setupLocalActionDefault()
 {
     $this->localActionDefault = new LocalActionDefault($this->config, $this->pluginId, $this->pluginDefinition, $this->routeProvider);
     $this->localActionDefault->setStringTranslation($this->stringTranslation);
 }