Passive

Component type

module

Maintenance status

Development status

Downloads

602

Component created

Component changed

This module provides passively refreshed page cache.

Users never have to wait for a cacheable response because cached responses do not expire. Instead, they "refresh" by performing an indirect asynchronous request to update the page cache.

This module passively supports Authcache via a reverse proxy. In response to a proxy request advertising support for passive secure sub-requests, this module takes care of instructing the proxy to retrieve the appropriate cacheable page.

Commerce mPAY24

Component type

module

Maintenance status

Development status

Downloads

499

Component created

Component changed

Provides a Drupal Commerce for mPAY24

Compared to the MPay24 Payment module, it uses the mPAY24 redirect method and just integrates into Drupal Commerce (not the Payment module suite).

The integration is based on the mpay24_php_api (https://github.com/mPAY24/mpay24_php_api) library, which is developed by mPAY24.

Installation:

YAML block

Component type

module

Maintenance status

Development status

Downloads

706

Component created

Component changed

About this Module

Provides a base block that allows block configuration settings to be edited and maintained using YAML.

For custom blocks that don't require an admin UI, it can be easier to just enter YAML data that is parsed in to variables that can be used to render a custom block.

This module is for sites that have...

  • Custom modules
  • Lots of custom blocks
  • Lots of custom markup/templates for their custom blocks

Examples of custom blocks that could benefit from using YAML.

Word Search

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a question type module for quiz essentially developed for learning Spelling words.

Use case
provide a spelling word list and wordsearch is produced as a question in quiz 7.4.

If you would like your student to learn their weekly spelling, it is possible to do in the form of quiz with this module. It is fun and engaging with alot of features to create different word-searches.

TOC API

Component type

module

Maintenance status

Development status

Downloads

2225

Component created

Component changed

This module provides a framework for creating table of contents (TOC) from an HTML fragment's header tags.

The TOC API consists of a several classes, services, and plugin:

  • Toc: A class that parses the header tags from an HTML fragment and stores a index of these headers that represent a hierarchical table of contents.

  • TocType: A configuration entity that contains options for customizing a table of contents.

Naming Conventions

Component type

module

Categories

Maintenance status

Development status

Downloads

673

Component created

Component changed

"There are only two hard things in Computer Science: cache invalidation and naming things." -- Phil Karlton

Features

  • Provides a naming convention details widget on config and content entity add forms.

  • Allows automatic machine name generation to be disabled. (/admin/config/development/naming/settings)

  • Provides a help page that outlines all naming conventions.
    (/admin/help/naming)