\Twig_TokenParser_Deprecated

Deprecates a section of a template.

{% deprecated 'The "base.twig" template is deprecated, use "layout.twig" instead.' %}

{% extends 'layout.html.twig' %}

Summary

Methods
Properties
Constants
setParser()
parse()
getTag()
No public properties found
No constants found
No protected methods found
$parser
N/A
No private methods found
No private properties found
N/A

Properties

Methods

setParser()

setParser(\Twig_Parser  $parser) 

Sets the parser associated with this token parser.

Parameters

\Twig_Parser $parser

parse()

parse(\Twig_Token  $token) 

Parameters

\Twig_Token $token

getTag()

getTag()