Type:
Session in official program
Node Access is Drupal's API for controlling access to content on your site. Drupal 7 brings a number of important changes to the Node Access system. We will do an in-depth exploration of the changes, new features and security elements of Node Access.
Out of the box, Drupal is a great system for creating and managing content. However, there are cases where your needs require additional requirements for which users can create, view, edit and delete content. To solve this problem, Drupal provides its Node Access system.
Node Access provides an API for determining the grants, or permissions, that a user has for each node. By understanding how these grants work, a module developer can create and enforce complex access rules.
We will cover some (or all) of the following topics.