/** * Return internal list name * * @return string */ protected function getListName() { return parent::getListName() . '.create_backup'; }
/** * Return internal list name * * @return string */ protected function getListName() { return parent::getListName() . '.entries_list'; }
/** * Check widget visibility * * @return boolean */ protected function isVisible() { return parent::isVisible() && (bool) array_filter($this->getCustomFiles()); }
/** * Check widget visibility * * @return boolean */ protected function isVisible() { return parent::isVisible() && (bool) $this->getMessages(); }
/** * Return internal list name * * @return string */ protected function getListName() { return parent::getListName() . '.buttons'; }
/** * Check widget visibility * * @return boolean */ protected function isVisible() { return parent::isVisible() && (bool) array_filter($this->getDisabledModulesHooks()); }
/** * Check widget visibility * * @return boolean */ protected function isVisible() { return parent::isVisible() && (bool) array_filter($this->getPreUpgradeWarningModules()); }
/** * Add some JS files * * @return array */ public function getJSFiles() { $list = parent::getJSFiles(); $list[] = 'upgrade/step/ready_to_install/buttons/controller.js'; return $list; }
/** * Check widget visibility * * @return boolean */ protected function isVisible() { return parent::isVisible() && (bool) $this->getUpgradeNotes(); }