content_lock-8.x-2.1/src/Event/ContentLockReleaseEvent.php

src/Event/ContentLockReleaseEvent.php
<?php

namespace Drupal\content_lock\Event;

use Drupal\Component\EventDispatcher\Event;

/**
 * Respond to an entity's lock being released.
 */
class ContentLockReleaseEvent extends Event {

  const EVENT_NAME = 'release';

  /**
   * {@inheritdoc}
   */
  public function __construct(
    public string $entityId,
    public string $langcode,
    public ?string $formOp,
    public string $entityType,
  ) {
  }

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc