function EntityTypeInfo::__construct
Same name in other branches
- 4.x src/EntityTypeInfo.php \Drupal\devel\EntityTypeInfo::__construct()
EntityTypeInfo constructor.
Parameters
\Drupal\Core\Session\AccountInterface $current_user: Current user.
File
-
src/
EntityTypeInfo.php, line 34
Class
- EntityTypeInfo
- Manipulates entity type information.
Namespace
Drupal\develCode
public function __construct(AccountInterface $current_user) {
$this->currentUser = $current_user;
}