bool isDeprecated() Whether this definition is deprecated, that means it should not be called anymore. Return Value bool
bool isShared() Whether this service is shared. Return Value bool
bool isAutowired() Is the definition autowired? Return Value bool
bool hasTag(string $name) Whether this definition has a tag with the given name. Parameters string $name Return Value bool
bool hasMethodCall(string $method) Check if the current definition has a given method to call after service initialization. Parameters string $method The method name to search for Return Value bool
bool isAbstract() Whether this definition is abstract, that means it merely serves as a template for other definitions. Return Value bool
array getMethodCalls() Gets the methods to call after service initialization. Return Value array An array of method calls
string|null getFile() Gets the file to require before creating the service. Return Value string|null The full pathname to include
bool hasAutowiringType(string $type) Will this definition default for the given type? Parameters string $type Return Value bool
getProperties()
Page 548 of 787