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