You are here

public function WebformOptionsInterface::hasAlterHooks in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformOptionsInterface.php \Drupal\webform\WebformOptionsInterface::hasAlterHooks()

Determine if the webform options has alter hooks.

Return value

bool TRUE if the webform options has alter hooks.

1 method overrides WebformOptionsInterface::hasAlterHooks()
WebformOptions::hasAlterHooks in src/Entity/WebformOptions.php
Determine if the webform options has alter hooks.

File

src/WebformOptionsInterface.php, line 44

Class

WebformOptionsInterface
Provides an interface defining a webform options entity.

Namespace

Drupal\webform

Code

public function hasAlterHooks();