Returns the behavior to be used when the service does not exist.
Return value
int
File
- drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Reference.php, line 58
Class
- Reference
- Reference represents a service reference.
Namespace
Symfony\Component\DependencyInjection
Code
public function getInvalidBehavior() {
return $this->invalidBehavior;
}