public function RngOperationRecord::getEntityId in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 src/RngOperationRecord.php \Drupal\rng\RngOperationRecord::getEntityId()
- 3.x src/RngOperationRecord.php \Drupal\rng\RngOperationRecord::getEntityId()
Get the entity ID.
Return value
string|NULL Get the entity ID, or NULL if not set.
File
- src/
RngOperationRecord.php, line 85
Class
- RngOperationRecord
- Stores operations executed on an entity during a request.
Namespace
Drupal\rngCode
public function getEntityId() {
return $this->entityId;
}