You are here

public function PictureMapping::getMappings in Picture 7.2

Get the picture mappings.

Return value

array The mappings.

1 call to PictureMapping::getMappings()
PictureMapping::__get in includes/PictureMapping.php
Is utilized for reading data from inaccessible properties.

File

includes/PictureMapping.php, line 277
Picture Mapping class.

Class

PictureMapping
Picture mapping class.

Code

public function getMappings() {
  return $this->mapping;
}