You are here

public function FieldStorageFormatManagerInterface::lookupPluginForFieldType in Apigee Edge 8

Finds a plugin to format a given field type.

Parameters

string $field_type: Field type.

Return value

\Drupal\apigee_edge\Plugin\FieldStorageFormatInterface|null Storage formatter if found. NULL if not.

1 method overrides FieldStorageFormatManagerInterface::lookupPluginForFieldType()
FieldStorageFormatManager::lookupPluginForFieldType in src/Plugin/FieldStorageFormatManager.php
Finds a plugin to format a given field type.

File

src/Plugin/FieldStorageFormatManagerInterface.php, line 40

Class

FieldStorageFormatManagerInterface
Field storage formatter plugin definition.

Namespace

Drupal\apigee_edge\Plugin

Code

public function lookupPluginForFieldType(string $field_type) : ?FieldStorageFormatInterface;