You are here

autoload.php in Drupal 8

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
 * @see core/modules/statistics/statistics.php
 */
return require __DIR__ . '/vendor/autoload.php';