public function ContextInterface::removeCondition in Context 8.0
Same name and namespace in other branches
- 8.4 src/ContextInterface.php \Drupal\context\ContextInterface::removeCondition()
- 8 src/ContextInterface.php \Drupal\context\ContextInterface::removeCondition()
Remove the specified condition.
Parameters
string $condition_id: The id of the condition to remove.
Return value
$this
1 method overrides ContextInterface::removeCondition()
- Context::removeCondition in src/
Entity/ Context.php - Remove the specified condition.
File
- src/
ContextInterface.php, line 158
Class
Namespace
Drupal\contextCode
public function removeCondition($condition_id);