You are here

public function TestVariantCollectionTrait::setUuidGenerator in Chaos Tool Suite (ctools) 8.3

Parameters

\Drupal\Component\Uuid\UuidInterface $uuid_generator:

Return value

$this

File

tests/src/Unit/VariantCollectionTraitTest.php, line 175

Class

TestVariantCollectionTrait

Namespace

Drupal\Tests\ctools\Unit

Code

public function setUuidGenerator(UuidInterface $uuid_generator) {
  $this->uuidGenerator = $uuid_generator;
  return $this;
}