disable() public method

Disables the specified module.
public disable ( string $slug ) : boolean
$slug string
return boolean
Beispiel #1
0
 /**
  * Disables the specified module.
  *
  * @param string $slug
  *
  * @return bool
  */
 public function disable($slug)
 {
     return $this->repository->disable($slug);
 }