You are here

interface WebformHandlerManagerInterface in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformHandlerManagerInterface.php \Drupal\webform\Plugin\WebformHandlerManagerInterface

Collects available webform handlers.

Hierarchy

Expanded class hierarchy of WebformHandlerManagerInterface

All classes that implement WebformHandlerManagerInterface

File

src/Plugin/WebformHandlerManagerInterface.php, line 13

Namespace

Drupal\webform\Plugin
View source
interface WebformHandlerManagerInterface extends PluginManagerInterface, CachedDiscoveryInterface, FallbackPluginManagerInterface, CategorizingPluginManagerInterface, WebformPluginManagerExcludedInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
CachedDiscoveryInterface::clearCachedDefinitions public function Clears static and persistent plugin definition caches. 1
CachedDiscoveryInterface::useCaches public function Disable the use of caches. 1
CategorizingPluginManagerInterface::getCategories public function Gets the names of all categories. 1
CategorizingPluginManagerInterface::getGroupedDefinitions public function Gets sorted plugin definitions grouped by category. 1
CategorizingPluginManagerInterface::getSortedDefinitions public function Gets sorted plugin definitions. 2
DiscoveryInterface::getDefinition public function Gets a specific plugin definition. 4
DiscoveryInterface::getDefinitions public function Gets the definition of all plugins for this type. 3
DiscoveryInterface::hasDefinition public function Indicates if a specific plugin definition exists. 1
FactoryInterface::createInstance public function Creates a pre-configured instance of a plugin. 6
FallbackPluginManagerInterface::getFallbackPluginId public function Gets a fallback id for a missing plugin. 5
MapperInterface::getInstance public function Gets a preconfigured instance of a plugin. 3
WebformPluginManagerExcludedInterface::removeExcludeDefinitions public function Remove excluded plugin definitions. 4