docs: DrupalCon updates

This commit is contained in:
Oliver Davies 2023-10-17 10:36:46 +02:00
parent 6cf7d0fee4
commit 675e89e9d1
28 changed files with 1240 additions and 144 deletions

View file

@ -0,0 +1,25 @@
// start code
// src/Controller/BlogPageController.php
namespace Drupal\drupalcon\Controller;
class BlogPageController {
public function __invoke(): array {
return [];
}
}
// end code
// start output
. 1 / 1 (100%)
Time: 00:01.916, Memory: 6.00 MB
OK (1 test, 3 assertions)
Task completed in 0m2.147s
// end output
Task completed in 0m2.124s