Skip to content
Snippets Groups Projects
Select Git revision
  • 35277fc8675b6a2cbb194f8880145a9c85c845c4
  • 8.3.x default
  • 3221889-add-support-for
  • 8.x-3.x
  • 8.x-2.x
  • 7.x-1.x
  • 7.x-2.x
  • 6.x-2.x
  • 5.x-2.x
  • 6.x-1.x
  • 4.7.x-1.x
  • 4.7.x-2.x
  • 5.x-1.x
  • 8.3.13
  • 8.3.12
  • 8.3.11
  • 8.3.10
  • 8.3.9
  • 8.3.8
  • 8.x-3.8
  • 8.3.7
  • 8.x-3.7
  • 8.3.6
  • 8.x-3.6
  • 8.3.5
  • 8.x-3.5
  • 8.3.4
  • 8.x-3.4
  • 8.3.3
  • 8.x-3.3
  • 8.3.2
  • 8.x-3.2
  • 8.3.1
33 results

Project.php

Blame
  • Forked from project / coder
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    autoload.php 525 B
    <?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';