public function PluginTypeInterface::isFieldType in Plugin 8.2
Gets whether plugin type can be used as a field type.
Return value
bool
1 method overrides PluginTypeInterface::isFieldType()
- PluginType::isFieldType in src/
PluginType/ PluginType.php - Gets whether plugin type can be used as a field type.
File
- src/
PluginType/ PluginTypeInterface.php, line 93
Class
- PluginTypeInterface
- Defines a plugin type.
Namespace
Drupal\plugin\PluginTypeCode
public function isFieldType();