interface DevelDumperPluginManagerInterface

Interface for DevelDumper plugin manager.

Hierarchy

Expanded class hierarchy of DevelDumperPluginManagerInterface

All classes that implement DevelDumperPluginManagerInterface

1 file declares its use of DevelDumperPluginManagerInterface
SettingsForm.php in src/Form/SettingsForm.php

File

src/DevelDumperPluginManagerInterface.php, line 11

Namespace

Drupal\devel
View source
interface DevelDumperPluginManagerInterface extends PluginManagerInterface, FallbackPluginManagerInterface {
  
  /**
   * Checks if plugin has a definition and is supported.
   *
   * @param string $plugin_id
   *   The ID of the plugin to check.
   *
   * @return bool
   *   TRUE if the plugin is supported, FALSE otherwise.
   */
  public function isPluginSupported($plugin_id) : bool;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
DevelDumperPluginManagerInterface::isPluginSupported public function Checks if plugin has a definition and is supported. 1
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 plugin instance based on the provided ID and configuration. 6
FallbackPluginManagerInterface::getFallbackPluginId public function Gets a fallback id for a missing plugin.
MapperInterface::getInstance public function Gets or creates a plugin instance that satisfies the given options. 3