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

https://github.com/malaynayak/drupal8-plugin


https://github.com/malaynayak/drupal8-plugin

calculator drupal-8 drupal-plugin

Last synced: 12 days ago
JSON representation

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"),
* )
*/
```