function BaseFieldDefinitionTestBase::getPluginId

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php \Drupal\Tests\Core\Field\BaseFieldDefinitionTestBase::getPluginId()
  2. 10 core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php \Drupal\Tests\Core\Field\BaseFieldDefinitionTestBase::getPluginId()

Returns the plugin ID of the tested field type.

Return value

string The plugin ID.

File

core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php, line 63

Class

BaseFieldDefinitionTestBase
Provides setup method for testing base field definitions.

Namespace

Drupal\Tests\Core\Field

Code

abstract protected function getPluginId();

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