public function Reference::isStrict

Returns true when this Reference is strict

Return value

Boolean

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Reference.php, line 68

Class

Reference
Reference represents a service reference.

Namespace

Symfony\Component\DependencyInjection

Code

public function isStrict() {
  return $this->strict;
}