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