Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Learn Drupal 8 module development with examples, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:37
    Install Drupal
  2. Урок 2. 00:04:25
    Setting up development environment
  3. Урок 3. 00:02:14
    Activating error messages
  4. Урок 4. 00:03:22
    Declaring and activating our module
  5. Урок 5. 00:09:33
    Controller and route
  6. Урок 6. 00:04:48
    Extending the ControllerBase class
  7. Урок 7. 00:09:03
    Create a custom twig template
  8. Урок 8. 00:04:45
    Adding libraries
  9. Урок 9. 00:03:47
    Bonus: Superhero list animated hero names
  10. Урок 10. 00:09:31
    Example hero block
  11. Урок 11. 00:07:00
    Renderable array example in block
  12. Урок 12. 00:00:52
    Services and Dependency Injection container
  13. Урок 13. 00:07:13
    Custom service
  14. Урок 14. 00:10:26
    Services injection example
  15. Урок 15. 00:05:33
    Injecting service to our controller
  16. Урок 16. 00:11:24
    Custom form
  17. Урок 17. 00:06:01
    Custom form elements
  18. Урок 18. 00:05:13
    Alter any form with hook_form_alter
  19. Урок 19. 00:06:34
    Validation
  20. Урок 20. 00:11:27
    Ajax Form
  21. Урок 21. 00:14:04
    Administer page
  22. Урок 22. 00:05:45
    Print our config
  23. Урок 23. 00:05:40
    Implementing custom hook
  24. Урок 24. 00:10:41
    Event subscriber
  25. Урок 25. 00:02:37
    Declare our custom permission
  26. Урок 26. 00:06:27
    Implement our custom permission
  27. Урок 27. 00:10:10
    Route alter from a custom module and event subscriber