protected function DummyTooltip::currentPath in Glossify 8
Get current path.
Overrides GlossifyBase::currentPath
File
- tests/
src/ Unit/ GlossifyBaseTest.php, line 119
Class
- DummyTooltip
- Dummy tooltip object.
Namespace
Drupal\Tests\glossify\UnitCode
protected function currentPath() {
return '/some/internal/path';
}