You are here

protected function FeedsExCommonTrait::absolutePath in Feeds extensible parsers 8

Returns the absolute directory path of the Feed Extensible parsers module.

Return value

string The absolute path to the Feeds module.

1 call to FeedsExCommonTrait::absolutePath()
FeedsExCommonTrait::resourcesPath in tests/src/Traits/FeedsExCommonTrait.php
Returns the absolute directory path of the resources folder.

File

tests/src/Traits/FeedsExCommonTrait.php, line 28

Class

FeedsExCommonTrait
Provides methods useful for Kernel and Functional tests.

Namespace

Drupal\Tests\feeds_ex\Traits

Code

protected function absolutePath() {
  return $this
    ->absolute() . '/' . drupal_get_path('module', 'feeds_ex');
}