public function DependentEntityWrapper::getId in Dependency Calculation 8
The id of the entity.
Return value
int|null|string
Overrides DependentEntityWrapperInterface::getId
File
- src/
DependentEntityWrapper.php, line 130
Class
- DependentEntityWrapper
- An entity wrapper class for finding and tracking dependencies of an entity.
Namespace
Drupal\depcalcCode
public function getId() {
return $this->id;
}