You are here

class BusinessRulesCondition in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/Annotation/BusinessRulesCondition.php \Drupal\business_rules\Annotation\BusinessRulesCondition

Defines a Business rules Condition item annotation object.

Hierarchy

Expanded class hierarchy of BusinessRulesCondition

See also

\Drupal\business_rules\Plugin\BusinessRulesConditionManager

Plugin API

11 classes are annotated with BusinessRulesCondition
CheckViewResultCount in src/Plugin/BusinessRulesCondition/CheckViewResultCount.php
Class CheckViewResultCount.
CompareNumberOfResultsBetweenTwoViews in src/Plugin/BusinessRulesCondition/CompareNumberOfResultsBetweenTwoViews.php
Class CompareNumberOfResultsBetweenTwoViews.
DataComparison in src/Plugin/BusinessRulesCondition/DataComparison.php
Class DataComparison.
GroupHasNodeCondition in modules/br_group/src/Plugin/BusinessRulesCondition/GroupHasNodeCondition.php
Class GroupHasNodeCondition.
GroupHasUserCondition in modules/br_group/src/Plugin/BusinessRulesCondition/GroupHasUserCondition.php
Class GroupHasUserCondition.

... See full list

File

src/Annotation/BusinessRulesCondition.php, line 13

Namespace

Drupal\business_rules\Annotation
View source
class BusinessRulesCondition extends BusinessRulesItem {

}

Members

Namesort descending Modifiers Type Description Overrides
BusinessRulesItem::$description public property A human readable description of the item.
BusinessRulesItem::$group public property The group of the item to be organized in the list box.
BusinessRulesItem::$hasTargetBundle public property If the item has target bundle.
BusinessRulesItem::$hasTargetEntity public property If the item need a target entity.
BusinessRulesItem::$hasTargetField public property If the condition has target field.
BusinessRulesItem::$id public property The plugin ID.
BusinessRulesItem::$isContextDependent public property If the item depends on context.
BusinessRulesItem::$label public property The label of the plugin.
BusinessRulesItem::$reactsOnIds public property The reactsOn ids applicable for the item.
Plugin::$definition protected property The plugin definition read from the class annotation. 1
Plugin::get public function Gets the value of an annotation. Overrides AnnotationInterface::get 5
Plugin::getClass public function Gets the class of the annotated class. Overrides AnnotationInterface::getClass
Plugin::getId public function Gets the unique ID for this annotated class. Overrides AnnotationInterface::getId
Plugin::getProvider public function Gets the name of the provider of the annotated class. Overrides AnnotationInterface::getProvider 1
Plugin::parse protected function Parses an annotation into its definition.
Plugin::setClass public function Sets the class of the annotated class. Overrides AnnotationInterface::setClass
Plugin::setProvider public function Sets the name of the provider of the annotated class. Overrides AnnotationInterface::setProvider
Plugin::__construct public function Constructs a Plugin object. 2