Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
RELAXed Web Services provides two permissions:perform push replication and perform pull replication, their scope is to restrict or allow access to the endpoints defined by the module.
perform pull replication
This permission allow the user to get information from the endpoints using the GET and HEAD HTTP methods (if the endpoint support them). All other methods will be denied.
Every visitor to your site, whether they have an account and log in or visit the site anonymously, is considered a user to Drupal. Every user also has a numeric user ID special to the type of user.
If a user is not logged in, then the user is considered an Anonymous user having user ID 0. Otherwise, the Drupal site visitor has a user id greater than 0. User ID 1 is reserved for the Administrator. This is also called the master Administrator.
You can add one or more displays to a view. Each display is a variation of the view. For example, you could start with a view that shows a page of recently modified content and then create new displays to output the same content as a block and as a feed. A display can also be modified to override any of the view parameters.