function TestBlockVariantTrait::uuidGenerator

Returns the UUID generator.

Return value

\Drupal\Component\Uuid\UuidInterface

Overrides BlockVariantTrait::uuidGenerator

File

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

Class

TestBlockVariantTrait

Namespace

Drupal\Tests\ctools\Unit

Code

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