RngEntityModelInterface.php in RNG - Events and Registrations 8.2
Same filename and directory in other branches
Namespace
Drupal\rngFile
src/RngEntityModelInterface.phpView source
<?php
namespace Drupal\rng;
/**
* Provides an interface for RNG entity model service.
*/
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();
}
Interfaces
Name | Description |
---|---|
RngEntityModelInterface | Provides an interface for RNG entity model service. |