Problem/Motivation
When installing the module from the UI we get the following error:
Fatal error: Declaration of Drupal\entity_template_ui\Form\AddComponentForm::buildForm(array $form, Drupal\Core\Form\FormStateInterface $form_state, ?Drupal\entity_template\BlueprintStorageInterface $blueprint_storage = NULL, $template_id = '', $sub_template = '', $plugin_id = '') must be compatible with Drupal\entity_template_ui\Form\ComponentFormBase::buildForm(array $form, Drupal\Core\Form\FormStateInterface $form_state, $op = 'add') in /var/www/html/web/web/modules/contrib/entity_template/contrib/ui/src/Form/AddComponentForm.php on line 22
Steps to reproduce
Try to install the module from the extend page
Proposed resolution
Add op to the add component class
Comments
Comment #2
lic_moruaCreated patch fix the instalation of the module.
Comment #3
lic_moruaComment #5
rlmumford