autoload.php

Same filename in this branch
  1. 11.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Autoload.php
Same filename and directory in other branches
  1. 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Autoload.php
  2. 9 autoload.php
  3. 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Autoload.php
  4. 8.9.x autoload.php
  5. 10 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Autoload.php
  6. 10 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';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.