OiiPDF.com

Enterprise Drupal 8 Development

Title Enterprise Drupal 8 Development
Author Todd Tomlinson
Sub Title For Advanced Projects and Large Development Team
ISBN 1484202546
Year 2017
Pages 309
File Formate PDF
Tags CMS

Book Description

Building and maintaining an enterprise-ready Drupal website presents a unique set of challenges and complexities. From development processes and content management to deployments, version control and more, all aspects of Drupal development are impacted when two or more developers are on a project. If you are involved in a Drupal project that requires frequent updates and long-term support from a team of developers, system administrators, and end-users, Enterprise Drupal 8 Development is for you.
Whether you’re an experienced Drupal developer looking to expand your skills, a systems administrator managing a Drupal project, or a PHP developer new to Drupal, Enterprise Drupal 8 Development will give you the knowledge and inspiration you need to manage large and complex projects.
The primary audience is intermediate to advanced Drupal developers who are working on large-scale Drupal projects and advanced PHP developers new to Drupal
The secondary audience is IT Professionals such as Systems Administrators managing Drupal projects

Table Of Content

  • Contents at a Glance
  • Contents
  • About the Author
  • About the Technical Reviewer
  • Introduction
  • Chapter 1: Introduction to Drupal
    • Content Management Systems
    • Drupal
    • Drupal Core
    • Contributed Modules
    • Drupal Themes
    • Creating Content
    • Taking Drupal 8 to the Enterprise
    • Summary
  • Chapter 2: Building a Practical Software Development Process and Team
    • A Methodology for Building Your Site on Drupal
    • Building a Drupal Team in Your Organization
    • Project Manager
    • Roles and Responsibilities
    • Planning and Forecasting
    • Project Execution
    • Reporting
    • Minimum Qualifications
    • Metrics and Measurements
    • Senior Architect
    • Roles and Responsibilities
    • Minimum Qualifications
    • Metrics and Measurements
    • Business Systems Analyst
    • Roles and Responsibilities
    • Minimum Qualifications
    • Metrics and Measurements
    • Development Lead
    • Roles and Responsibilities
    • Minimum Qualifications
    • Metrics and Measurements
    • Developer
    • Roles and Responsibilities
    • Minimum Qualifications
    • Metrics and Measurements
    • Site Builder
    • Roles and Responsibilities
    • Minimum Qualifications
    • Metrics and Measurements
    • User Experience (UX) Designer
    • Roles and Responsibilities
    • Minimum Qualifications
    • Metrics and Measurements
    • Visual Designer
    • Roles and Responsibilities
    • Minimum Qualifications
    • Metrics and Measurements
    • Themer
    • Roles and Responsibilities
    • Minimum Qualifications
    • Metrics and Measurements
    • Site Builder
    • Roles and Responsibilities
    • Minimum Qualifications
    • Metrics and Measurements
    • Quality Assurance Specialist
    • Roles and Responsibilities
    • Minimum Qualifications
    • Metrics and Measurements
    • Site Administrator
    • Roles and Responsibilities
    • Minimum Qualifications
    • Metrics and Measurements
    • Summary
  • Chapter 3: Engineering Drupal
    • Engineering the Foundation
    • Defining the Components of Enterprise Drupal
    • Network and Web Server
    • Database Servers
    • Selecting the Database Platform
    • Clustering MySQL to Improve Performance
    • Drupal 8 Core
    • Single Site
    • Multisite
    • Distribution
    • Profiles
    • Drupal 8 Contributed Modules
    • Custom Modules
    • The Pillars of a Drupal 8 Solution
    • Entities
    • Content Entities
    • Taxonomy Entities
    • User Entities
    • Taxonomy
    • Views
    • Pages
    • Rules
    • User Roles and Permissions
    • Drupal 8 Theme
    • Web Services
    • User Interface
    • Summary
  • Chapter 4: Creating Modules for Drupal 8
    • The Purpose of Drupal Modules
    • The Foundation of Drupal 8 Is a Suite of Modules
    • Key Skills
    • Developing Your First Drupal 8 Module
    • Step 1: Create the Module’s Directory
    • Step 2: Create the Module’s Info File
    • Step 3: Create the Module File
    • Step 4: Create the Module’s Routing File
    • Step 5: Create the Module’s Controller
    • Step 6: Add a Menu Item
    • Step 7: Add a New Menu Item
    • Step 8: Add a New Function to the Module
    • Updating the Controller
    • Updating the Routing File
    • Creating Blocks
    • Building Custom Forms
    • Interacting with Entities
    • Finding Existing Entities
    • Creating Entities
    • Creating, Updating, and Deleting Entities Programmatically
    • Creating Entities
    • Creating Nodes
    • Creating Files
    • Creating Nodes with Images
    • Creating Taxonomy Terms
    • Creating Menu Links
    • Updating Entities
    • Deleting Entities
    • Summary
  • Chapter 5: Drupal 8 Theming
    • The Role of a Drupal Theme
    • The Twig Templating Engine
    • The Structure of a Drupal Theme
    • Creating the Theme Files
    • Adding Regions to the Theme
    • Twig Syntax
    • Twig Variables
    • Discovering Variables
    • Conditionals, Looping, Filters, and Math Functions in Twig
    • Twig Conditionals
    • Looping in Twig
    • Twig Filters
    • Twig Tests
    • Twig Math Functions
    • Twig Template Files
    • Standard Twig Templates
    • Modifying the page.html.twig Template File
    • Modifying the node.html.twig Template
    • Displaying and Hiding Content Fields
    • Using Attributes
    • Modifying the block.html.twig Template
    • Modifying the field.html.twig Template
    • Exposing Variables to Twig
    • Applying CSS to Your Theme
    • Creating the Stylesheets
    • Creating the libraries.yml File
    • Loading the Libraries Through the .info.yml File
    • Adding JavaScript to Your Theme
    • Adding JavaScript and CSS Libraries to Template Files
    • Working with Breakpoints
    • Creating Advanced Theme Settings
    • Using Subthemes
    • Summary
  • Chapter 6: Leveraging Your Content
    • Content Staging
    • Content Staging and Site Preview Use Cases
    • The Drupal 8 Solution for Content Staging and Synchronization
    • The Deploy Module
    • The Multiversion Module
    • The Replication Module
    • The Workspace Module
    • RELAXed Web Services Module
    • Trash Module
    • Installation, Configuration, and Use of the Content Staging Framework
    • Configuring Multiversion
    • Configuring Workspaces
    • Configuring RELAXed Web Services Modules
    • Search
    • What Is Apache Solr?
    • To Install or Not To Install
    • Required Modules
    • Setting Up OpenSolr
    • Adding the Schema.xml File OpenSolr
    • Verifying That Your Content Has Been Indexed
    • Integrating Views and Solr
    • Adding Fields to Your Search Index
    • Creating a Solr-Based View
    • Advanced Features of Solr
    • Enabling Facets
    • Federated Solr Search
    • Multilingual Support
    • Getting Started with Multilingual Support
    • Configuring Multilingual Capabilities
    • Specifying the Languages
    • Configuring Language Activation
    • Content Translation Example
    • Configuring Entities
    • Translating Content
    • Summary
  • Chapter 7: Optimizing Your Site Architecture
    • Content Types
    • Simplifying the Editorial Interface
    • Removing Options from the Node Edit Form
    • Content Types versus Entity Types
    • Leveraging Taxonomy
    • Taxonomy as an Entity
    • Building Multipurpose Pages Using Taxonomy
    • Laying the Foundation for Multipurpose Pages
    • Creating the Product Line Vocabulary and Terms
    • Creating the Product Content Type and Product Content
    • Creating the Product Views
    • Creating the Product Page
    • The Location of Content in an Enterprise Setting
    • Using Apache SOLR
    • What Does a Solr-Based Solution Require?
    • Consuming Indexed Information Through Views
    • Off-the-Shelf versus Custom Development
    • Summary
  • Chapter 8: Integrating Drupal 8
    • Using RESTful Web Services in Drupal 8
    • RESTful Modules in Drupal 8 Core
    • Retrieving Content Through REST
    • Creating a Node Through REST
    • Updating and Deleting a Node Through REST
    • Using REST for Other Entity Types
    • Generating Lists of Content Using Views and REST
    • Generating Output in Other Formats
    • Using Views to Expose Content to External Sources
    • Creating Custom RESTful APIs
    • Creating the Custom Module
    • Other Integration Options
    • Summary
  • Chapter 9: Building a Smart Administration User Interface
    • Use an Administration Focused Theme
    • Enabling Different Admin Themes
    • The Seven Theme
    • The Adminimal Theme
    • Update the Administration Menu
    • Simplify Content Types
    • Organizing the Fields
    • Using Hierarchical Select
    • Using Field Collections
    • Use the Workbench Module
    • The Workbench Module
    • The Workbench Access Module
    • Setting Up Workbench Access
    • Setting Up Roles and Permissions
    • Demonstrating Access Restrictions
    • Use Workbench Moderation
    • Configuring Workbench Moderation
    • Defining Workbench Moderation User Roles and Permissions
    • Summary
  • Chapter 10: Scaling Drupal
    • Understanding Potential Performance Bottlenecks
    • Drupal Cache
    • Enabling Drupal Cache
    • Caching Views
    • Caching Blocks
    • External Caching Mechanisms: Varnish Cache
    • Using a Content Delivery Network (CDN)
    • How CDNs Work
    • Considering Nginx Over Apache
    • Using Memcache or Redis
    • Optimizing MySQL
    • Scaling Hardware
    • Hosting Your Drupal 8 Site
    • Summary
  • Chapter 11: Drupal 8 DevOps
    • Traditional Versus DevOps
    • The Benefits of Embracing DevOps
    • Adopting DevOps
    • DevOps Best Practices
    • Drupal 8 Continuous Integration and Deployment
    • The CI/CD Process Flow
    • CI/CD Tools
    • Automated Testing
    • Writing PHPUnit Tests for Classes
    • Writing Functional Tests
    • Write Functional JavaScript Tests (PHPUnit)
    • Executing Tests
    • Other Testing Tools
    • Summary
  • Chapter 12: Migrating to Drupal 8
    • The Migrate Modules in Drupal 8 Core
    • Migrating Themes
    • Migrating Modules from Drupal 7 to Drupal 8
    • Contributed Modules
    • Summary
  • Appendix A: Contributing to the Drupal Community
    • User Support
    • Documentation
    • Translations
    • Testing
    • Design and Usability
    • Donations
    • Development
    • Ways to Contribute Code: Drupal Core, Contributed Projects, and Patches
    • Improving Existing Projects and Core with Patches
    • Contributing New Projects
    • Collaboration Rather than Competition
  • Appendix B: Additional Resources
    • Drupal Modules
    • Drupal Themes
    • Drupal Documentation
    • Where to Go When You Have Problems
    • Where to Host Your Drupal Site
    • Where to Go to Learn HTML and CSS
    • Video Tutorials
    • Drupal Podcasts
  • Appendix C: Creating a Drupal 8 Profile
    • Picking a Machine Name
    • Creating the File Structure
    • The .info.yml File
    • The .install File
    • The .profile File
    • Configuration Files
    • Default Content
  • Index