public function RecurringPeriodInterface::getLabel in Recurring Time Period 8
Gets the plugin label.
Return value
string The plugin label.
1 method overrides RecurringPeriodInterface::getLabel()
- RecurringPeriodBase::getLabel in src/
Plugin/ RecurringPeriod/ RecurringPeriodBase.php - Gets the plugin label.
File
- src/
Plugin/ RecurringPeriod/ RecurringPeriodInterface.php, line 57
Class
- RecurringPeriodInterface
- Defines an interface for recurring period plugins.
Namespace
Drupal\recurring_period\Plugin\RecurringPeriodCode
public function getLabel();