You are here

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

Parameters

\Drupal\Component\Uuid\UuidInterface $uuid_generator:

Return value

$this

File

tests/src/Unit/BlockVariantTraitTest.php, line 107

Class

TestBlockVariantTrait

Namespace

Drupal\Tests\ctools\Unit

Code

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