You are here

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

Gets the Organization name.

Return value

string Name of the Organization.

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

File

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

Class

OrganizationInterface
Provides an interface for defining Organization entities.

Namespace

Drupal\pm_organization\Entity

Code

public function getName();