string getId() Returns the identifier.
setBeforeOptimizationPasses(array $passes) Sets the BeforeOptimization passes.
setAfterRemovingPasses(array $passes) Sets the AfterRemoving passes.
class ServiceReferenceGraph This is a directed graph of your services. This information
formatInlineService(
class ServiceReferenceGraphNode Represents a node in your service graph. Value is typically
bool hasNode(string $id) Checks if the graph has a specific node.
array getInEdges() Returns the in edges.
array getOutEdges() Returns the out edges.
ServiceReferenceGraphNode[] getNodes() Returns all nodes. Return Value ServiceReferenceGraphNode[] An array of all ServiceReferenceGraphNode objects
Page 4 of 8