You are here

public function Reference::getInvalidBehavior in Zircon Profile 8

Same name and namespace in other branches
  1. 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\DependencyInjection

Code

public function getInvalidBehavior() {
  return $this->invalidBehavior;
}