function PluginTest::testGetId

Same name in this branch
  1. main core/tests/Drupal/Tests/Component/Annotation/PluginTest.php \Drupal\Tests\Component\Annotation\PluginTest::testGetId()
Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Component/Annotation/PluginTest.php \Drupal\Tests\Component\Annotation\PluginTest::testGetId()
  2. 11.x core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php \Drupal\Tests\Component\Plugin\Attribute\PluginTest::testGetId()
  3. 10 core/tests/Drupal/Tests/Component/Annotation/PluginTest.php \Drupal\Tests\Component\Annotation\PluginTest::testGetId()
  4. 10 core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php \Drupal\Tests\Component\Plugin\Attribute\PluginTest::testGetId()
  5. 9 core/tests/Drupal/Tests/Component/Annotation/PluginTest.php \Drupal\Tests\Component\Annotation\PluginTest::testGetId()
  6. 8.9.x core/tests/Drupal/Tests/Component/Annotation/PluginTest.php \Drupal\Tests\Component\Annotation\PluginTest::testGetId()

Tests get id.

File

core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php, line 46

Class

PluginTest
Tests Drupal\Component\Plugin\Attribute\Plugin.

Namespace

Drupal\Tests\Component\Plugin\Attribute

Code

public function testGetId() : void {
  $plugin = new Plugin(id: 'example');
  $this->assertEquals('example', $plugin->getId());
}

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