function SqliteDatabaseExcluder::__construct

Same name and namespace in other branches
  1. 11.x core/modules/package_manager/src/PathExcluder/SqliteDatabaseExcluder.php \Drupal\package_manager\PathExcluder\SqliteDatabaseExcluder::__construct()

File

core/modules/package_manager/src/PathExcluder/SqliteDatabaseExcluder.php, line 22

Class

SqliteDatabaseExcluder
Excludes SQLite database files from stage operations.

Namespace

Drupal\package_manager\PathExcluder

Code

public function __construct(private readonly PathFactoryInterface $pathFactory, private readonly Connection $database) {
}

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