Variable Definition

Component type

module

Categories

Maintenance status

Development status

Downloads

117

Component created

Component changed

This adds a UI to define system variables for the Variable module.
They can optionally be translatable or domain-specific. As variable definitions are entities, features deployment comes for free.

D8: The imporoved configuration system will make this module obsolete in D8.

Apps entity restrictions

Component type

module

Categories

Maintenance status

Development status

Downloads

325

Component created

Component changed

The work is done under this github repository

General info

When your Drupal site need to act as a backend you would like to restrict third
side application for a specific given set of entities and a very specific set of
fields. This module, Apps entity restrictions, give you the option to create application
representation. Each record will have a public key and a secret key and have a

Drupal 8 Upgrade Checklist

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal 8 Upgrade Checklist
Drupal 8 Upgrade Checklist runs a check on all enabled modules and creates a report that includes an upgrade status of each module in regards to Drupal 8. Additionaly it displays information whether the module has been moved to core or deprecated in favour of another one.

Styles API

Component type

module

Maintenance status

Development status

Downloads

4059

Component created

Component changed

This module allows other modules or themes to register theme templates on a YAML file (replacing hook_theme()) and provide a repository for all themes registered.

This will give more order to theme definitions, taking them away form code.

But moreover in this way themes and modules could gather information of registered themes implementation.

For example a module could alter block form to add select field to forms, providing a UI to easily assign predefined templates for elements, blocks or regions.

Block Styles

Component type

module

Maintenance status

Development status

Downloads

5388

Component created

Component changed

Using the Styles API Module allows to set different styles for block wrapper theme.

This module affects only block.html.twig, and not the way content is displayed.

Classes could be added to block wrapper, even if block theme has not been overwritten.

The styles selector is shown at the end of the block configuration form.

Authmap

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Before Drupal 8 core maintained the authmap database table, which was used by third party authentication managers, such as OpenID, LDAP, SimpleSAMLPHP Auth to map the local Drupal user to a unique identifier, supplied by the third party identity manager.

This page is a placeholder to direct users to the Drupal 8 solution for this: ExternalAuth.