https://github.com/malaynayak/drupal8-plugin
https://github.com/malaynayak/drupal8-plugin
calculator drupal-8 drupal-plugin
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/malaynayak/drupal8-plugin
- Owner: malaynayak
- Created: 2017-08-28T13:00:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T06:11:49.000Z (over 7 years ago)
- Last Synced: 2025-02-22T04:27:22.698Z (over 1 year ago)
- Topics: calculator, drupal-8, drupal-plugin
- Language: PHP
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drupal8 Custom Plugin(Calculator) Type
Drupal module demonstrating, how to create a custom plugin type(manager). This module provides a new plugin type "Calculator".
To add a new calculator plugin use the below anotation.
```
/**
* @Calculator(
* id = "area_calculator",
* title = "Area Calculator",
* description = @Translation("Area Calculator"),
* )
*/
```