public function Reference::isStrict in Service Container 7
Same name and namespace in other branches
- 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Reference.php \Symfony\Component\DependencyInjection\Reference::isStrict()
Returns true when this Reference is strict.
Return value
bool
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ Reference.php, line 68
Class
- Reference
- Reference represents a service reference.
Namespace
Symfony\Component\DependencyInjectionCode
public function isStrict() {
return $this->strict;
}