Interface Yiisoft\Yii\Debug\Api\Debug\HtmlViewProviderInterface
| Extends | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getViewPath() | Returns file path to the view file will be rendered when collector data is requested. | Yiisoft\ |
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;
User Contributed Notes
Leave a comment
Join the conversation to share a note.