You are here

constant WebformOptionsLimitHandlerInterface::LIMIT_ACTION_REMOVE in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_options_limit/src/Plugin/WebformOptionsLimitHandlerInterface.php \Drupal\webform_options_limit\Plugin\WebformOptionsLimitHandlerInterface::LIMIT_ACTION_REMOVE

Option limit action remove.

File

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

Class

WebformOptionsLimitHandlerInterface
Defines the interface for webform options limit handlers.

Namespace

Drupal\webform_options_limit\Plugin

Code

const LIMIT_ACTION_REMOVE = 'remove';