Interface Yiisoft\Yii\Debug\Api\Debug\HtmlViewProviderInterface
| Extends | Yiisoft\Yii\Debug\Collector\CollectorInterface |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getViewPath() | Returns file path to the view file will be rendered when collector data is requested. | Yiisoft\Yii\Debug\Api\Debug\HtmlViewProviderInterface |
Method Details
Returns file path to the view file will be rendered when collector data is requested.
Example:
`php
public static function getViewPath(): string
{
return '@views/debug/index';
}
`
| public abstract static string getViewPath ( ) |
public static function getViewPath(): string;
Signup or Login in order to comment.