interface b

Hierarchy

  • interface \b extends \a

Expanded class hierarchy of b

All classes that implement b

105 string references to 'b'
AnalyzeServiceReferencesPassTest::testProcess in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php
ArgumentStringTest::testGlossary in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentStringTest.php
Tests the glossary feature.
AutoExpireFlashBagTest::testSetAll in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php
BookManager::loadBooks in drupal/core/modules/book/lib/Drupal/book/BookManager.php
Loads Books Array.
book_menu_subtree_data in drupal/core/modules/book/book.module
Gets the data representing a subtree of the book hierarchy.

... See full list

File

drupal/core/vendor/phpunit/php-token-stream/Tests/_files/source4.php, line 15

View source
interface b extends a {
  public function baz(Baz $baz);

}

Members