function NodeBulkUpdate::__construct

File

core/modules/node/src/NodeBulkUpdate.php, line 19

Class

NodeBulkUpdate
Provides a service to update nodes in bulk.

Namespace

Drupal\node

Code

public function __construct(protected readonly EntityTypeManagerInterface $entityTypeManager, protected readonly MessengerInterface $messenger) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.