public function MollieProfile::setEntityManager in Mollie Payment 8.2
Sets the entity manager.
Parameters
\Drupal\Core\Entity\EntityManagerInterface $entity_manager:
Return value
$this
File
- src/
Entity/ MollieProfile.php, line 136
Class
- MollieProfile
- Defines a Mollie profile entity.
Namespace
Drupal\mollie_payment\EntityCode
public function setEntityManager(EntityManagerInterface $entity_manager) {
$this->entityManager = $entity_manager;
return $this;
}