Problem/Motivation
After path aliases are converted to a content entity type, we should also make them publishable so they can integrate into the workflows provided by Workspaces and Content Moderation.
Proposed resolution
- add a publishing status field to path aliases
- investigate what changes need to be done in \Drupal\Core\PathProcessor\PathProcessorAlias
Remaining tasks
Write a patch, etc.
User interface changes
Nope.
API changes
API addition, path aliases will implement EntityPublishedInterface
and receive a status
field.
Data model changes
TBD.