See #1880976: [meta] Port examples (including submodules) to D9.4+

Nodes are completely different in D8. Change notice here: https://drupal.org/node/2029519

We can still demonstrate node type hooks, such as hook_node_type_insert(), and also entity hooks such as hook_entity_load(). I think we should focus on entity_example instead of this one.

There's a very basic version of creating a node type with a YAML file here: #2165259: Create node_type_example

Comments

Pierre Paul Lefebvre’s picture

Assigned: Unassigned » Pierre Paul Lefebvre
Pierre Paul Lefebvre’s picture

Assigned: Pierre Paul Lefebvre » Unassigned

I moved to the twig team, unassigning myself.

tyjamessmith’s picture

Assigned: Unassigned » tyjamessmith

Starting development on this issue. Assigning to me.

tyjamessmith’s picture

Assigned: tyjamessmith » Unassigned
Status: Active » Postponed

This is getting ready to be ripped out. Do not work on this.

Mile23’s picture

Issue summary: View changes
Mile23’s picture

Status: Postponed » Closed (won't fix)

We really don't need this, because there's no such thing as Node API any more. See node_type_example and/or content_entity_example.