Registry / cli / drupal-console-core

drupal-console-core

JSON →
library1.9.8phppackagistunverified

Core library for Drupal Console, providing CLI commands for Drupal.

composer require drupal/console-core
INSTALL
IMPORT
SIG · DRUPAL-CONSOLE-COR
D
drupal-console-core
cliphpv1.9.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Command
✓ use Drupal\Console\Core\Command\Command;

Extend the base Command class to create a custom Drupal Console command.

use Drupal\Console\Core\Command\Command; class MyCommand extends Command { protected function configure() { $this->setName('my:command'); } }
Debug
Known issues
breakingDeprecated in favor of Drupal's core Symfony Console integration.
fix
Migrate to Drupal core's console commands or use Drush.
affects: >=1.9.0
Upgrade
Version history
1.9.8latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
36
OpenAI (training)
2
Resources
drupal-console-core — pip install drupal-console-core · libregistry