You are here

public function Context::disabled in Context 8

Same name and namespace in other branches
  1. 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\Entity

Code

public function disabled() {
  return $this->disabled;
}