public function ConfigEvent::getContext

Gets configuration context object.

Return value

\Drupal\Core\Config\Context\ContextInterface Configuration context.

File

drupal/core/lib/Drupal/Core/Config/ConfigEvent.php, line 50

Class

ConfigEvent

Namespace

Drupal\Core\Config

Code

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