public function FieldTypePluginManagerDummy::getUiDefinitions in Entity Construction Kit (ECK) 8
Gets the definition of all field types that can be added via UI.
Return value
array An array of field type definitions.
Overrides FieldTypePluginManagerInterface::getUiDefinitions
File
- tests/
src/ Unit/ TestDoubles/ FieldTypePluginManagerDummy.php, line 94
Class
- FieldTypePluginManagerDummy
- Dummy implementation of FieldTypePluginManagerInterface.
Namespace
Drupal\Tests\eck\Unit\TestDoublesCode
public function getUiDefinitions() {
// Stub.
}