array getTags() Returns all tags. Return Value array An array of tags
getProperties()
string|array getFactory() Gets the factory. Return Value string|array The PHP function or an array containing a class/Reference and a method to call
callable|null getConfigurator() Gets the configurator to call after the service is fully initialized. Return Value callable|null The PHP callable to call
string|null getClass() Gets the service class. Return Value string|null The service class
string getDeprecationMessage(string $id) Message to use if this definition is deprecated. Parameters string $id Service id relying on this definition Return Value string
null|array getDecoratedService() Gets the service that decorates this service. Return Value null|array An array composed of the decorated service id, the new id for it and the priority of decoration, null if no service is decorated
Definition clearTag(string $name) Clears all tags for a given name. Parameters string $name The tag name Return Value Definition
string[] getAutowiringTypes() Gets autowiring types that will default to this definition. Return Value string[]
Definition clearTags() Clears the tags for this definition. Return Value Definition The current instance
Page 549 of 787