# `GlyphsFilterPlugin needsMenuEntry`

*Instance Method*

Return NO, if the plugin should not be added to the Filter menu.

## Declaration

```swift
optional func needsMenuEntry() -> Bool
```

```objc
- (BOOL) needsMenuEntry;
```

```python
needsMenuEntry() -> bool
```

## Discussion

If not implemented, it defaults to YES.

