You are here

public function WebformOptionsLimitHandlerInterface::getSourceEntity in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_options_limit/src/Plugin/WebformOptionsLimitHandlerInterface.php \Drupal\webform_options_limit\Plugin\WebformOptionsLimitHandlerInterface::getSourceEntity()

Get the webform source entity.

Return value

\Drupal\Core\Entity\EntityInterface|null A source entity.

1 method overrides WebformOptionsLimitHandlerInterface::getSourceEntity()
OptionsLimitWebformHandler::getSourceEntity in modules/webform_options_limit/src/Plugin/WebformHandler/OptionsLimitWebformHandler.php
Get the webform source entity.

File

modules/webform_options_limit/src/Plugin/WebformOptionsLimitHandlerInterface.php, line 92

Class

WebformOptionsLimitHandlerInterface
Defines the interface for webform options limit handlers.

Namespace

Drupal\webform_options_limit\Plugin

Code

public function getSourceEntity();