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

Merge Requests

More

Recent comments

πŸ‡ΊπŸ‡¦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

darkdim β†’ created an issue.

πŸ‡ΊπŸ‡¦Ukraine darkdim Kyiv

darkdim β†’ created an issue.

πŸ‡ΊπŸ‡¦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
πŸ‡ΊπŸ‡¦Ukraine darkdim Kyiv
πŸ‡ΊπŸ‡¦Ukraine darkdim Kyiv

darkdim β†’ created an issue.

πŸ‡ΊπŸ‡¦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

some upgrade

πŸ‡ΊπŸ‡¦Ukraine darkdim Kyiv

added di container

πŸ‡ΊπŸ‡¦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.69.0 2024