11.0.x

Discover Existing Events

Last updated

Synchronize Configuration with the UI

Last updated

Use Simple Configuration in a Form

Last updated

Overview: Configuration Management in Drupal

Last updated

Drupal stores many of your site's settings, such as content types, views, roles, and image styles, as configuration. When you're working with multiple environments or collaborating with a team, you need a reliable way to move those configuration changes from place to place.

Create a Configuration Entity Type

Last updated

Clone of Your Drupal Site with Drush and Git

Last updated

Add Properties to a Configuration Entity Type

Last updated

What Are Plugins?

Last updated

The Drupal plugin system allows a particular module or subsystem to provide functionality in an extensible, object-oriented way. The controlling module defines the basic framework (interface) for the functionality, and other modules can create plugins (implementing the interface) with particular behaviors. Plugins are grouped into plugin types. Each plugin type is managed by a plugin manager service, which uses a plugin discovery method to discover provided plugins of that type and instantiate them using a plugin factory.

Drupal Plugin Types

Last updated

Plugin Managers

Last updated