You are here

public function ConfigurableEventHandlerEntityBundle::refineContextDefinitions in Rules 8.3

Refines provided context definitions based upon plugin configuration.

Overrides RulesConfigurableEventHandlerInterface::refineContextDefinitions

File

src/EventHandler/ConfigurableEventHandlerEntityBundle.php, line 56

Class

ConfigurableEventHandlerEntityBundle
Exposes the bundle of an entity as event setting.

Namespace

Drupal\rules\EventHandler

Code

public function refineContextDefinitions() {

  // Nothing to refine by default.
}