You are here

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

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

Returns the FieldInheritancePluginManager plugin manager.

Return value

\Drupal\field_inheritance\FieldInheritancePluginManager The FieldInheritancePluginManager plugin manager.

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

File

src/FieldInheritanceFactory.php, line 80

Class

FieldInheritanceFactory
The FieldInheritanceFactory class.

Namespace

Drupal\field_inheritance

Code

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