Bhanu
Bhanu
**Issue** : ScriptHandler execution fails while running composer commands with --no-install flag **Use case** : If I wanted to add additional modules or any other packages without actually downloading them...
## Description Drupal Entity Generator fails to generate functional entity with error. > drush cr > > In RevisionLogEntityTrait.php line 35: > > The entity type test_entity does not have...
As per the Issue [#2350939](https://www.drupal.org/project/drupal/issues/2350939) on Drupal.org we can have Revision UI for Revisionable Entities. Update Content Entity Generator class to include Revision UI annotations in Entity Class . The...
**Describe the bug** **drush site-install** fails to respect default password set in site alias yml file. We have option to set default password on site install in site alias file,...
Please add a command to generate plugin derivative extending **DeriverBase** class. Currently there is no command to generate plugin derivative. Hence we need to code same boilerplate code again and...
Please add a command to generate batch service. Currently there is no command to generate batch class. Hence we need to code same boilerplate code again and again. Please Create...
Here is the reference example for [Block Derivative Example](https://git.drupalcode.org/sandbox/Bhanu951-3103712/-/blob/8.x-dev/block_examples/src/Plugin/Derivative/BlockDerivativeExample.php)
Add View filter, field examples.
Reference example [How to Use Entity Reference Views in Drupal 8 - OsTraining](https://ostraining.com/blog/drupal/drupal-8-entity-reference-view/) https://drupal.stackexchange.com/a/315310/71454