Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
File.php
function File::isKeyword
1 call to
File::isKeyword()
File::loadFile
in vendor/
phpunit/
php-code-coverage/
src/
Report/
Html/
Renderer/
File.php
File
vendor/
phpunit/
php-code-coverage/
src/
Report/
Html/
Renderer/
File.php
, line 1126
Class
File
@internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
Namespace
SebastianBergmann\CodeCoverage\Report\Html
Code
private
function
isKeyword
(int
$token
) : bool {
return
isset
(self::KEYWORD_TOKENS[
$token
]); }
RSS feed