public function PbfSynchronize::__construct in Permissions by field 8
PbfSynchronize constructor.
Parameters
\Drupal\Core\Entity\EntityFieldManagerInterface $entity_field_manager:
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager:
\Drupal\Core\Config\ConfigFactoryInterface $config_factory:
File
- src/
PbfSynchronize.php, line 47
Class
- PbfSynchronize
- Class PbfSynchronize.
Namespace
Drupal\pbfCode
public function __construct(EntityFieldManagerInterface $entity_field_manager, EntityTypeManagerInterface $entity_type_manager, ConfigFactoryInterface $config_factory) {
$this->entityFieldManager = $entity_field_manager;
$this->entityTypeManager = $entity_type_manager;
$this->configFactory = $config_factory;
}