class TestStaticMethodClass

Same name and namespace in other branches
  1. 10 core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php \Drupal\Tests\Component\Utility\TestStaticMethodClass

Hierarchy

Expanded class hierarchy of TestStaticMethodClass

File

core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php, line 206

Namespace

Drupal\Tests\Component\Utility
View source
class TestStaticMethodClass {
    public static function access($foo) {
    }

}

Members

Title Sort descending Modifiers Object type Summary
TestStaticMethodClass::access public static function

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