You are here

public function FormModeManagerInterface::getActiveDisplays in Form mode manager 8.2

Same name and namespace in other branches
  1. 8 src/FormModeManagerInterface.php \Drupal\form_mode_manager\FormModeManagerInterface::getActiveDisplays()

Returns entity (form) displays for the current entity display type.

Parameters

string $entity_type_id: The entity type ID to check active modes.

Return value

array The Display mode id for defined entity_type_id.

1 method overrides FormModeManagerInterface::getActiveDisplays()
FormModeManager::getActiveDisplays in src/FormModeManager.php
Returns entity (form) displays for the current entity display type.

File

src/FormModeManagerInterface.php, line 31

Class

FormModeManagerInterface
Interface FormModeManagerInterface.

Namespace

Drupal\form_mode_manager

Code

public function getActiveDisplays($entity_type_id);