You are here

protected property BynderFormatterBase::$entityFieldManager in Bynder 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/Field/FieldFormatter/BynderFormatterBase.php \Drupal\bynder\Plugin\Field\FieldFormatter\BynderFormatterBase::entityFieldManager

The entity field manager service.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

src/Plugin/Field/FieldFormatter/BynderFormatterBase.php, line 56

Class

BynderFormatterBase
Base class for Bynder formatters.

Namespace

Drupal\bynder\Plugin\Field\FieldFormatter

Code

protected $entityFieldManager;