Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
File.php
function File::isInlineHtml
1 call to
File::isInlineHtml()
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 1121
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
isInlineHtml
(int
$token
) : bool {
return
$token
===
T_INLINE_HTML
; }
RSS feed