You are here

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

Returns the UUID generator.

Return value

\Drupal\Component\Uuid\UuidInterface

Overrides BlockVariantTrait::uuidGenerator

File

tests/src/Unit/BlockVariantTraitTest.php, line 115

Class

TestBlockVariantTrait

Namespace

Drupal\Tests\ctools\Unit

Code

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