public function PageInterface::removeAccessCondition in Page Manager 8.4
Same name and namespace in other branches
- 8 src/PageInterface.php \Drupal\page_manager\PageInterface::removeAccessCondition()
Removes a specific access condition.
Parameters
string $condition_id: The access condition ID.
Return value
$this
1 method overrides PageInterface::removeAccessCondition()
- Page::removeAccessCondition in src/
Entity/ Page.php - Removes a specific access condition.
File
- src/
PageInterface.php, line 123
Class
- PageInterface
- Provides an interface for page entities.
Namespace
Drupal\page_managerCode
public function removeAccessCondition($condition_id);