Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9121175
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:48:02+00:00 2026-06-17T05:48:02+00:00

I’m trying to add some rules programmatically, I’m following this tutorial to manage different

  • 0

I’m trying to add some rules programmatically, I’m following this tutorial to manage different price list depending of the rules. To create the rules it usesa default_rules_configuration hook which will be executed “when the rules will be loaded”.

1 – It’s not really clear, when “rules are being loaded”, apparently running the cron do it. Is it the only way to trigger it ?

2 – Is there a way to add rules programmatically, so rule can be added in the insert role hook, or is this default_rules hook the only way to do it ?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T05:48:03+00:00Added an answer on June 17, 2026 at 5:48 am

    1 – According to hook_default_rules_configuration() documentation:

    This hook is invoked when rules configurations are loaded.

    The function is actually called when you clear your cache as this is when Drupal rebuilds the default entities provided in code through entity_defaults_rebuild().

    You can examine the full call stack as to how hook_default_rules_configuration function is called using debug_backtrace()

    2 – To set a rule that reacts on inserting a role, you actually have to create a rule that reacts on a user insert action and then check the role saved to see if it matches the role that you’re interested in reacting to.

    I find it easier to do this via the UI. Here’s an export of a rule that checks to see if the user is assigned the anonymous role and sends an email to admin if so:

    { "rules_role_change_rule" : {
        "LABEL" : "Role change rule",
        "PLUGIN" : "reaction rule",
        "REQUIRES" : [ "rules" ],
        "ON" : [ "user_insert" ],
        "IF" : [
          { "user_has_role" : { "account" : [ "account" ], "roles" : { "value" : { "1" : "1" } } } }
        ],
        "DO" : [
          { "mail" : {
              "to" : "admin@website.com",
              "subject" : "User role changed",
              "message" : "User role has changed",
              "from" : "drupal@website.com",
              "language" : [ "" ]
            }
          }
        ]
      }
    }
    

    You would still have to implement hook_default_rules_configuration but replace the rule in the tutorial with one that suits your needs.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Basically, what I'm trying to create is a page of div tags, each has
For some reason, after submitting a string like this Jack’s Spindle from a text
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.
I'm trying to create an if statement in PHP that prevents a single post
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I am trying to understand how to use SyndicationItem to display feed which is
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
I used javascript for loading a picture on my website depending on which small

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.