You are here

public function FormAssemblyEntityInterface::setName in FormAssembly 8

Sets the FormAssembly Form name.

Parameters

string $name: The FormAssembly Form name.

Return value

\Drupal\formassembly\Entity\FormAssemblyEntityInterface The called FormAssembly Form entity.

1 method overrides FormAssemblyEntityInterface::setName()
FormAssemblyEntity::setName in src/Entity/FormAssemblyEntity.php
Sets the FormAssembly Form name.

File

src/Entity/FormAssemblyEntityInterface.php, line 41

Class

FormAssemblyEntityInterface
Provides an interface for defining FormAssembly Form entities.

Namespace

Drupal\formassembly\Entity

Code

public function setName($name);