function TestBlockVariantTrait::uuidGenerator

Same name and namespace in other branches
  1. 8.x-3.x tests/src/Unit/BlockVariantTraitTest.php \Drupal\Tests\ctools\Unit\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;
}