Book Image

Learning Drupal 8

By : Nick Abbott
Book Image

Learning Drupal 8

By: Nick Abbott

Overview of this book

Drupal 8 sets a new standard for ease of use, while offering countless new ways to tailor and deploy your content to the Web. Drupal 8 allows user to easily customize data structures, listings, and pages, and take advantage of new capabilities for displaying data on mobile devices, building APIs, and adapting to multilingual needs. The book takes you step by step through building a Drupal 8 website. Start with the basics, such as setting up a local “stack” development environment and installing your first Drupal 8 site, then move on to image and media handling, and extending Drupal modules. Push your knowledge by getting to grips with the modular nature of Drupal, and learning to extend it by adding new functionalities to create your new modules. By the end of the book, you will be able to develop and manage a modern and responsive website using Drupal.
Table of Contents (21 chapters)
Learning Drupal 8
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Permissions


Navigate to People | Permissions (admin/people/permissions).

This page lists out all the permissions organized by a module and provides a column for each role. You can see that it's possible to allocate permissions in a very granular way—a key feature of Drupal:

Navigate your way through the permissions grid and locate the section containing all the permissions related to the Contact module:

If you want both visitors and existing account holders to be able to use the contact form, then you need to allocate the Use the site-wide contact form permission to the Anonymous user (marked as (1) in the preceding screenshot) and the Authenticated user (2).

Note that the Administrator role is automatically granted all available permissions whenever a module is enabled that defines permissions, so the check box is automatically ticked (3).

Next, move down to the Node module section.

Drupal is frugal with its allocation of permissions. For example, while the Node module allows both the Anonymous...