/**
  * {@inheritdoc}
  */
 public function getDefaultAttributes()
 {
     $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getDefaultAttributes');
     if (!$pluginInfo) {
         return parent::getDefaultAttributes();
     } else {
         return $this->___callPlugins('getDefaultAttributes', func_get_args(), $pluginInfo);
     }
 }