function PathFieldDefinitionTest::getPluginId
Returns the plugin ID of the tested field type.
Return value
string The plugin ID.
Overrides BaseFieldDefinitionTestBase::getPluginId
File
-
core/
modules/ path/ tests/ src/ Unit/ Field/ PathFieldDefinitionTest.php, line 22
Class
Namespace
Drupal\Tests\path\Unit\FieldCode
protected function getPluginId() : string {
return 'path';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.