Elgg  Version 5.1
PublicContainer.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Elgg\Di;
4 
29 
33  public static function getDefinitionSources(): array {
34  return [\Elgg\Project\Paths::elgg() . 'engine/public_services.php'];
35  }
36 }
static elgg()
Get the Elgg codebase path with "/".
Definition: Paths.php:44
Base DI Container class.
Definition: DiContainer.php:13