Migrate Process Extras

Component type

module

Categories

Maintenance status

Development status

Downloads

809

Component created

Component changed

Provides a few extra migration process plugins.

  1. Drupal Date - For parsing and importing dates into Drupal
  2. PHP Function - Execute a php function on the incoming data from YAML.
  3. EntityLookup - Basic entity lookup based on entity_type_id, bundle and field_name.
  4. SkipIfExists - Skip rows that already exist in the system.
  5. LinkFix - Enforces http on all the incoming link.

Third-party services

Component type

module

Maintenance status

Development status

Downloads

164

Component created

Component changed

Respect people privacy and let every particular user to decide which external services to be rendered on your pages.

The implementation is frontend-based, so you can safely use this project alongside with caching services, like Varnish or Nginx.

How to use

The main idea of implementation - to process fields and blocks and check their contents for external widgets. How this achieved?

Fields

Field formatter

Third-party services filtering might be enabled for every field.

Drush Async API

Component type

module

Maintenance status

Development status

Downloads

176

Component created

Component changed

INTRODUCTION
------------

Current Maintainer: Reinier Vegter


Drush Async API provides you a simple API (using hooks) to create queues of
operations/tasks and let them be processed multi-threaded (multi process
actually).
In the event of - for example - loading and saving all nodes in a large
content-repository, Drush Async API dramatically increases processing speed
by using a multitude of simultaneous workers, making use of all you
server's cores.