public function FieldManager::__construct in Scheduled Updates 8
UpdateRunner constructor.
Parameters
\Drupal\Core\Entity\EntityFieldManagerInterface $entityFieldManager:
\Drupal\Core\Config\ConfigFactoryInterface $config_factory:
File
- src/
FieldManager.php, line 51 - Contains \Drupal\scheduled_updates\FieldManager.
Class
- FieldManager
- Field Manager for handling fields for Scheduled Updates.
Namespace
Drupal\scheduled_updatesCode
public function __construct(EntityFieldManagerInterface $entityFieldManager, ConfigFactoryInterface $config_factory) {
$this->entityFieldManager = $entityFieldManager;
$this->configFactory = $config_factory;
}