You are here

public function FieldTypePluginManagerDummy::getPluginClass in Entity Construction Kit (ECK) 8

Returns the PHP class that implements the field type plugin.

Parameters

string $type: A field type name.

Return value

string Field type plugin class name.

Throws

\Drupal\Component\Plugin\Exception\PluginNotFoundException Thrown if the field type plugin name is invalid.

Overrides FieldTypePluginManagerInterface::getPluginClass

File

tests/src/Unit/TestDoubles/FieldTypePluginManagerDummy.php, line 101

Class

FieldTypePluginManagerDummy
Dummy implementation of FieldTypePluginManagerInterface.

Namespace

Drupal\Tests\eck\Unit\TestDoubles

Code

public function getPluginClass($type) {

  // Stub.
}