DefinitionSource
in
Source of definitions for entries of the container.
Tags
Table of Contents
Methods
- getDefinition() : Definition|null
- Returns the DI definition for the entry name.
- getDefinitions() : array<string, Definition>
Methods
getDefinition()
Returns the DI definition for the entry name.
public
getDefinition(string $name) : Definition|null
Parameters
- $name : string
Tags
Return values
Definition|nullgetDefinitions()
public
getDefinitions() : array<string, Definition>
Return values
array<string, Definition> —Definitions indexed by their name.