custom_field-1.0.x-dev/tests/modules/custom_field_test/src/PluginManager/FieldTypeTestManagerInterface.php
tests/modules/custom_field_test/src/PluginManager/FieldTypeTestManagerInterface.php
<?php
declare(strict_types=1);
namespace Drupal\custom_field_test\PluginManager;
use Drupal\Component\Plugin\PluginManagerInterface;
/**
* Defines an interface for custom field type test plugins.
*/
interface FieldTypeTestManagerInterface extends PluginManagerInterface {
}
