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