public function EntityTypeInfo::__construct in Devel 8.3
Same name and namespace in other branches
- 8 src/EntityTypeInfo.php \Drupal\devel\EntityTypeInfo::__construct()
- 8.2 src/EntityTypeInfo.php \Drupal\devel\EntityTypeInfo::__construct()
- 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;
}