public EntityDisplayBase::getComponents()
Gets the display options for all components.
Return value
array The array of display options, keyed by component name.
Overrides EntityDisplayInterface::getComponents
File
- core/lib/Drupal/Core/Entity/EntityDisplayBase.php, line 308
Class
- EntityDisplayBase
- Provides a common base class for entity view and form displays.
Namespace
Drupal\Core\Entity
Code
public function getComponents() { return $this->content; }
Please login to continue.