class Html
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Html.php \PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html
- 11.1.x vendor/squizlabs/php_codesniffer/src/Generators/HTML.php \PHP_CodeSniffer\Generators\HTML
- 11.1.x core/lib/Drupal/Core/Render/Element/Html.php \Drupal\Core\Render\Element\Html
- 11.1.x core/lib/Drupal/Component/Utility/Html.php \Drupal\Component\Utility\Html
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
@psalm-immutable
Hierarchy
- class \PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Html
Expanded class hierarchy of Html
2 files declare their use of Html
- Loader.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Loader.php - Logging.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Logging/ Logging.php
59 string references to 'Html'
- AccessDeniedSubscriber::getHandledFormats in core/
modules/ user/ src/ EventSubscriber/ AccessDeniedSubscriber.php - Specifies the request formats this subscriber will respond to.
- AdminRouteSubscriber::isHtmlRoute in core/
modules/ system/ src/ EventSubscriber/ AdminRouteSubscriber.php - Determines whether the given route is an HTML route.
- AutoEscapeTokenParser::parse in vendor/
twig/ twig/ src/ TokenParser/ AutoEscapeTokenParser.php - Parses a token and returns a node.
- CodeBlock::defaultConfiguration in core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5Plugin/ CodeBlock.php - CodeBlock::defaultConfiguration in core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5Plugin/ CodeBlock.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Logging/ TestDox/ Html.php, line 21
Namespace
PHPUnit\TextUI\XmlConfiguration\Logging\TestDoxView source
final class Html {
private readonly File $target;
public function __construct(File $target) {
$this->target = $target;
}
public function target() : File {
return $this->target;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Html::$target | private | property | |
Html::target | public | function | |
Html::__construct | public | function |