protected function getParameters() { if (!
$this->container->
getParameterBag()->
all()) { return [];
} $parameters =
$this->container->
getParameterBag()->
all();
$is_compiled =
$this->container->
isCompiled();
return $this->
prepareParameters($parameters,
$is_compiled);
} /**
* Gets services of the container as a PHP array.
*
* @return array
* The service definitions.
*/
protected function getServiceDefinitions() { if (!
$this->container->
getDefinitions()) { return [];
}