You are here

class CronRuns in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/BusinessRulesReactsOn/CronRuns.php \Drupal\business_rules\Plugin\BusinessRulesReactsOn\CronRuns

Class CronRuns.

@package Drupal\business_rules\Plugin\BusinessRulesReactsOn

Plugin annotation


@BusinessRulesReactsOn(
  id = "cron_runs",
  label = @Translation("On Cron Runs"),
  description = @Translation("Reacts every time cron runs."),
  group = @Translation("System"),
  eventName = "business_rules.cron_runs",
  hasTargetEntity = FALSE,
  hasTargetBundle = FALSE,
  priority = 1000,
)

Hierarchy

Expanded class hierarchy of CronRuns

File

src/Plugin/BusinessRulesReactsOn/CronRuns.php, line 23

Namespace

Drupal\business_rules\Plugin\BusinessRulesReactsOn
View source
class CronRuns extends BusinessRulesReactsOnPlugin {

}

Members

Namesort descending Modifiers Type Description Overrides
BusinessRulesReactsOnPlugin::$processor protected property The business rules processor.
BusinessRulesReactsOnPlugin::$util protected property The business rules util.
BusinessRulesReactsOnPlugin::processForm public function Process the BusinessRule form for reactsOn plugins. Overrides BusinessRulesReactsOnInterface::processForm 3
BusinessRulesReactsOnPlugin::__construct public function Constructs a \Drupal\Component\Plugin\PluginBase object. Overrides PluginBase::__construct
PluginBase::$configuration protected property Configuration information passed into the plugin. 1
PluginBase::$pluginDefinition protected property The plugin implementation definition. 1
PluginBase::$pluginId protected property The plugin_id.
PluginBase::DERIVATIVE_SEPARATOR constant A string which is used to separate base plugin IDs from the derivative ID.
PluginBase::getBaseId public function Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface::getBaseId
PluginBase::getDerivativeId public function Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface::getDerivativeId
PluginBase::getPluginDefinition public function Gets the definition of the plugin implementation. Overrides PluginInspectionInterface::getPluginDefinition 2
PluginBase::getPluginId public function Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface::getPluginId
PluginBase::isConfigurable public function Determines if the plugin is configurable.