Final Class Yiisoft\Yii\Debug\DebugServiceProvider
| Inheritance | Yiisoft\Yii\Debug\DebugServiceProvider |
|---|---|
| Implements | Yiisoft\Di\ServiceProviderInterface |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getDefinitions() | Yiisoft\Yii\Debug\DebugServiceProvider | |
| getExtensions() | Yiisoft\Yii\Debug\DebugServiceProvider |
Method Details
| public array getDefinitions ( ) |
public function getDefinitions(): array
{
return [
ContainerInterface::class =>
static fn (ContainerInterface $container, ContainerProxyConfig $config) => new ContainerInterfaceProxy(
$container,
$config,
),
];
}
Signup or Login in order to comment.