Hook for normalizing entity name Use the `normalizeEntityName` hook to add custom normalization and validation of the provided entity name. The default hook does not make any changes to the entity name, but makes sure an entity name is present and that it doesn't have a trailing sla
(entityName)
| 304 | @return {null} |
| 305 | */ |
| 306 | normalizeEntityName(entityName) { |
| 307 | return normalizeEntityName(entityName); |
| 308 | }, |
| 309 | |
| 310 | /** |
| 311 | Write a status and message to the UI |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…