Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donquixote/d8plugin
Backport of the Drupal 8 plugin API as a Drupal 7 module.
https://github.com/donquixote/d8plugin
Last synced: 7 days ago
JSON representation
Backport of the Drupal 8 plugin API as a Drupal 7 module.
- Host: GitHub
- URL: https://github.com/donquixote/d8plugin
- Owner: donquixote
- License: gpl-2.0
- Created: 2014-09-07T16:44:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-10T23:47:42.000Z (about 10 years ago)
- Last Synced: 2023-03-10T21:12:58.509Z (over 1 year ago)
- Language: PHP
- Size: 211 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
d8plugin
========Backport of the Drupal 8 plugin API as a Drupal 7 module.
Not a complete 1:1 backport, but in a way that is meant to be useful in a D7 context.
Instead of the Doctrine AnnotationParser, it uses the [Parser Combinator from Vektah](https://github.com/Vektah/parser-combinator), which is way cleaner.
It still uses Doctrine components though, to exract the docblock from a class file.