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