Learning Drupal 8
eBook - ePub

Learning Drupal 8

Nick Abbott, Richard Jones

  1. 328 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

Learning Drupal 8

Nick Abbott, Richard Jones

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

Create complex websites quickly and easily using the building blocks of Drupal 8, the most powerful version of Drupal yet

About This Book

  • Build complete, complex websites with no prior knowledge of web development entirely using the intuitive Drupal user interface
  • Follow a practical case study chapter-by-chapter to construct a complete website as you progress
  • Ensure your sites are modern, responsive and mobile-friendly through utilizing the full features available in Drupal 8

Who This Book Is For

If you want to learn to use Drupal 8 for the first time, or you are transitioning over from a previous version of Drupal, this is the book for you. No knowledge of PHP, MySQL, or HTML is assumed or required

What You Will Learn

  • Set up a local "stack" development environment and install your first Drupal 8 site
  • Find out what is available in Drupal 8 core
  • Define content types and taxonomies—and find out when you should do so
  • Use the powerful Views module
  • Get hands-on with image and media handling
  • Extend Drupal using custom community modules
  • Develop the look and feel of your website using Drupal themes
  • Manage site users and permissions

In Detail

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.

Style and approach

This is an absolute beginners' guide, providing step-by-step instructions to help you learn Drupal 8 from scratch.

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist Learning Drupal 8 als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu Learning Drupal 8 von Nick Abbott, Richard Jones im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Informatique & Systèmes de gestion de contenu. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Jahr
2016
ISBN
9781782168751

Learning Drupal 8


Table of Contents

Learning Drupal 8
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why subscribe?
Free access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Downloading the color images of this book
Errata
Piracy
eBooks, discount offers, and more
Questions
1. Introduction
What is Drupal?
Dynamic web pages – a brief history
Enter the database
A worldwide community
The success of Drupal
Multiple systems integration
Technical debt
Developer knowledge
Modularity
There's a module for that
Some Drupal history
Language choice
Is Drupal a framework or platform?
Embracing other communities' frameworks
How an open source community works
Summary
2. Installation
System requirements
PHP
Web server options
Database options
Browser options
Setting up a development environment
Free cloud hosting
Acquia Dev Desktop
Installing Drupal 8
Configuring your Drupal 8 site
Troubleshooting your installation
Memory settings
PHP timeouts
Trusted host patterns
Summary
3. Basic Concepts
Modules
Core and contrib modules
Where the core modules live
Where your extension modules should live
An example community module
Evaluating new modules
Documentation
Module versions
Entities, nodes, and fields
Entities
Nodes
Node types
Fields
Adding new fields
Field types
General
Number
Reference
Text
Field settings
Field widgets
Form display
Managing the form display
Managing field display
Drupal 8 core entity types
Taxonomy
Fixed terms versus or tags
Blocks
Views
Users, roles, and permissions
Themes
Administration themes
Base themes and subthemes
Hooks
Summary
4. Getting Started with the UI
The Drupal 8 user interface
Logging out
Logging in
Front page
Repositioning the tray
Responsiveness
Administration theme
Contextual links
Quick content creation
Listing content
Revisiting the home page
Structure
Block layout
Comment types
Contact forms
Personal contact form
Content types
Customizing a content type
Customizing fields
Customizing content entry screens
Customizing the display
Display modes
View modes
Form modes
Menus
Taxonomy
Views
Configuration
Appearance
People
Reports
Extend
Summary
5. Basic Content
Introducing your site-building scenario
Types of content
Pages
Articles
Clients
Services
Testimonials
FAQs
Contact information
SEO considerations
Basic pages
Creating a new page
Title
Body
Body field summary
Rich text toolbar
Default HTML restrictions
Full HTML
Restricted HTML
Adding a page to the main navigation menu
Nodes and unique IDs
Adding more pages
Articles
Creating a new article
Front page promotion
Adjusting the settings for a content type
Disabling front page promotion
Adjusting comment settings
Disabling future comments
No retrospective action
Retrospective action
Threading
Show reply form on the same page as comments
Preview comments before posting
Removing all comments and the ability to comment
Summary
6. Structure
Managing menus
Reorganizing menu items
Editing menu items
Managing taxonomy
Creating a new Taxonomy vocabulary
Re-ordering Taxonomy terms
Apply a taxonomy vocabulary to content types
Adjusting the order of fields when editing
Categorizing content
Viewing categorized content
Segregating article types using taxonomy
Creating another taxonomy vocabulary
Working with the Views module
Creating a Views-powered News p...

Inhaltsverzeichnis

  1. Learning Drupal 8
Zitierstile für Learning Drupal 8

APA 6 Citation

Jones, R. (2016). Learning Drupal 8 (1st ed.). Packt Publishing. Retrieved from https://www.perlego.com/book/4413/learning-drupal-8-pdf (Original work published 2016)

Chicago Citation

Jones, Richard. (2016) 2016. Learning Drupal 8. 1st ed. Packt Publishing. https://www.perlego.com/book/4413/learning-drupal-8-pdf.

Harvard Citation

Jones, R. (2016) Learning Drupal 8. 1st edn. Packt Publishing. Available at: https://www.perlego.com/book/4413/learning-drupal-8-pdf (Accessed: 14 October 2022).

MLA 7 Citation

Jones, Richard. Learning Drupal 8. 1st ed. Packt Publishing, 2016. Web. 14 Oct. 2022.