Content Access for Specific User Roles

Session Track
Code & development
Skill level
Intermediate
Co-presenter

In the  enterprise level use cases of Drupal, understanding how the Drupal permission system works helps us to extend it on the right way.

Two specific use cases include :

  • Content visibility based on level of membership

  • Content visibility with in interested groups.

Both of these can be configured using permission by term module & group module respectively.

 

In this session the key aspects your will learn include:

  1. Understand behind the scenes, node access Function. How this behaved in the above two cases.

  2. Understand can hang strategy that can be used.

  3. Understand troubleshooting techniques used

  4. Understand the OOPS concepts in  node access & hence key to extend these modules.