function FixtureDeprecatedClass::testFunction

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php \Drupal\deprecation_test\Deprecation\FixtureDeprecatedClass::testFunction()
  2. 8.9.x core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php \Drupal\deprecation_test\Deprecation\FixtureDeprecatedClass::testFunction()
  3. 10 core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php \Drupal\deprecation_test\Deprecation\FixtureDeprecatedClass::testFunction()

Returns a known value.

Return value

string A known return value.

File

core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php, line 25

Class

FixtureDeprecatedClass
Fixture class for use by DrupalStandardsListenerDeprecationTest.

Namespace

Drupal\deprecation_test\Deprecation

Code

public function testFunction() {
    return 'test';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.