You are here

public function JalaliDateBundle::build in PersianTools 8

* Implements \Symfony\Component\HttpKernel\Bundle\BundleInterface::build().

File

jalalidate/src/JalaliDateBundle.php, line 15

Class

JalaliDateBundle
JalaliDate dependency injection container.

Namespace

Drupal\jalalidate

Code

public function build(ContainerBuilder $container) {
  $container
    ->addCompilerPass(new JalaliDatePass());
}