function PluginTest::testGetProvider
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Component/Annotation/PluginTest.php \Drupal\Tests\Component\Annotation\PluginTest::testGetProvider()
- 10 core/tests/Drupal/Tests/Component/Annotation/PluginTest.php \Drupal\Tests\Component\Annotation\PluginTest::testGetProvider()
- 9 core/tests/Drupal/Tests/Component/Annotation/PluginTest.php \Drupal\Tests\Component\Annotation\PluginTest::testGetProvider()
- 8.9.x core/tests/Drupal/Tests/Component/Annotation/PluginTest.php \Drupal\Tests\Component\Annotation\PluginTest::testGetProvider()
Tests get provider.
File
-
core/
tests/ Drupal/ Tests/ Component/ Annotation/ PluginTest.php, line 59
Class
Namespace
Drupal\Tests\Component\AnnotationCode
public function testGetProvider() : void {
$plugin = new Plugin([
'provider' => 'example',
]);
$this->assertEquals('example', $plugin->getProvider());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.