Developer Suite

Component type

module

Categories

Maintenance status

Development status

Downloads

185

Component created

Component changed

Provides several tools for developers. This module provides no interface but
only APIs. This module's goal is to provide a more easy way to develop in Drupal. It aims primarily towards advanced developers and the more complex sites.

LoginRadius Customer Identity and Access Management

Component type

module

Maintenance status

Development status

Downloads

595

Component created

Component changed

User Registration made simple for your Drupal Website! Let users register via email registration or social login as per their choice and manage their profile with simple LoginRadius Dashboard!

This plugin requires Paid Subscription of LoginRadius service...

CakePHP Password

Component type

module

Categories

Maintenance status

Development status

Downloads

288

Component created

Component changed

This module extends core PhpassHashedPassword check method by making an additional check following the CakePHP passwords hash methodology.

You would need it in the case of users migration from CakePHP to Drupal and resetting the passwords is not an option for you.

Tabs Element

Component type

module

Categories

Maintenance status

Development status

Downloads

163

Component created

Component changed

Provides a "tabs" Render element for using in code. It can be used like so:

$build['tabs'] = [
  '#type' => 'tabs',
  '#tabs' => ['Question', 'Answer'],
  '#content' => [
    ['#markup' => 'What is for lunch?'],
    ['#markup' => 'Bacon!'],
  ],
];

Config Export Ignore

Component type

module

Categories

Maintenance status

Development status

Downloads

564

Component created

Component changed

This module allows to ignore specified configuration entities from being exported by config split.

Config split allows to split configuration, but in some cases you want to ignore files from being exported at all. Something like migrate_plus configuration files. So you can specify all these configuration entities in config from and it won't be exported.

Other ways to prevent config from being exported

variables history

Component type

module

Maintenance status

Development status

Downloads

50

Component created

Component changed

This module keeps history of variables whenever we need to know assigned value in variable. Developer can check the all variable list and check the assigned value in variable without go to settings form of variables.

This module is very useful for development we will find all variable value on one URL except go on form and check value.