Skip to main content
Home
Hostdog docs
Documentation & API reference

Main menu

  • Drupal 7
  • Drupal 8
  • Drupal 9

You are here

Home » API reference » Drupal 8.x

Search Drupal 8.x

Partial match search is supported

API Navigation

  • Drupal 8.x
  • Topics
  • Classes
  • Functions
  • Files
  • Namespaces
  • Services
  • Constants
  • Globals
  • Deprecated

FooBar.php

Same filename in this branch
  1. 8.x drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/FooBar.php
  2. 8.x drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike/FooBar.php
  3. 8.x drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced2/FooBar.php
  4. 8.x drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced/FooBar.php
  5. 8.x drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike2/FooBar.php
  6. 8.x drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php
  7. 8.x drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Apc/Pearlike/FooBar.php

Namespace

Apc\Namespaced

File

drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php
View source
<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
namespace Apc\Namespaced;

class FooBar {
  public static $loaded = true;

}

Classes

Namesort descending Description
FooBar