-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME
More file actions
25 lines (21 loc) · 751 Bytes
/
README
File metadata and controls
25 lines (21 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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