public function EmailConfirmationInterface::setProperty in Email confirmer 8
Sets a property value.
Parameters
string $key: Property key.
mixed $value: Value to store. NULL will delete the property.
Return value
\Drupal\email_confirmer\EmailConfirmationInterface The called email confirmation entity.
1 method overrides EmailConfirmationInterface::setProperty()
- EmailConfirmation::setProperty in src/
Entity/ EmailConfirmation.php - Sets a property value.
File
- src/
EmailConfirmationInterface.php, line 262
Class
- EmailConfirmationInterface
- Email confirmation interface.
Namespace
Drupal\email_confirmerCode
public function setProperty($key, $value = NULL);