materiau = $materiau; } /** * Gets the materiau to be served. * * @return \Drupal\Core\Entity\EntityInterface|null * The materiau to be served. */ public function materiau(): ?EntityInterface { return $this->materiau; } }