Skip to content
Snippets Groups Projects
Select Git revision
  • 3443882-plugin-option-attribute
  • 11.x default
  • 3443882-attribute-variadic-other-properties
  • 3443882-plugin-provider-attr
  • 3443882-allow-supplemental-plugin-attributes
  • 10.3.x
  • 7.x
  • 10.2.x
  • 10.1.x
  • 9.5.x
  • 10.0.x
  • 9.4.x
  • 9.3.x
  • 9.2.x
  • 9.1.x
  • 8.9.x
  • 9.0.x
  • 8.8.x
  • 8.7.x
  • 8.6.x
  • previous/3443882-attribute-variadic-other-properties/2025-03-29
  • previous/3443882-attribute-variadic-other-properties/2025-01-31
  • previous/3443882-attribute-variadic-other-properties/2024-12-24
  • previous/3443882-plugin-provider-attr/2024-12-22
  • previous/3443882-plugin-provider-attr/2024-12-19
  • previous/3443882-plugin-provider-attr/2024-11-18
  • previous/3443882-plugin-provider-attr/2024-11-17
  • previous/3443882-plugin-option-attribute/2024-11-15-2
  • previous/3443882-plugin-option-attribute/2024-11-15-1
  • previous/3443882-plugin-option-attribute/2024-11-15
  • previous/3443882-plugin-option-attribute/2024-11-14-2
  • previous/3443882-plugin-option-attribute/2024-11-14-1
  • previous/3443882-plugin-option-attribute/2024-11-14
  • previous/3443882-plugin-option-attribute/2024-11-13-2
  • previous/3443882-plugin-option-attribute/2024-11-13-1
  • previous/3443882-plugin-option-attribute/2024-11-13
  • previous/3443882-allow-supplemental-plugin-attributes/2024-10-09
  • previous/3443882-allow-supplemental-plugin-attributes/2024-07-15-1
  • previous/3443882-allow-supplemental-plugin-attributes/2024-07-15
  • previous/3443882-allow-supplemental-plugin-attributes/2024-07-10
40 results

autoload.php

Blame
  • Forked from project / drupal
    1177 commits behind, 15 commits ahead of the upstream repository.
    Lee Rowlands's avatar
    Issue #3410210 by quietone, sourabhjain, smustgrave, Spokje, catch: Remove...
    Lee Rowlands authored
    Issue #3410210 by quietone, sourabhjain, smustgrave, Spokje, catch: Remove statistics module from comments
    4a530812
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    autoload.php 215 B
    <?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';