References Dialog Search Api

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides support for Search API in References Dialog modules.

Use case

The Search dialog should query a Search Index using views, and not directly the database.

Implementation

There is support only for entity reference fields at the moment.

Defined table field

Component type

module

Maintenance status

Development status

Downloads

79

Component created

Component changed

This module provides a new "Defined table" field type, that allows administrators and content builders to add tables to content.

Table header row and column (data labels) can be either predefined in field settings (the same for a field instance) or set to dynamic and definable per entity.

Possible label sources:

  • Taxonomy vocabulary
  • Custom input

Other table field modules:

Drupal Security Warning for Composer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This Composer plugin will display a warning when users install or update Drupal packages (via Composer) that are not supported by the Drupal Security team, as per the Security Advisory Policy.

Example

Installing or updating a "non-covered" Drupal package via composer install will display:

Periodically Mail

Component type

module

Categories

Maintenance status

Development status

Downloads

52

Component created

Component changed

This module allow you to send emails after some period to users with some role.

Example: You want to send emails every Monday.

To setup module visit: "/admin/config/services/periodically_mail" path.

Important: The mail is sent when cron runs.

Notice: For HTML emailing you can use extra modules like Mime Mail.

Singleton

Component type

module

Categories

Maintenance status

Development status

Downloads

214

Component created

Component changed

Description

This module utilizes the Singleton design pattern inspired by petrknap/php-singleton
PHP library through composer. This module is only an API to allow you to utilize singletons
for classes you create and does not provide any UI or CLI.

How to use

In your PHP class

Bitbucket Issues

Component type

module

Categories

Maintenance status

Development status

Downloads

150

Component created

Component changed

The Bitbucket Issues module provides a Bitbucket core API layer for managing git issues from your Drupal website.

Installation

Install as usual.

Place the entirety of this directory in the /modules folder of your Drupal
installation. Navigate to Administer > Extend. Check the ‘Enabled’ box next
to the ‘Bitbucket Issues’ and then click the ‘Save Configuration’ button at the bottom.

Populate module settings form with git base url and git user access token.

Hook Rebuild

Component type

module

Categories

Maintenance status

Development status

Downloads

39

Component created

Component changed

A Drupal 7 polyfill for the core hook_rebuild() added in Drupal 8

hook_rebuild() is called after a flush of all Drupal cache's allowing implementing modules to rebuild any required data structures using fresh data that is known to be pulled direct from it's data source.