function TestVariantCollectionTrait::uuidGenerator
Returns the UUID generator.
Return value
\Drupal\Component\Uuid\UuidInterface
Overrides VariantCollectionTrait::uuidGenerator
File
-
tests/
src/ Unit/ VariantCollectionTraitTest.php, line 187
Class
Namespace
Drupal\Tests\ctools\UnitCode
protected function uuidGenerator() {
return $this->uuidGenerator;
}