You are here

public function CdfExpectations::getEntityLoader in Acquia Content Hub 8.2

Returns alternative entity loader.

Return value

callable Alternative entity loader.

File

tests/src/Kernel/Stubs/CdfExpectations.php, line 129

Class

CdfExpectations
Expectations for cdf fixtures.

Namespace

Drupal\Tests\acquia_contenthub\Kernel\Stubs

Code

public function getEntityLoader() : ?callable {
  return $this->entityLoader;
}