Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Tokens.php
T_HASH
2 uses of
T_HASH
CSS::tokenize
in vendor/
squizlabs/
php_codesniffer/
src/
Tokenizers/
CSS.php
Creates an array of tokens when given some CSS code.
NamedColoursSniff::process
in vendor/
squizlabs/
php_codesniffer/
src/
Standards/
Squiz/
Sniffs/
CSS/
NamedColoursSniff.php
Processes the tokens that this sniff is interested in.
File
vendor/
squizlabs/
php_codesniffer/
src/
Util/
Tokens.php
, line 55
Namespace
PHP_CodeSniffer\Util
Code
define
(
'T_HASH'
,
'PHPCS_T_HASH'
);
RSS feed