function TestBlockVariantTrait::uuidGenerator

Same name in other branches
  1. 4.0.x tests/src/Unit/BlockVariantTraitTest.php \Drupal\Tests\ctools\Unit\TestBlockVariantTrait::uuidGenerator()

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;
}