You are here

public function ProjectTrait::getProject in Drupal PM (Project Management) 4.x

File

modules/pm_project/src/Entity/ProjectTrait.php, line 66

Class

ProjectTrait
Provides a trait for "belongs" to a project behaviour.

Namespace

Drupal\pm_project\Entity

Code

public function getProject() {
  return (bool) $this
    ->getEntityKey('project');
}