function TestVariantCollectionTrait::uuidGenerator
Same name and namespace in other branches
- 4.0.x tests/src/Unit/VariantCollectionTraitTest.php \Drupal\Tests\ctools\Unit\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;
}