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