Book Image

Drupal 8 Configuration Management

Book Image

Drupal 8 Configuration Management

Overview of this book

Table of Contents (16 chapters)
Drupal 8 Configuration Management
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Index

Summary


After defining all the classes that we need in order to add, edit, and list entities of the new configuration entity type, we are now able to use this type in configuration objects like every other core type.

So what did we learn in this chapter? We learned about how to get and update configuration values and about the different ways of overriding configuration provided by Drupal or modules; then we created a very simple configuration entity type. Thus, by now, you should be able to create a module and manage your custom configuration right away.