public function Reference::getInvalidBehavior in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Reference.php \Symfony\Component\DependencyInjection\Reference::getInvalidBehavior()
Returns the behavior to be used when the service does not exist.
Return value
int
File
- vendor/
symfony/ dependency-injection/ Reference.php, line 56
Class
- Reference
- Reference represents a service reference.
Namespace
Symfony\Component\DependencyInjectionCode
public function getInvalidBehavior() {
return $this->invalidBehavior;
}