public function ContainerBuilder::isTrackingResources

Checks if resources are tracked.

Return value

Boolean true if resources are tracked, false otherwise

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php, line 99

Class

ContainerBuilder
ContainerBuilder is a DI container that provides an API to easily describe services.

Namespace

Symfony\Component\DependencyInjection

Code

public function isTrackingResources() {
  return $this->trackResources;
}