is the output of the dprint_r() function (introduced by devel module) visible only if I’m logged in drupal system (as administrator user) ?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Looking at the function definition, you will find:
So it will only produce output for users with the
access devel informationpermission. If you assigned this permission to no role, only user 1 will get to see the output.