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