30 Drupal 8 API Functions You Should Already Know

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)
Schedule info
Experience level: 
Advanced
Drupal Version: 
Drupal 8.x
Time slot: 
Tuesday · 01:00-02:00
Room: 
18 - Acquia | 4th floor

Comments

fmitchell’s picture

Thanks for checking it out.