public function Context::disabled in Context 8
Same name and namespace in other branches
- 8.4 src/Entity/Context.php \Drupal\context\Entity\Context::disabled()
1 call to Context::disabled()
- Context::disable in src/
Entity/ Context.php - Disable context.
File
- src/
Entity/ Context.php, line 373
Class
- Context
- Defines the Context entity.
Namespace
Drupal\context\EntityCode
public function disabled() {
return $this->disabled;
}