Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Tokenizer.php
function Tokenizer::getTokens
Gets the array of tokens.
Return value
array
File
vendor/
squizlabs/
php_codesniffer/
src/
Tokenizers/
Tokenizer.php
, line 138
Class
Tokenizer
Namespace
PHP_CodeSniffer\Tokenizers
Code
public
function
getTokens
() {
return
$this
->
tokens
; }
RSS feed