public function Twig_Token::getType

Gets the token type.

Return value

integer The token type

File

drupal/core/vendor/twig/twig/lib/Twig/Token.php, line 104

Class

Twig_Token
Represents a Token.

Code

public function getType() {
  return $this->type;
}