function DevelDumperPluginManagerInterface::isPluginSupported
Same name in other branches
- 5.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\develCode
public function isPluginSupported($plugin_id);