Speakers:
Click here to watch 30 Drupal 8 API Functions You Should Already Know
Now that you know how to build sites, it's time to take the next step and jump into the Drupal 8 API. This session reviews the 30 API functions that you should know to begin your journey.
This is an updated version of my popular talk at Drupalcamp Chicago and Drupalcamp Costa Rica that now covers Drupal 8!
We'll jump through common API examples with some derived examples from the excellent Examples module and others that will carry over from Drupal 7. Attendees will learn the behind-the-scenes functions that power common UI elements with the idea of being able to build or customize them for your projects.
Some of these include:
- drupal_render()
- entity_load_multiple() (node_load_multiple in D7)
- entity_view_multiple()
- menu_get_tree()
- taxonomy_get_tree()
- Field::fieldInfo()->getField() (field_info_field in D7)
- QueryBase class (EntityFieldQuery in D7)
- Request->attributes->get(‘entity’) (menu_get_object in D7)
Comments
Extensive. Packed with info.
I put most of it on 2x speed... thanks for putting so much into this presentation.
Thanks!
Thanks for checking it out.