You are here

protected function TestVariantCollectionTrait::uuidGenerator in Chaos Tool Suite (ctools) 8.3

Returns the UUID generator.

Return value

\Drupal\Component\Uuid\UuidInterface

Overrides VariantCollectionTrait::uuidGenerator

File

tests/src/Unit/VariantCollectionTraitTest.php, line 183

Class

TestVariantCollectionTrait

Namespace

Drupal\Tests\ctools\Unit

Code

protected function uuidGenerator() {
  return $this->uuidGenerator;
}