function TestVariantCollectionTrait::setUuidGenerator
Parameters
\Drupal\Component\Uuid\UuidInterface $uuid_generator:
Return value
$this
File
-
tests/
src/ Unit/ VariantCollectionTraitTest.php, line 179
Class
Namespace
Drupal\Tests\ctools\UnitCode
public function setUuidGenerator(UuidInterface $uuid_generator) {
$this->uuidGenerator = $uuid_generator;
return $this;
}