PHP Class DrupalValetDriver

Inheritance: extends ValetDriver
Afficher le fichier Open project: laravel/valet

Méthodes publiques

Méthode Description
frontControllerPath ( string $sitePath, string $siteName, string $uri ) : string Get the fully resolved path to the application's front controller.
isStaticFile ( string $sitePath, string $siteName, string $uri ) : string | false Determine if the incoming request is for a static file.
serves ( string $sitePath, string $siteName, string $uri ) : void Determine if the driver serves the request.

Method Details

frontControllerPath() public méthode

Get the fully resolved path to the application's front controller.
public frontControllerPath ( string $sitePath, string $siteName, string $uri ) : string
$sitePath string
$siteName string
$uri string
Résultat string

isStaticFile() public méthode

Determine if the incoming request is for a static file.
public isStaticFile ( string $sitePath, string $siteName, string $uri ) : string | false
$sitePath string
$siteName string
$uri string
Résultat string | false

serves() public méthode

Determine if the driver serves the request.
public serves ( string $sitePath, string $siteName, string $uri ) : void
$sitePath string
$siteName string
$uri string
Résultat void