19 declare(strict_types=1);
33 public function hasComponent(
string $type,
string $name): bool;
Readable part of repository interface to ilComponentDataDB.
hasPluginId(string $id)
Check if a plugin exists.
hasPluginSlotId(string $id)
Check if a slot exists.
getPlugins()
Get all plugins.
getComponents()
Get all components.
Simple value class for basic information about a pluginslot.
getPluginByName(string $name)
Get a plugin by name.
getComponentById(string $id)
Get a component by id.
hasActivatedPlugin(string $id)
Check if a plugin exists and is activated.
getPluginSlotById(string $id)
Get pluginslot by id.
getPluginById(string $id)
Get a plugin by id.
Simple value class for information about a plugin.
getPluginSlots()
Get all pluginslots.
hasComponent(string $type, string $name)
Check if a component exists.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
getComponentByTypeAndName(string $type, string $name)
Get a component by type and name.
hasComponentId(string $id)
Check if a component exists.
Simple value class for basic information about a component.