function EntityDisplayWithLayoutInterface::getLayoutId
Same name in other branches
- 9 core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayoutId()
- 8.9.x core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayoutId()
- 10 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\DisplayCode
public function getLayoutId();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.