You are here

public function FileGroup::GetAttributes in Realistic Dummy Content 8

Getter for attributes.

1 call to FileGroup::GetAttributes()
FileGroup::Attribute in api/src/environments/FileGroup.php
Return the value for an attribute name if possible

File

api/src/environments/FileGroup.php, line 118
Define autoload class.

Class

FileGroup
Represents files as groups.

Namespace

Drupal\realistic_dummy_content_api\environments

Code

public function GetAttributes() {
  return $this->attributes;
}