Entity Type Class

Component type

module

Categories

Maintenance status

Development status

Downloads

267

Component created

Component changed

This module is now part of the Developer Suite project and will be minimally maintained (bug fixes only).

Provides a plugin based system to alter entity type classes. It currently support overriding Node, User and File entity type classes.

Remote Config Sync

Component type

module

Categories

Maintenance status

Development status

Downloads

262

Component created

Component changed

Remote Config Sync module allows you to push the configuration files from development to production site with a click of a button. By using this module you don't have to waste your time with the manual export/import process.

Configuration Data

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is in progress... I probably should have made it a sandbox at first....

Config Data

This module provides a Config Data API for storing and overriding
configuration with data persisted in the State API.

What is Configuration Data?

When we do configuration in Drupal sites, we are generally
providing two types of information.

1) Logic: Content types, fields, views, etc.
2) Data: Site name, GA tracker code, GTM code, api key, etc.

Session Token

Component type

module

Maintenance status

Development status

Downloads

65

Component created

Component changed

This module allows you to retrieve data from the $_SESSION storage and use that
information inside any form which accepts tokens.

A good example can be the usage of a form which you want to populate with
data which has already been entered by the current (anonymous) user.

Another example is to populate a multistep form.

Developers can easily store and retrieve information from this storage using the
functions session_token_get($key) and session_token_set($key, $value).

Entity Query Decorator

Component type

module

Categories

Maintenance status

Development status

Downloads

102

Component created

Component changed

Entity query decorator is a Drupal 8 wrapper around the Entity Query class to make querying entities even easier. Whenever using entity queries you generally always end up in the same scenario: Executing your query, checking for results, loading the entities, looping through the entities and then obtaining a value you want. This module sets out to simplify that process by providing a decorator class to combine those steps together.

Drupal Statistics

Component type

module

Maintenance status

Development status

Downloads

113

Component created

Component changed

Drupal Statistics

This module consist of two blocks:

1.Node Statistics block -
Place on node pages it will give you count of the number of
times that particular node is viewed by authenticated users.
If not node page it will return not a node page.

2.User Statistics block -
Place anywhere it will return following user information:
- Read history
- Number of nodes visited by the user
- Join date
- Days registered
- Last login time
- Days since last login

Permanent Cache Bin

Component type

module

Maintenance status

Development status

Downloads

1127

Component created

Component changed

At times we need to cache some values which are not related to Drupal config or data but are coming from external systems and which don't really need to be deleted when clearing (rebuilding) Drupal cache.

This module provides a way to use Drupal cache but still keep it separate from drush cr.

Code to use this new backend in your bin (here stock is just for example):