Completed
Reviewing the code in our Controller class file
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Drupal 8 Developer Prep Series
Automatically move to the next video in the Classroom when playback concludes
- 1 Why you should be excited about Drupal 8
- 2 Who the "Drupal 8 Developer Prep" series for and what we will be covering
- 3 How to install our Drupal 8 snapshot with Dev Desktop
- 4 How to set up basic module scaffolding in Drupal 8
- 5 How a .info.yml file works, the purpose of using YAML and what the 'type' attribute is for
- 6 Adding a hook_page_alter() and hook_form_alter() to our module
- 7 How to add a page programmatically with a module
- 8 A brief comparison to adding a page programmatically in Drupal 7
- 9 Reviewing the code in our Controller class file
- 10 Reviewing the code in our routing.yml file
- 11 Reviewing our hook_menu() code
- 12 Overview of what we're about to cover (OOP, autoloading, namespaces and Symfony)
- 13 The difference between procedural and object-oriented programming