You are here

public function BlazyAdminBase::getEntityDisplayRepository in Blazy 8.2

Same name and namespace in other branches
  1. 8 src/Form/BlazyAdminBase.php \Drupal\blazy\Form\BlazyAdminBase::getEntityDisplayRepository()

Returns the entity display repository.

File

src/Form/BlazyAdminBase.php, line 117

Class

BlazyAdminBase
A base for blazy admin integration to have re-usable methods in one place.

Namespace

Drupal\blazy\Form

Code

public function getEntityDisplayRepository() {
  return $this->entityDisplayRepository;
}