NAME
NAME
The main plugin class. Responsible for setting up to core plugin services.
$services :array<mixed,\Barn2\WDQ_Lib\Service>
get_service(string $id): \Barn2\WDQ_Lib\Service
Gets the plugin service by ID.
string | $id | The service ID |
The service object
get_services(): array<mixed,\Barn2\WDQ_Lib\Service>
Gets all the plugin services.
The array of plugin services.