You are here

public function RegistrationInterface::setConfirmed in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/RegistrationInterface.php \Drupal\rng\Entity\RegistrationInterface::setConfirmed()

Set the registration to confirmed (or unconfirmed).

Parameters

bool $confirmed: Whether to set confirmed or unconfirmed.

Return value

\Drupal\rng\Entity\RegistrationInterface Returns registration for chaining.

1 method overrides RegistrationInterface::setConfirmed()
Registration::setConfirmed in src/Entity/Registration.php
Set the registration to confirmed (or unconfirmed).

File

src/Entity/RegistrationInterface.php, line 77

Class

RegistrationInterface
Provides an interface defining a Registration entity.

Namespace

Drupal\rng\Entity

Code

public function setConfirmed($confirmed);