DbDumpCommand::$excludeTables

An array of table patterns to exclude completely.

This excludes any lingering simpletest tables generated during test runs.

Type: array

File

core/lib/Drupal/Core/Command/DbDumpCommand.php, line 36

Class

DbDumpCommand
Provides a command to dump the current database to a script.

Namespace

Drupal\Core\Command

Code

1
protected $excludeTables = ['test[0-9]+'];
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.