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