I have added a title to the container. Pls review
pls review
fixed
pls review & merge
needs review
Thanks!
Yes, sure.
1. Create a module
2. You need to describe the service as an event subscriber
3. Create an EventSubscriber directory in the src folder
4. Create the subscriber class itself
There is a book with a code, at the address you can see events https://selwynpolit.github.io/d9book/events
services:
my_module.roles_subscriber:
class: Drupal\my_module\EventSubscriber\ClassSubscriber
arguments: []
tags:
- { name: event_subscriber }
<?php
namespace Drupal\my_module\EventSubscriber;
use Drupal\registration_role\Event\SelectRoleEvent;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
class ClassSubscriber implements EventSubscriberInterface {
public static function getSubscribedEvents() {
$events[SelectRoleEvent::SELECT_ROLE_EVENT][] = ['registrationRole', 0];
return $events;
}
public function registrationRole(SelectRoleEvent $event) {
$user = $event->getUser();
... logic ...
}
}
darkdim → changed the visibility of the branch 3380038-how-to-conditionally to hidden.
Dear Sourabh Sisodia → ,
I would like to express my sincere gratitude for your valuable contribution to the project. Your efforts and dedication have made a significant impact on the success of our work.
We appreciate your professionalism, enthusiasm, and talent demonstrated during the execution of the task/project [name of the task or project]. Your participation and expertise have been invaluable in achieving our goals.
Thank you for your time, energy, and diligence invested in the project. We look forward to further collaboration and successful interaction in the future.
Best regards
Please note that variables from the configuration are transferred to the CSS.
I am for it! Hamas must be demanded to return the hostages and punish those responsible for the attack and murder of October 7, 2023. Evil must be punished.
darkdim → changed the visibility of the branch 3415243-option-to-bulk to hidden.
darkdim → changed the visibility of the branch 3415243-option-to-bulk to hidden.
some upgrade
added di container
- Apply patch
- run update db
- action will be added, on /admin/content page check any nodes and get action 'Generate metatag' from drop-down list
- metatags will only be processed for the specified types in /admin/config/content/metatag-ai/content-type
Please add instructions regarding your solution and how it can be tested.
Yes, I will do it.
I'm not sure if the permissions have been added correctly. We can discuss this.
Referrer /admin/config/content/formats
Message InvalidArgumentException: Property label with value CountUp does not exist on Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition. in Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition->__construct() (line 52 of .../www/web/core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php).
Severity Error
I've some error with enable countup module
+