yii\twig\Extension::widget PHP Method

widget() public method

Function for *_widget syntax support
public widget ( string $widget, array $config = [] ) : mixed
$widget string widget name
$config array widget config
return mixed
    public function widget($widget, $config = [])
    {
        return $this->resolveAndCall($widget, 'widget', [$config]);
    }