You are here

public function UserDeveloperConversionNoStorageFormatterFoundException::getFieldDefinition in Apigee Edge 8

Returns the definition of the problematic field.

Return value

\Drupal\Core\Field\FieldDefinitionInterface Defition of the field.

File

src/Exception/UserDeveloperConversionNoStorageFormatterFoundException.php, line 61

Class

UserDeveloperConversionNoStorageFormatterFoundException
Thrown when no storage formatter found for a user field.

Namespace

Drupal\apigee_edge\Exception

Code

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