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

Breadcrumb

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

function SqliteDatabaseExcluder::getSubscribedEvents

Overrides EventSubscriberInterface::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\PathExcluder

Code

public static function getSubscribedEvents() : array {
    return [
        CollectPathsToExcludeEvent::class => 'excludeDatabaseFiles',
    ];
}
RSS feed
Powered by Drupal