Term condition

Component type

module

Maintenance status

Development status

Downloads

6134

Component created

Component changed

This module provides a simple Condition plugin which checks to see if the current node has a specific taxonomy term. Not particularly useful on its own, but works wonders in combination with Block Visibility Groups if you're looking to display different blocks based on a node's taxonomy categorization.

Batch Assist

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Batch Assist module helps developers create and manage custom batch processes. Includes hooks to create new batch processes, retrieve data, and process functions.

Twig Xdebug

Component type

module

Maintenance status

Development status

Downloads

33868

Component created

Component changed

Note: If you have Devel installed already, it provides a similar functionality.

This module enables you to use Xdebug breakpoints with Twig templates.

INSTALLATION

On Drupal 8.3.x or higher, use Composer to install the module and its dependencies (with the --dev flag so you can omit it on production builds):

composer require --dev drupal/twig_xdebug

Menu item uid

Component type

module

Maintenance status

Development status

Component created

Component changed

Summary

Experimental module for developers to make possible to add menu links with a placeholder of current user uid.
I.e. it's possible to put into menu the link like user/%uid/edit

Usage

To make this work you need to make next things:
1. Implement hook_menu_item_uid_items() in your module.
I.e.

Views Results Inject

Component type

module

Categories

Maintenance status

Development status

Downloads

237

Component created

Component changed

Please note: this module is for developer use only.

This module allows you to inject content between results returned from the view.
At the moment works only if views row plugin is 'Rendered Entity'

How to use:

  • Make sure your view row plugin is set to be 'Rendered entity with injected custom markup' instead of 'Rendered Entity'
  • Implement hook_views_post_execute() where you inject the callback function into results

Example: