public function InitialValuesEvent::getFieldDefinition in Address 8
Gets the field definition.
Return value
\Drupal\Core\Field\FieldDefinitionInterface The field definition.
File
- src/
Event/ InitialValuesEvent.php, line 74
Class
- InitialValuesEvent
- Defines the initial values event.
Namespace
Drupal\address\EventCode
public function getFieldDefinition() {
return $this->fieldDefinition;
}