public function PluginType::isFieldType in Plugin 8.2
Gets whether plugin type can be used as a field type.
Return value
bool
Overrides PluginTypeInterface::isFieldType
File
- src/
PluginType/ PluginType.php, line 235
Class
- PluginType
- Provides a plugin type.
Namespace
Drupal\plugin\PluginTypeCode
public function isFieldType() {
return $this->fieldType;
}