/** * Determine whether the given module is not activated. * * @param string $name * @return bool * @static */ public static function notActive($name) { return \YCMS\Modules\Repository::notActive($name); }