Loading rules_flag.info.yml +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading src/Event/UserFlaggedEvent.php +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
rules_flag.info.yml +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
src/Event/UserFlaggedEvent.php +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading