Class yii\twig\html\HtmlHelperExtension
| Inheritance | yii\ |
|---|---|
| Implements | Twig\ |
| Source Code | https://github.com/yiisoft/yii2-twig/blob/master/src/html/HtmlHelperExtension.php |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getGlobals() | yii\ |
|
| getTokenParsers() | yii\ |
Method Details
| public array getGlobals ( ) |
public function getGlobals(): array
{
return [
'html' => new ViewRendererStaticClassProxy('\yii\helpers\Html' ),
];
}
| public mixed getTokenParsers ( ) |
public function getTokenParsers()
{
return [
new CssClass_TokenParser(),
new CssStyle_TokenParser()
];
}