public function BulkEntityTypeInfo::__construct in Commerce Bulk 8
EntityTypeInfo constructor.
Parameters
\Drupal\Core\Session\AccountInterface $current_user: Current user.
File
- src/
BulkEntityTypeInfo.php, line 36
Class
- BulkEntityTypeInfo
- Manipulates entity type information.
Namespace
Drupal\commerce_bulkCode
public function __construct(AccountInterface $current_user) {
$this->currentUser = $current_user;
}