You are here

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\Event

Code

public function getFieldDefinition() {
  return $this->fieldDefinition;
}