function EntityTypeInterface::getDecoratedClasses

Same name and namespace in other branches
  1. main core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getDecoratedClasses()

Gets the list of all the classes for this entity type.

In case the class name was changed with setClass(), this will return the list of all the changes.

Return value

class-string[] The list of classes.

1 method overrides EntityTypeInterface::getDecoratedClasses()
EntityType::getDecoratedClasses in core/lib/Drupal/Core/Entity/EntityType.php
Gets the list of all the classes for this entity type.

File

core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 85

Class

EntityTypeInterface
Provides an interface for an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function getDecoratedClasses() : array;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.