Skip to main content
Home
Hostdog docs
Documentation & API reference

Main menu

  • Drupal 7
  • Drupal 8
  • Drupal 9

You are here

Home » API reference » Drupal 9.x

Search Drupal 9.x

Partial match search is supported

API Navigation

  • Drupal 9.x
  • Topics
  • Classes
  • Functions
  • Files
  • Namespaces
  • Constants
  • Globals
  • Deprecated

bootstrap.php

Same filename in this branch
  1. 9.x drupal/core/vendor/twig/twig/test/bootstrap.php
  2. 9.x drupal/core/vendor/kriswallsmith/assetic/tests/bootstrap.php
  3. 9.x drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/bootstrap.php
  4. 9.x drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/bootstrap.php
  5. 9.x drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/bootstrap.php
  6. 9.x drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/bootstrap.php
  7. 9.x drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/bootstrap.php
  8. 9.x drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/bootstrap.php
  9. 9.x drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/bootstrap.php
  10. 9.x drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/bootstrap.php
  11. 9.x drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/bootstrap.php

File

drupal/core/vendor/twig/twig/test/bootstrap.php
View source
<?php

/*
 * This file is part of Twig.
 *
 * (c) Fabien Potencier
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
require_once dirname(__FILE__) . '/../lib/Twig/Autoloader.php';
Twig_Autoloader::register();