public function Definition::isSynthetic in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Definition.php \Symfony\Component\DependencyInjection\Definition::isSynthetic()
 
Whether this definition is synthetic, that is not constructed by the container, but dynamically injected.
Return value
bool
File
- vendor/
symfony/ dependency-injection/ Definition.php, line 670  
Class
- Definition
 - Definition represents a service definition.
 
Namespace
Symfony\Component\DependencyInjectionCode
public function isSynthetic() {
  return $this->synthetic;
}