You are here

class FooBar in Zircon Profile 8.0

Same name in this branch
  1. 8.0 vendor/symfony/class-loader/Tests/Fixtures/Apc/Namespaced/FooBar.php \Apc\Namespaced\FooBar
  2. 8.0 vendor/symfony/class-loader/Tests/Fixtures/fallback/Namespaced2/FooBar.php \Namespaced2\FooBar
  3. 8.0 vendor/symfony/class-loader/Tests/Fixtures/fallback/Namespaced/FooBar.php \Namespaced\FooBar
  4. 8.0 vendor/symfony/class-loader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php \Apc\Namespaced\FooBar
Same name and namespace in other branches
  1. 8 vendor/symfony/class-loader/Tests/Fixtures/fallback/Namespaced/FooBar.php \Namespaced\FooBar

Hierarchy

Expanded class hierarchy of FooBar

7 string references to 'FooBar'
CallbackTest::testCallbackWithClassMethod in core/modules/migrate/tests/src/Unit/process/CallbackTest.php
Test callback with a class method as callable.
CallbackTest::testCallbackWithFunction in core/modules/migrate/tests/src/Unit/process/CallbackTest.php
Test callback with a function as callable.
ContainerTest::dataForTestCamelize in vendor/symfony/dependency-injection/Tests/ContainerTest.php
ContainerTest::dataForTestUnderscore in vendor/symfony/dependency-injection/Tests/ContainerTest.php
CrawlerTest::testForm in vendor/symfony/dom-crawler/Tests/CrawlerTest.php

... See full list

File

vendor/symfony/class-loader/Tests/Fixtures/fallback/Namespaced/FooBar.php, line 14

Namespace

Namespaced
View source
class FooBar {
  public static $loaded = true;

}

Members