You are here

protected function Webform::getWebformHandlerPluginManager in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Entity/Webform.php \Drupal\webform\Entity\Webform::getWebformHandlerPluginManager()

Returns the webform handler plugin manager.

Return value

\Drupal\Component\Plugin\PluginManagerInterface The webform handler plugin manager.

1 call to Webform::getWebformHandlerPluginManager()
Webform::getHandlers in src/Entity/Webform.php
Returns the webform handlers for this webform.

File

src/Entity/Webform.php, line 2515

Class

Webform
Defines the webform entity.

Namespace

Drupal\webform\Entity

Code

protected function getWebformHandlerPluginManager() {
  return \Drupal::service('plugin.manager.webform.handler');
}