QuickScript

Component type

module

Categories

Maintenance status

Development status

Downloads

184

Component created

Component changed

Quick Script is a powerful tool for creating custom PHP scripts on your Drupal site. Quick Scripts can be run from the admin interface, using Drush, on cron, or anonymously via a secure link. Quick Scripts can also be configured to use a form (defined with YAML) to collect data before running the script (useful for scripts with dynamic arguments).

Image Link Attributes

Component type

module

Maintenance status

Development status

Downloads

1536

Component created

Component changed

About
The Image Link Attributes module extends Drupal's default image field so that when an image is linked, additional attributes can be applied to the link for "Target", "Class" and Relationship (ie: rel="lightbox-series").

Usage
Install the Image Link Attributes module, then navigate to the display settings page of the content type with the image field that you would like to adjust. When you set the image to link to content or file, the additional settings will become available.

Theme Shapes API

Component type

module

Maintenance status

Development status

Component created

Component changed

Theme Shapes API provides theme functions that help with the creation of different shapes for use in your theme. This creates div containers and classes based on inputs to generate different CSS shapes. These can be used for things like buttons, badges, backgrounds, and interface elements.

ELMSLN uses this to generate badges and in the future other course navigation visuals.

Dewy

Component type

module

Maintenance status

Development status

Component created

Component changed

Dewy is a service that lets you know what your Drupal sites are doing at your higher-ed institution, multi-site organization or digital agency.

Once you load the Dewy module on to your sites and switch it on, your sites will report to Dewy. It doesn’t matter whether your sites live on a server running under your desk or on a Pantheon environment, if your site can be seen on the web, it can be used with Dewy.

Twig Link Attributes

Component type

module

Maintenance status

Development status

Downloads

311

Component created

Component changed

Simple twig filter to add attributes to link() item.url's in templates.

Has the advantage of merging attributes so modules like Menu Link Attributes do not have their attributes blown away in the template.

For example, current documentation encourages themers to do this:

{{ link(item.title, item.url, { 'class':['menu__link']}) }}

Config Modifiy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides way for a module to permenantly modify simple config and config entities provided by other modules.

There are several ways that core allows similar functionality:

Remote Drush

Component type

module

Categories

Maintenance status

Development status

Downloads

203

Component created

Component changed

What?

Remote drush (rdrush) offers drush functionality for drupal websites without SSH access.

Not server-side

Because rdrush doesn't use any actual drush functionality and doesn't need access to the database or code, it can be executed on the client side.

cURL

All commands and actions are executed via cURL requests. To make this work, rdrush needs the login credentials of an admin user in the remote drupal environment. It creates a user session and performs all drush-like commands via form requests and submits.