disabled() public method

Get all disabled modules.
public disabled ( ) : Collection
return Collection
Beispiel #1
0
 /**
  * Gets all disabled modules.
  *
  * @return array
  */
 public function disabled()
 {
     return $this->repository->disabled();
 }