Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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
Powered by Drupal