public function ViewmodepagePatternInterface::removeSelectionCondition in View Mode Page 4.0.x
Same name and namespace in other branches
- 8.3 src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::removeSelectionCondition()
- 3.2.x src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::removeSelectionCondition()
Removes selection criteria by condition id.
Parameters
string $condition_id: The id of the condition.
Return value
$this Returns the current object
1 method overrides ViewmodepagePatternInterface::removeSelectionCondition()
- ViewmodepagePattern::removeSelectionCondition in src/
Entity/ ViewmodepagePattern.php - Removes selection criteria by condition id.
File
- src/
ViewmodepagePatternInterface.php, line 198
Class
- ViewmodepagePatternInterface
- Provides an interface for defining Viewmodepage pattern entities.
Namespace
Drupal\view_mode_pageCode
public function removeSelectionCondition($condition_id);