getManifest() public method

Returns the modules defined manifest properties.
public getManifest ( string $slug ) : Collection
$slug string
return Collection
Beispiel #1
0
 /**
  * Get a module's properties.
  *
  * @param string $slug
  *
  * @return mixed
  */
 public function getManifest($slug)
 {
     return $this->repository->getManifest($slug);
 }