Services entity dynamic resource controller

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Services entity dynamic resource controller

Introduces a Services Entity resource controller which invokes a hook at request-time to determine which resource controller to use.

It is designed to facilitate the creation of multiple endpoints which expose the same entities but have a different behaviour to each other.

When to use this module

When you want to tweak the query-time behaviour of an existing operation for one endpoint but not the other, where both endpoints are exposing identical resources. For example:

drupal_add_js

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module makes the function drupal_add_js() available to Drupal 8 websites.

How to use:

Download and enable the module, then call drupal_add_js in your custom module or theme like so:

Files Version

Component type

module

Maintenance status

Development status

Downloads

269

Component created

Component changed

SUMMARY

The files version module provide you functionality to maintain the version of current drupal instance. It iterate recursively and saves drupal files into database and create a new version on current timestamp.

Drupal to slack

Component type

module

Categories

Maintenance status

Development status

Downloads

865

Component created

Component changed

This module help site builder or developer to send notification on slack
channel when content is created or updated. Integrate drupal site to slack. This module is different from slack module which is act as real time messenger on website.

Features
-----------------------------------------

  • Integrate drupal site to slack.
  • Send notification on content creation.

How to use
-------------------------------------------

BeEdit

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

BeEdit is an editor that allow users to create, edit and run Behat feature files directly from the Drupal web application.

Behat and the Gherkin language, which feature files are written in, is meant to be easy for non-technical users to write automated tests. However, the process for creating feature files is (until now) anything but easy for your average, non-technical process owner.

Feature files are stored and run on the Drupal server. So, previously, a process owner wishing to write features would usually have to do one of the following: