ContentDeleterInterface
in
Interface ContentDeleterInterface
Table of Contents
- deleteById() : $this|ContentDeleterInterface
- deletes the content data in database by id.
Methods
deleteById()
deletes the content data in database by id.
public
deleteById(ContentIdentificationInterface $Id) : $this|ContentDeleterInterface
Parameters
Return values
$this|ContentDeleterInterface —Same instance for chained method calls.