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