interface RngEntityModelInterface in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 src/RngEntityModelInterface.php \Drupal\rng\RngEntityModelInterface
- 3.x src/RngEntityModelInterface.php \Drupal\rng\RngEntityModelInterface
Provides an interface for RNG entity model service.
Hierarchy
- interface \Drupal\rng\RngEntityModelInterface
Expanded class hierarchy of RngEntityModelInterface
All classes that implement RngEntityModelInterface
1 file declares its use of RngEntityModelInterface
- RngRequestSubscriber.php in src/
EventSubscriber/ RngRequestSubscriber.php
File
- src/
RngEntityModelInterface.php, line 8
Namespace
Drupal\rngView source
interface RngEntityModelInterface {
/**
* Get entity operation records for relevant RNG entities during this request.
*
* @return \Drupal\rng\RngOperationRecord[]
* An array of operation records.
*/
public function getOperationRecords();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RngEntityModelInterface:: |
public | function | Get entity operation records for relevant RNG entities during this request. | 1 |