Skip to content
Snippets Groups Projects
Commit 72a390ca authored by tree2009's avatar tree2009
Browse files

git commit -m 'Issue #3289432 by Project Update Bot: Automated Drupal 10...

git commit -m 'Issue #3289432 by Project Update Bot: Automated Drupal 10 compatibility fixes' --author="Project Update Bot <git@users.noreply.drupalcode.org>"
parent f2303519
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,7 @@ name: Rules Flag
type: module
description: 'Integration of rules and flag modules. It adds rules events after flagging an entity, and adds rules examples with the events.'
package: Rules
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- flag
......
......@@ -2,9 +2,9 @@
namespace Drupal\rules_flag\Event;
use Symfony\Contracts\EventDispatcher\Event;
use Drupal\user\UserInterface;
use Drupal\flag\FlaggingInterface;
use Symfony\Component\EventDispatcher\Event;
/**
* Event that is fired when a user is flagged.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment