Kyiv
Account created on 4 January 2009, over 16 years ago
#

Merge Requests

More

Recent comments

🇺🇦Ukraine darkdim Kyiv

darkdim created an issue.

🇺🇦Ukraine darkdim Kyiv

darkdim made their first commit to this issue’s fork.

🇺🇦Ukraine darkdim Kyiv

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 ...
  }

}

🇺🇦Ukraine darkdim Kyiv

darkdim changed the visibility of the branch 3380038-how-to-conditionally to hidden.

🇺🇦Ukraine darkdim Kyiv

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

🇺🇦Ukraine darkdim Kyiv

Please note that variables from the configuration are transferred to the CSS.

🇺🇦Ukraine darkdim Kyiv

darkdim created an issue.

🇺🇦Ukraine darkdim Kyiv

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.

🇺🇦Ukraine darkdim Kyiv

darkdim changed the visibility of the branch 3415243- to hidden.

🇺🇦Ukraine darkdim Kyiv

darkdim changed the visibility of the branch 3415243-option-to-bulk to hidden.

🇺🇦Ukraine darkdim Kyiv

darkdim changed the visibility of the branch 3415243-option-to-bulk to hidden.

🇺🇦Ukraine darkdim Kyiv
  1. Apply patch
  2. run update db
  3. action will be added, on /admin/content page check any nodes and get action 'Generate metatag' from drop-down list
  4. metatags will only be processed for the specified types in /admin/config/content/metatag-ai/content-type
🇺🇦Ukraine darkdim Kyiv

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.

🇺🇦Ukraine darkdim Kyiv

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

🇺🇦Ukraine darkdim Kyiv

darkdim made their first commit to this issue’s fork.

Production build 0.71.5 2024