class c

Hierarchy

  • class \c implements b

Expanded class hierarchy of c

72 string references to 'c'
aggregator_load_feed_items in drupal/core/modules/aggregator/aggregator.pages.inc
Loads and optionally filters feed items.
ajax_forms_test_validation_form_callback in drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module
Ajax form callback: Selects the 'drivertext' element of the validation form.
ajax_forms_test_validation_number_form_callback in drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module
Ajax form callback: Selects the 'drivernumber' element of the validation form.
ArgumentStringTest::testGlossary in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentStringTest.php
Tests the glossary feature.
CheckCircularReferencesPassTest::testDeepCircularReference in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php
@expectedException \Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException

... See full list

File

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

View source
class c implements b {
  public function foo() {
  }
  public function baz(Baz $baz) {
  }

}

Members

Namesort descending Modifiers Type Description Overrides
c::baz public function Overrides b::baz
c::foo public function