You are here

public function ViewmodepagePatternInterface::removeSelectionCondition in View Mode Page 8.3

Same name and namespace in other branches
  1. 4.0.x src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::removeSelectionCondition()
  2. 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_page

Code

public function removeSelectionCondition($condition_id);