You are here

public function EntityDisplayWithLayoutInterface::getLayoutId in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayoutId()

Gets the layout plugin ID for this display.

Return value

string The layout plugin ID.

File

core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php, line 27

Class

EntityDisplayWithLayoutInterface
Provides a common interface for entity displays that have layout.

Namespace

Drupal\field_layout\Display

Code

public function getLayoutId();