public function EntityShareCronServiceTest::getRemotesConfig in Entity Share Cron 8
Same name and namespace in other branches
- 8.2 tests/src/Unit/EntityShareCronServiceTest.php \Drupal\Tests\entity_share_cron\Unit\EntityShareCronServiceTest::getRemotesConfig()
Returns the remotes configuration.
Return value
array Remotes configuration.
File
- tests/
src/ Unit/ EntityShareCronServiceTest.php, line 246
Class
- EntityShareCronServiceTest
- @coversDefaultClass \Drupal\entity_share_cron\EntityShareCronService @group entity_share_cron
Namespace
Drupal\Tests\entity_share_cron\UnitCode
public function getRemotesConfig() {
return $this->remotesConfig;
}