drupal-console icon indicating copy to clipboard operation
drupal-console copied to clipboard

The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.

Results 141 drupal-console issues
Sort by recently updated
recently updated
newest added

Hi 😸 I've added the handling of **limit** and **offset** options of the **debug:database:log** command. ``` Drupal 8.9.15 Drupal Console 1.9.7 drupal/console 1.9.7 drupal/console-core 1.9.7 drupal/console-en v1.9.7 drupal/console-extend-plugin 0.9.5 ```...

Fixes issue: https://github.com/hechoendrupal/drupal-console/issues/4305

### Issue title This method should always return an int value. ### Problem/Motivation When the command executes successfully, no value is returned (NULL). ### How to reproduce This snippet will...

### An error is thrown when trying to export config for entity user [ config:export:entity ] An error is thrown when trying to export config for entity user and don't...

The two links in https://drupalconsole.com/docs/en/getting/project/ don't work: - https://drupalconsole.com/docs/en/getting/project/launcher - https://drupalconsole.com/docs/en/getting/project/composer The submenu that appears in the left hand nav menu do work - https://drupalconsole.com/docs/en/getting/composer - https://drupalconsole.com/docs/en/getting/launcher There's also a...

### Problem/Motivation When creating an entity using Drupal 8.9.13 and Console 1.9.7 and the command generate:entity:content the revert and delete links on the entity's revisions tab fail with an error...

### Problem/Motivation Any command that runs that depends on services running their destructors (@needs_destruction) will not work properly with drupal console. It seems this was originally in the code but...

[generate:entity:content] wrongly creates one permission per entity (database row), instead of one permission per entity type.

### [generate:entity:content] Listing Entities Instead of Types in Permissions ### Problem/Motivation In generating the permissions we are gathering all entities instead of entitytypes foreach (Sample::loadMultiple() as $type) { ### Solution...