Skip to content

Commit 92abb4d

Browse files
committed
Add code comemnt about a Drupal deprecation.
1 parent 85ac913 commit 92abb4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Drupal/Commands/pm/PmCommands.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ public function validateUninstall(CommandData $commandData)
156156
public function pmList($options = ['format' => 'table', 'type' => 'module,theme', 'status' => 'enabled,disabled', 'package' => self::REQ, 'core' => false, 'no-core' => false])
157157
{
158158
$rows = [];
159+
// @todo Update this and other usages once Drupal 8.5 is unsupported by Drush https://www.drupal.org/node/2709919.
159160
$modules = \system_rebuild_module_data();
160161
$themes = $this->getThemeHandler()->rebuildThemeData();
161162
$both = array_merge($modules, $themes);

0 commit comments

Comments
 (0)