You are here

public function Media::getFieldName in GridStack 8.2

Returns the selected field name.

File

src/Plugin/gridstack/stylizer/Media.php, line 42

Class

Media
Provides the media styles for front-end.

Namespace

Drupal\gridstack\Plugin\gridstack\stylizer

Code

public function getFieldName() {
  return $this->fieldName;
}