Same filename in this branch
  1. 10 autoload.php
  2. 10 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Autoload.php
Same filename and directory in other branches
  1. 8.9.x autoload.php
  2. 9 autoload.php

File

autoload.php
View source
<?php

/**
 * @file
 * Includes the autoloader created by Composer.
 *
 * @see composer.json
 * @see index.php
 * @see core/install.php
 * @see core/rebuild.php
 */
return require __DIR__ . '/vendor/autoload.php';