You are here

public function AvailableCountriesEvent::getFieldDefinition in Address 8

Gets the field definition.

Return value

\Drupal\Core\Field\FieldDefinitionInterface The field definition.

File

src/Event/AvailableCountriesEvent.php, line 74

Class

AvailableCountriesEvent
Defines the available countries event.

Namespace

Drupal\address\Event

Code

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