function MapDataDefinition::getMainPropertyName

Overrides ComplexDataDefinitionBase::getMainPropertyName

File

core/lib/Drupal/Core/TypedData/MapDataDefinition.php, line 70

Class

MapDataDefinition
A typed data definition class for defining maps.

Namespace

Drupal\Core\TypedData

Code

public function getMainPropertyName() {
  return $this->mainPropertyName;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.