You are here

protected function FlexiformFormEntityManager::getPluginManager in Flexiform 8

Get the flexiform form entity plugin manager.

File

src/FormEntity/FlexiformFormEntityManager.php, line 57

Class

FlexiformFormEntityManager
Class for form entity managers.

Namespace

Drupal\flexiform\FormEntity

Code

protected function getPluginManager() {
  return \Drupal::service('plugin.manager.flexiform_form_entity');
}