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