You are here

public function WebformPluginManagerExcludedInterface::removeExcludeDefinitions in Webform 6.x

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

Remove excluded plugin definitions.

Parameters

array $definitions: The plugin definitions to filter.

Return value

array An array of plugin definitions with excluded plugins removed.

4 methods override WebformPluginManagerExcludedInterface::removeExcludeDefinitions()
WebformElementManager::removeExcludeDefinitions in src/Plugin/WebformElementManager.php
Remove excluded plugin definitions.
WebformExporterManager::removeExcludeDefinitions in src/Plugin/WebformExporterManager.php
Remove excluded plugin definitions.
WebformHandlerManager::removeExcludeDefinitions in src/Plugin/WebformHandlerManager.php
Remove excluded plugin definitions.
WebformVariantManager::removeExcludeDefinitions in src/Plugin/WebformVariantManager.php
Remove excluded plugin definitions.

File

src/Plugin/WebformPluginManagerExcludedInterface.php, line 19

Class

WebformPluginManagerExcludedInterface
An interface implemented by plugin managers with excluded plugin definitions.

Namespace

Drupal\webform\Plugin

Code

public function removeExcludeDefinitions(array $definitions);