Caffeinated\Modules\Contracts\Repository::slugs PHP Method

slugs() public method

Get all module slugs.
public slugs ( ) : Collection
return Collection
    public function slugs();

Usage Example

Beispiel #1
0
 /**
  * Get all module slugs.
  *
  * @return array
  */
 public function slugs()
 {
     return $this->repository->slugs();
 }