You are here

protected function EntityReferenceFieldInheritanceFactory::getManager in Field Inheritance 2.0.x

Same name and namespace in other branches
  1. 8 src/EntityReferenceFieldInheritanceFactory.php \Drupal\field_inheritance\EntityReferenceFieldInheritanceFactory::getManager()

Returns the FieldInheritancePluginManager plugin manager.

Return value

\Drupal\recurring_events\FieldInheritancePluginManager The FieldInheritancePluginManager plugin manager.

1 call to EntityReferenceFieldInheritanceFactory::getManager()
EntityReferenceFieldInheritanceFactory::computeValue in src/EntityReferenceFieldInheritanceFactory.php
Compute the field property from state.

File

src/EntityReferenceFieldInheritanceFactory.php, line 84

Class

EntityReferenceFieldInheritanceFactory
The EntityReferenceFieldInheritanceFactory class.

Namespace

Drupal\field_inheritance

Code

protected function getManager() {
  return \Drupal::service('plugin.manager.field_inheritance');
}