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:
-
Understand behind the scenes, node access Function. How this behaved in the above two cases.
-
Understand can hang strategy that can be used.
-
Understand troubleshooting techniques used
-
Understand the OOPS concepts in node access & hence key to extend these modules.