Skip to content

ThVanC/bd_contact_tutorial

Repository files navigation

Update of code tutorial http://www.drupalwoo.com/content/blog/my-first-drupal-8-module

AddForm
-------
- use FormBase
- change declaration buildForm, submitForm, validateForm
  (form_state is an object and no longer an array)
- no arguments passed by the buildForm declaration

DeleteForm
----------
- getCancelUrl in stead of getCancelRoute
- change declaration buildForm, submitForm, validateForm
  (form_state is an object and no longer an array)
- no arguments passed by the buildForm declaration

AdminController
---------------
- content function returns array of 2 elements (text markup and a table)
- l-function has changed. 1 argument is now a URL object

Local Tasks
-----------
- use .links.task.yml
- use base_route: system.admin_content

Releases

No releases published

Packages

 
 
 

Contributors

Languages