Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

Data Common API

Provide a simple and consistent means to interact programatically with entity data, form submissions and other Drupal data across projects and major versions.

// Create a getter for node entities
$n = data_api('node');

// Load a node entity
$node = node_load(4503);

// Use the getter to pull the first name or default.
// Do not include the language key; language is determined automatically.
$vars['name'] = $n->get($node, 'field_first_name.0.value', '{first name}');

Nimbus

Deprecated and unsupported

Please use Configuration Split instead.

drupalci_d8_module_syntax_error

This is a Drupal 8 module which has no tests.

It is used to perform regression testing for the DrupalCI testbot.

Views Area Link

Deprecated - will be unsupported

See latest code at https://www.drupal.org/project/views_linkarea

Config Modifiy

This module has been deprecated in favor of config actions.

Pages

Subscribe with RSS Subscribe to RSS - Unsupported