class TestSiteConfigurationExcluder

Same name and namespace in other branches
  1. 11.x core/modules/package_manager/tests/src/Kernel/PathExcluder/SiteConfigurationExcluderTest.php \Drupal\Tests\package_manager\Kernel\PathExcluder\TestSiteConfigurationExcluder

A test version of the site configuration excluder, to expose internals.

Hierarchy

  • class \Drupal\Tests\package_manager\Kernel\PathExcluder\TestSiteConfigurationExcluder extends \Drupal\package_manager\PathExcluder\SiteConfigurationExcluder

Expanded class hierarchy of TestSiteConfigurationExcluder

File

core/modules/package_manager/tests/src/Kernel/PathExcluder/SiteConfigurationExcluderTest.php, line 122

Namespace

Drupal\Tests\package_manager\Kernel\PathExcluder
View source
class TestSiteConfigurationExcluder extends SiteConfigurationExcluder {
  
  /**
   * The site path.
   */
  public string $sitePath;

}

Members

Title Sort descending Modifiers Object type Summary
TestSiteConfigurationExcluder::$sitePath public property The site path.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.