function TestBlockVariantTrait::uuidGenerator
Same name and namespace in other branches
- 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
Namespace
Drupal\Tests\ctools\UnitCode
protected function uuidGenerator() {
return $this->uuidGenerator;
}