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\EventCode
public function getFieldDefinition() {
return $this->fieldDefinition;
}