Skip to content
Snippets Groups Projects

Issue #3333301: Update README.md file according to "README.md template"

Open Issue #3333301: Update README.md file according to "README.md template"
4 unresolved threads
Open Charchil Khandelwal requested to merge issue/migration_decorator-3333301:1.0.x into 1.0.x
4 unresolved threads
+ 31
17
INTRODUCTION
------------
# Migration Decorator
Migration Decorator provides a plugin which defines how the discovered migration
definitions should be decorated before they are passed to alter hooks.
With your own decorators, you can
With your own decorators, you can
- modify definitions you want to modify
- perform an extra derivative calculations even on already-derived migrations
- entirely remove certain definitions.
Please register or sign in to reply
For a full description of the module, visit the
[project page](https://www.drupal.org/project/migration_decorator).
REQUIREMENTS
------------
Submit bug reports and feature suggestions, or track changes in the
[issue queue](https://www.drupal.org/project/issues/migration_decorator).
No extra requirements.
## Table of contents
INSTALLATION
------------
- Requirements
- Installation
- Configuration
- Usage
- Maintainers
- Sponsors
You can install Migration Decorator as you would normally install a contributed
Drupal module.
## Requirements
CONFIGURATION
-------------
This module requires no modules outside of Drupal core.
## 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
This module does not have any configuration option.
USAGE
-----
## Usage
There is only one "winner" decorator plugin instance which gets the chance to
decorate migration plugins: the plugin with the lowest weight always wins.
@@ -38,10 +50,12 @@ You can check
an example.
MAINTAINERS
-----------
## Maintainers
- Zoltán Horváth - [huzooka](https://www.drupal.org/u/huzooka)
* Zoltán Horváth (huzooka) - https://www.drupal.org/u/huzooka
## Sponsors
This project has been sponsored by [Kibit Solutions][1].
Please register or sign in to reply
Loading