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

Breadcrumb

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

class Php

Same name in this branch
  1. 11.1.x vendor/phpunit/php-code-coverage/src/Report/PHP.php \SebastianBergmann\CodeCoverage\Report\PHP
  2. 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Php.php \PHPUnit\TextUI\Configuration\Php
  3. 11.1.x vendor/phpunit/phpunit/src/Event/Value/Runtime/PHP.php \PHPUnit\Event\Runtime\PHP
  4. 11.1.x vendor/squizlabs/php_codesniffer/src/Tokenizers/PHP.php \PHP_CodeSniffer\Tokenizers\PHP
  5. 11.1.x core/lib/Drupal/Component/Uuid/Php.php \Drupal\Component\Uuid\Php

@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\CodeCoverage\Report\Php

Expanded class hierarchy of Php

2 files declare their use of Php
CodeCoverage.php in vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/CodeCoverage.php
Loader.php in vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Loader.php
63 string references to 'Php'
AnnotatedClassDiscovery::getDefinitions in core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php
Gets the definition of all plugins for this type.
AnnotatedClassDiscoveryAutomatedProviders::getDefinitions in core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php
Gets the definition of all plugins for this type.
ArrayLoader::configureObject in vendor/composer/composer/src/Composer/Package/Loader/ArrayLoader.php
AttributeClassDiscovery::getDefinitions in core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php
Gets the definition of all plugins for this type.
AttributeFileLoader::supports in vendor/symfony/routing/Loader/AttributeFileLoader.php

... See full list

File

vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Php.php, line 21

Namespace

PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report
View source
final class Php {
    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
Php::$target private property
Php::target public function
Php::__construct public function
RSS feed
Powered by Drupal