<?php namespace Drupal\gamify\Event; /** * Contains all events triggered by Calunda module regarding users. */ final class GamifyEvents { public const RECENT_LOGS = 'gamify.log.recent_logs'; }
Главная | Обратная связь