1
vote
0answers
822 views

In Drupal 7, how do I create a custom rules event for any and all file entities?

I'm having trouble creating a small module to add an Event scenario to Rules using the Rules API. Basically, I'm creating a rule that should detect to see if certain fields of a file entity have ...
1
vote
1answer
143 views

Rules react on event for file_managed table?

Im looking for a solution to be able to create a "react on event" in rules for when a file is added to the file_managed table. Is it possible and if so, how?