EmailDeleterInterface

Extends

Interface EmailDeleterInterface

category

System

package

Email

subpackage

Interfaces

Methods

Removes a record from the database.

delete(\EmailInterface $email) 

This method will delete all the email relevant entities from the database. It will not throw an exception if the given record is not found.

Arguments

$email

\EmailInterface

E-Mail.