Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cds
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
cds
Merge requests
!6
Issue
#3342622
: Improve & update README.md file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3342622
: Improve & update README.md file
issue/cds-3342622:3342622-improve--update
into
1.0.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
jay jangid
requested to merge
issue/cds-3342622:3342622-improve--update
into
1.0.x
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
1.0.x
1.0.x (HEAD)
and
latest version
latest version
9c4d6281
1 commit,
2 years ago
1 file
+
32
−
27
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
32
−
27
Options
INTRODUCTION
------------
# Customer Data Storage
The Customer Data Storage module allows storing and retrieving customer data in
a plugable way. The module provides the following storages:
*
Example Data
-
Example Data
For a full description of the module, visit the
[
project page
](
https://www.drupal.org/project/cds
)
.
*
For a full descrip
tion o
f
t
he module, visit the project page:
https://www.drupal.org/project/cds
Submit bug reports and feature sugges
tion
s,
o
r
t
rack changes in the
[
issue queue
](
https://www.drupal.org/project/
issues/
cds
)
.
*
To submit bug reports and feature suggestions, or track changes:
https://www.drupal.org/project/issues/cds
REQUIREMENTS
------------
## Table of contents
-
Requirements
-
Installation
-
Configuration
-
Maintainers
## Requirements
This module requires no modules outside of Drupal core.
INSTALLATION
------------
*
Install as you would normally install a contributed Drupal module. Visit
https://www.drupal.org/node/1897420 for further information.
## Installation
CONFIGURATION
-------------
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
There is a configuration form available at
`/admin/config/system/cds`
where the
storages can be enabled and sorted. If a plugin has a configuration form, there
will be a link to its configuration form.
USAGE
-----
**Usage**
The module provides a handler that has 2 methods to return the storage settings.
*
`getStorages()`
returns the enabled storages sorted by their weight
*
`getPrimaryStorage()`
returns the first enabled storage
-
`getStorages()`
returns the enabled storages sorted by their weight
-
`getPrimaryStorage()`
returns the first enabled storage
MAINTAINERS
-----------
## Maintainers
Current maintainers:
*
Tim Diels (tim-diels) -
https://www.drupal.org/u
ser/2915097
*
Steven Van den Hout (svdhout) -
https://www.drupal.org/u
ser/717826
-
Tim Diels -
[
tim-diels
](
https://www.drupal.org/u/tim-diels
)
-
Steven Van den Hout -
[
svdhout
](
https://www.drupal.org/u
/svdhout
)
-
Fabio De Tant -
[
dtfabio
](
https://www.drupal.org/u
/dtfabio
)
This project has been sponsored by:
*
Calibrate
Visit https://www.calibrate.be for more information.
\ No newline at end of file
**This project has been sponsored by:**
-
Visit
[
Calibrate
](
https://www.calibrate.be
)
for more information.
Loading