December 2016
Beginner to intermediate
1005 pages
21h 54m
English
With the addition of Views in Drupal core, many of the administrative interfaces are powered by Views. This allows customization of default admin interfaces to enhance site management and content authoring experiences.
In Drupal 7 and 6 there was the administrative Views module, which provided a way to override administrative pages with Views. This module is no longer required, as the functionality comes with Drupal core out of the box!
In this recipe we will modify the default content overview form that is used to find and edit content. We will add the ability to filter content by the user who authored it.
Read now
Unlock full access