Skip to content
Snippets Groups Projects
Select Git revision
  • 3347871-replace-readme.txt-with
  • 8.x-1.x default
  • 2.0.x
  • 8.x-1.0-beta1
  • 8.x-1.0-alpha5
  • 8.x-1.0-alpha4
  • 8.x-1.0-alpha3
  • 8.x-1.0-alpha2
  • 8.x-1.0-alpha1
9 results

typed_data-3347871

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Typed Data API enhancements

    Contents of this file

    • Introduction
    • Requirements
    • Installation
    • Configuration
    • Maintainers

    Introduction

    The Typed Data API Enhancements module adds functionality to the core Drupal TypedData API without altering the operation of the existing core API. These new features are available for developers to use within modules that rely on manipulation of typed data. Specifically, the functionality in this module was originally part of Rules (https://www.drupal.org/project/rules), but was split off because it can be of general use.

    The new features added by this module are:

    • TypedData Form Widgets
    • TypedData Tokens
    • DataFetcher Utility

    Requirements

    This module should only be installed as a dependency, if required by another module, as it does nothing by itself.

    Installation

    Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.

    Configuration

    • Enable the module at Administration > Extend.

    Maintainers

    • Wolfgang Ziegler - fago
    • Tim Rohaly - TR