You are here

public function ThemeFunctionDeprecationAnalyzer::__construct in Upgrade Status 8.3

Same name and namespace in other branches
  1. 8.2 src/ThemeFunctionDeprecationAnalyzer.php \Drupal\upgrade_status\ThemeFunctionDeprecationAnalyzer::__construct()

Constructs a new theme function deprecation analyzer.

Parameters

\Symfony\Component\DependencyInjection\ContainerInterface $this->container: The service container.

File

src/ThemeFunctionDeprecationAnalyzer.php, line 43

Class

ThemeFunctionDeprecationAnalyzer
A theme function deprecation analyzer.

Namespace

Drupal\upgrade_status

Code

public function __construct(ContainerInterface $container) {
  $this->container = $container;
}