Problem/Motivation
If supported, generate a Model attribute instead of an annotation.
Proposed resolution
Before
/**
* @Model(
* entity_type = "node",
* bundle = "article",
* )
*/
After
#[Model(
entity_type: 'node',
bundle: 'article',
)]
Issue fork entity_bundle_scaffold-3560304
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
dieterholvoet commented