class TestAttribute
Same name in other branches
- 9 core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php \Drupal\Tests\Core\Template\TestAttribute
- 8.9.x core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php \Drupal\Tests\Core\Template\TestAttribute
- 11.x core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php \Drupal\Tests\Core\Template\TestAttribute
- 11.x core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php \Drupal\Tests\Component\Plugin\Discovery\TestAttribute
Hierarchy
- class \Drupal\Tests\Component\Plugin\Discovery\TestAttribute extends \Drupal\Component\Plugin\Attribute\Plugin
Expanded class hierarchy of TestAttribute
File
-
core/
tests/ Drupal/ Tests/ Component/ Plugin/ Discovery/ AttributeBridgeDecoratorTest.php, line 79
Namespace
Drupal\Tests\Component\Plugin\DiscoveryView source
class TestAttribute extends Plugin {
/**
* {@inheritdoc}
*/
public function get() : object {
return new ObjectDefinition(parent::get());
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
TestAttribute::get | public | function |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.