You are here

public function LinkedFieldManagerInterface::getDisplaySettings in Linked Field 8

Get Linked Field display settings for a given entity.

Parameters

\Drupal\Core\Entity\EntityInterface $entity: The entity being viewed.

string $view_mode: The name of the view mode.

string $field_name: The name of the field.

Return value

array Getting linked field display settings.

Deprecated

No longer used by internal code and not recommended.

1 method overrides LinkedFieldManagerInterface::getDisplaySettings()
LinkedFieldManager::getDisplaySettings in src/LinkedFieldManager.php
Get Linked Field display settings for a given entity.

File

src/LinkedFieldManagerInterface.php, line 60

Class

LinkedFieldManagerInterface
Interface LinkedFieldManagerInterface.

Namespace

Drupal\linked_field

Code

public function getDisplaySettings(EntityInterface $entity, $view_mode, $field_name);