You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
you don't need use new entity class you can just use hook_entity_base_field_info_alter to add the status field. It looks like you just add getter/settings methods to the entity class. You don't need specific getter/setter methods you can just access the status field like any other base field.
@ainarend saw you question on irc
you don't need use new entity class you can just use
hook_entity_base_field_info_alterto add the status field. It looks like you just add getter/settings methods to the entity class. You don't need specific getter/setter methods you can just access the status field like any other base field.