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
Namespace
Drupal\Tests\ctools\UnitCode
protected function uuidGenerator() {
return $this->uuidGenerator;
}