Skip to content

malaynayak/drupal8-plugin

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages