Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grzegorzbartman/d_application_api
- Owner: grzegorzbartman
- Created: 2016-10-02T14:42:29.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2016-10-02T14:48:29.000Z (over 8 years ago)
- Last Synced: 2024-11-21T23:30:24.827Z (2 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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']);
}
```