You are here

protected property BlazyAdminBase::$entityDisplayRepository in Blazy 8.2

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

The entity type manager service.

Type: \Drupal\Core\Entity\EntityDisplayRepositoryInterface

File

src/Form/BlazyAdminBase.php, line 65

Class

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

Namespace

Drupal\blazy\Form

Code

protected $entityDisplayRepository;