You are here

public function DevelDumperPluginManagerInterface::isPluginSupported in Devel 8

Same name and namespace in other branches
  1. 8.3 src/DevelDumperPluginManagerInterface.php \Drupal\devel\DevelDumperPluginManagerInterface::isPluginSupported()
  2. 8.2 src/DevelDumperPluginManagerInterface.php \Drupal\devel\DevelDumperPluginManagerInterface::isPluginSupported()
  3. 4.x src/DevelDumperPluginManagerInterface.php \Drupal\devel\DevelDumperPluginManagerInterface::isPluginSupported()

Checks if plugin has a definition and is supported.

Parameters

string $plugin_id: The ID of the plugin to check.

Return value

bool TRUE if the plugin is supported, FALSE otherwise.

1 method overrides DevelDumperPluginManagerInterface::isPluginSupported()
DevelDumperPluginManager::isPluginSupported in src/DevelDumperPluginManager.php
Checks if plugin has a definition and is supported.

File

src/DevelDumperPluginManagerInterface.php, line 22

Class

DevelDumperPluginManagerInterface
Interface DevelDumperPluginManagerInterface.

Namespace

Drupal\devel

Code

public function isPluginSupported($plugin_id);