You are here

public function OrganizationInterface::setName in Drupal PM (Project Management) 4.x

Sets the Organization name.

Parameters

string $name: The Organization name.

Return value

\Drupal\pm_organization\Entity\OrganizationInterface The called Organization entity.

1 method overrides OrganizationInterface::setName()
Organization::setName in modules/pm_organization/src/Entity/Organization.php
Sets the Organization name.

File

modules/pm_organization/src/Entity/OrganizationInterface.php, line 39

Class

OrganizationInterface
Provides an interface for defining Organization entities.

Namespace

Drupal\pm_organization\Entity

Code

public function setName($name);