Vue.js

Component type

module

Maintenance status

Development status

Downloads

1405

Component created

Component changed

The module provides a bridge between Drupal and Vue.js framework.

This module does nothing on its own. There is no need to install this module unless another module requires it.

Use the following Drush commands if you want to install the libraries locally:

drush vuejs-download vue
drush vuejs-download vue-router
drush vuejs-download vue-resource

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.

Moki Environment

Component type

module

Maintenance status

Development status

Component created

Component changed

Moki Environment provides some opinionated extensions to the Environment module that allow the site administrator to automatically configure certain system settings per environment by defining php files matching the environment name in the site's configuration directory.

Manual update exec

Component type

module

Categories

Maintenance status

Development status

Downloads

115

Component created

Component changed

Description
This module provides developers a possibility to execute updates manually,without manipulations with schema version (but they're also possible).
Update calls support sandboxes and other "updb" features.

Usage examples
1. Already performed contrib update reexecution
drush exup --module=rules --number=7214

2. Performing updates for single module
drush exup --module=devel --number=all --change-schema-version

Views Contextual Filter Default Value Function

Component type

module

Categories

Maintenance status

Development status

Downloads

348

Component created

Component changed

Declare custom functions to pick contextual filter default values, easily.

Creating ctools plugins is an undue barrier to controlling contextual filter default values. This is a common site scenario that increases the power of Views. Also creating a very focused function to find a value helps keep concerns separate and improves testability.

Register your custom function via info hook.

Hook Event Dispatcher

Component type

module

Maintenance status

Development status

Downloads

4026

Component created

Component changed

This module dispatches events for several Drupal core hooks. This allows you to use the D8 Event Subscriber system, instead of the outdated hook system, to react on certain events. The module includes events for the most common hooks.

Currently this module dispatches events for the following hooks: