You are here

public function PluginTypeManagerInterface::hasPluginType in Plugin 8.2

Checks whether a plugin type is known.

Parameters

string $id: The plugin type's ID.

Return value

bool

1 method overrides PluginTypeManagerInterface::hasPluginType()
PluginTypeManager::hasPluginType in src/PluginType/PluginTypeManager.php
Checks whether a plugin type is known.

File

src/PluginType/PluginTypeManagerInterface.php, line 18

Class

PluginTypeManagerInterface
Defines a plugin type manager.

Namespace

Drupal\plugin\PluginType

Code

public function hasPluginType($id);