githubEdit

Varbase Development

Development Environment Modules and Features, make sure to disable this feature in production.

Install the development tools if you're a developer and you're going to use Varbase to build a new project. This will install several modules that help you build your site, such as Develarrow-up-right, Database Loggingarrow-up-right, and UI modules such as View UI, and Configuration Update Reports.

triangle-exclamation

Varbase Development Module

circle-info

Varbase development features are bundled through the Varbase Development module as part of the Varbase Core module. GitHub: https://github.com/Vardot/varbase_corearrow-up-right Drupal.org: https://www.drupal.org/project/varbase_corearrow-up-right

After building a project using the varbase-project template, you can see the code of the Varbase Development module in:

project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_core
                |-- contrib
                    |-- modules
                        |-- varbase_development

Brings in the following core and contributed modules to your site:

Module

Purpose

Database Logging

(in Drupal core)

Logs system events in the database.

Views UI

(in Drupal core)

Provides a user interface for creating and managing views.

Adds an updates report and revert functionality to configuration management

Provides a configuration data and structure inspector tool.

Various blocks, pages, and functions for developers.

Provides development aids to component developers.

Reroutes emails send from the site to a predefined email. Useful for test sites.