public function ContextInterface::removeCondition in Context 8.4
Same name and namespace in other branches
- 8 src/ContextInterface.php \Drupal\context\ContextInterface::removeCondition()
- 8.0 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 This Context object.
1 method overrides ContextInterface::removeCondition()
- Context::removeCondition in src/
Entity/ Context.php - Remove the specified condition.
File
- src/
ContextInterface.php, line 179
Class
- ContextInterface
- Provides an interface for Context.
Namespace
Drupal\contextCode
public function removeCondition($condition_id);