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

Breadcrumb

  1. Drupal Core 11.1.x
  2. Text.php

class Text

Same name in this branch
  1. 11.1.x vendor/phpunit/php-code-coverage/src/Report/Text.php \SebastianBergmann\CodeCoverage\Report\Text
  2. 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Text.php \PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Text
  3. 11.1.x vendor/squizlabs/php_codesniffer/src/Generators/Text.php \PHP_CodeSniffer\Generators\Text
  4. 11.1.x core/modules/views/src/Plugin/views/area/Text.php \Drupal\views\Plugin\views\area\Text

@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\Text

Expanded class hierarchy of Text

2 files declare their use of Text
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
130 string references to 'Text'
badge.component.yml in core/profiles/demo_umami/themes/umami/components/badge/badge.component.yml
core/profiles/demo_umami/themes/umami/components/badge/badge.component.yml
block_content.schema.yml in core/modules/block_content/config/schema/block_content.schema.yml
core/modules/block_content/config/schema/block_content.schema.yml
claro_preprocess_input in core/themes/claro/claro.theme
Implements template_preprocess_HOOK() for input.
comment.schema.yml in core/modules/comment/config/schema/comment.schema.yml
core/modules/comment/config/schema/comment.schema.yml
contact.schema.yml in core/modules/contact/config/schema/contact.schema.yml
core/modules/contact/config/schema/contact.schema.yml

... See full list

File

vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Text.php, line 21

Namespace

PHPUnit\TextUI\XmlConfiguration\Logging\TestDox
View source
final class Text {
    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
Text::$target private property
Text::target public function
Text::__construct public function

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal