Skip to content
Snippets Groups Projects

Issue #3471990 - Update readme

1 file
+ 29
0
Compare changes
  • Side-by-side
  • Inline
+ 29
0
@@ -4,6 +4,27 @@ This module extends the form API to include convenient access to common for subm
You can use the existent filters and rules or create your own. This module is fully extensible using hooks, allowing you to easily add your own and reuse them throughout the site. Abstraction at it's finest!
## Table of contents
- Requirements
- Installation
- Available Validators
- Available Filters
- Usage
- Maintainers
## Requirements
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).
## Available Validators
@@ -210,3 +231,11 @@ Now you are able to use at your form definiton.
//...
```
## Maintainers
- Pedro Faria - [pedrofaria](https://www.drupal.org/u/pedrofaria)
- Capi Etheriel - [barraponto](https://www.drupal.org/u/barraponto)
- Jesse - [jnicola](https://www.drupal.org/u/jnicola)
- Viktor Holovachek - [AstonVictor](https://www.drupal.org/u/astonvictor)
Loading