Returns the initial value for the field.
array The initial value for the field, as a numerically indexed array of items, each item being a property/value array (array() for no default value).
public function getInitialValue() { return $this->normalizeValue($this->definition['initial_value'], $this->getMainPropertyName()); }