Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grzegorzbartman/d_application_api

Drupal 8 module with helper functions
https://github.com/grzegorzbartman/d_application_api

Last synced: 7 days ago
JSON representation

Drupal 8 module with helper functions

Awesome Lists containing this project

README

        

This is Drupal 8 module for developers

Services:
- Revert(Import) a feature programmatically - Drupal 8

\Drupal::service('d_application_api.features')->import($modules);

Example usage:

```
import(['feature_module_1', 'feature_module_2']);
}
```