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