You are here

public function FlexiformFormEntityManager::getContext in Flexiform 8

File

src/FormEntity/FlexiformFormEntityManager.php, line 104

Class

FlexiformFormEntityManager
Class for form entity managers.

Namespace

Drupal\flexiform\FormEntity

Code

public function getContext($namespace) {
  return $this->contexts[$namespace];
}