function PathFieldDefinitionTest::getModuleAndPath
Same name in other branches
- 9 core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php \Drupal\Tests\path\Unit\Field\PathFieldDefinitionTest::getModuleAndPath()
- 10 core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php \Drupal\Tests\path\Unit\Field\PathFieldDefinitionTest::getModuleAndPath()
- 11.x core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php \Drupal\Tests\path\Unit\Field\PathFieldDefinitionTest::getModuleAndPath()
Overrides BaseFieldDefinitionTestBase::getModuleAndPath
File
-
core/
modules/ path/ tests/ src/ Unit/ Field/ PathFieldDefinitionTest.php, line 23
Class
- PathFieldDefinitionTest
- @coversDefaultClass \Drupal\Core\Field\BaseFieldDefinition @group path
Namespace
Drupal\Tests\path\Unit\FieldCode
protected function getModuleAndPath() {
return [
'path',
dirname(dirname(dirname(dirname(__DIR__)))),
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.