You are here

public function FlexiformFormEntityManager::getContexts in Flexiform 8

Get the actual contexts

Return value

\Drupal\flexiform\FormEntity\FormEntityContext[]

File

src/FormEntity/FlexiformFormEntityManager.php, line 97

Class

FlexiformFormEntityManager
Class for form entity managers.

Namespace

Drupal\flexiform\FormEntity

Code

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