You are here

function Attribute::GetEntity in Realistic Dummy Content 8

Getter for $this->entity

File

api/src/attributes/Attribute.php, line 62
Define autoload class.

Class

Attribute
Represents either a field or a property for an entity.

Namespace

Drupal\realistic_dummy_content_api\attributes

Code

function GetEntity() {
  return $this->entity;
}