isFeatureEnabled abstract method

bool isFeatureEnabled(
  1. Feature feature
)

Whether the given feature is enabled in this rule context.

Implementation

bool isFeatureEnabled(Feature feature);