You are here

abstract public function RevisionLogEntityTrait::getEntityType in Drupal 9

Gets the entity type definition.

Return value

\Drupal\Core\Entity\ContentEntityTypeInterface The content entity type definition.

File

core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php, line 150

Class

RevisionLogEntityTrait
Provides a trait for accessing revision logging and ownership information.

Namespace

Drupal\Core\Entity

Code

public abstract function getEntityType();