Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
19
autoload.php
Normal file
19
autoload.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Includes the autoloader created by Composer.
|
||||
*
|
||||
* This file can be edited to change the autoloader if you are managing a
|
||||
* project's dependencies using Composer. If Drupal code requires the
|
||||
* autoloader, it should always be loaded using this file so that projects
|
||||
* using Composer continue to work.
|
||||
*
|
||||
* @see composer.json
|
||||
* @see index.php
|
||||
* @see core/install.php
|
||||
* @see core/rebuild.php
|
||||
* @see core/modules/statistics/statistics.php
|
||||
*/
|
||||
|
||||
return require __DIR__ . '/core/vendor/autoload.php';
|
Reference in a new issue