function SqliteDatabaseExcluder::getSubscribedEvents
File
-
core/
modules/ package_manager/ src/ PathExcluder/ SqliteDatabaseExcluder.php, line 30
Class
- SqliteDatabaseExcluder
- Excludes SQLite database files from stage operations.
Namespace
Drupal\package_manager\PathExcluderCode
public static function getSubscribedEvents() : array {
return [
CollectPathsToExcludeEvent::class => 'excludeDatabaseFiles',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.