Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
typed_data
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
typed_data
Merge requests
!8
README.md file created
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
README.md file created
issue/typed_data-3347871:3347871-replace-readme.txt-with
into
8.x-1.x
Overview
0
Commits
1
Pipelines
0
Changes
3
Open
README.md file created
Dinesh Kumar Bollu
requested to merge
issue/typed_data-3347871:3347871-replace-readme.txt-with
into
8.x-1.x
Mar 14, 2023
Overview
0
Commits
1
Pipelines
0
Changes
3
Closes
#3347871
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (HEAD)
and
latest version
latest version
d4100037
1 commit,
Mar 14, 2023
3 files
+
186
−
86
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
README.md
0 → 100644
+
44
−
0
View file @ 10ff69ef
Edit in single-file editor
Open in Web IDE
# 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
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
.
## Configuration
-
Enable the module at Administration > Extend.
## Maintainers
-
Wolfgang Ziegler -
[
fago
](
https://www.drupal.org/u/fago
)
-
Tim Rohaly -
[
TR
](
https://www.drupal.org/u/tr
)
Loading