You are here

public function AgreementEntity::getAgreement in Agreement 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/field/AgreementEntity.php \Drupal\agreement\Plugin\views\field\AgreementEntity::getAgreement()

File

src/Plugin/views/field/AgreementEntity.php, line 167

Class

AgreementEntity
Provides a field handler for agreement configuration entities.

Namespace

Drupal\agreement\Plugin\views\field

Code

public function getAgreement(ResultRow $values) {
  return $values->_agreement;
}