ContainerBagInterface
interface ContainerBagInterface implementsContainerInterface
ContainerBagInterface is the interface implemented by objects that manage service container parameters.
Methods
array
all()
Gets the service container parameters.
mixed
resolveValue(mixed$value)
Replaces parameter placeholders (%name%) by their values.
mixed
escapeValue(mixed$value)
Escape parameter placeholders %.
mixed
unescapeValue(mixed$value)
Unescape parameter placeholders %.