You are here

public function WebformElementManagerInterface::isExcluded in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformElementManagerInterface.php \Drupal\webform\Plugin\WebformElementManagerInterface::isExcluded()

Determine if an element type is excluded.

Parameters

string $type: The element type.

Return value

bool TRUE if the element is excluded.

1 method overrides WebformElementManagerInterface::isExcluded()
WebformElementManager::isExcluded in src/Plugin/WebformElementManager.php
Determine if an element type is excluded.

File

src/Plugin/WebformElementManagerInterface.php, line 169

Class

WebformElementManagerInterface
Collects available webform elements.

Namespace

Drupal\webform\Plugin

Code

public function isExcluded($type);