/**
  * Sets up the breakpoint defaults.
  */
 protected function setupBreakpoint()
 {
     $this->breakpoint = new Breakpoint(array(), $this->pluginId, $this->pluginDefinition);
     $this->breakpoint->setStringTranslation($this->stringTranslation);
 }