Dumped Contents
In
TutorialController.php
line 144:
}
dump($page->getTitle());
dump($page->getPath());
dump($page->getBlocks()->toArray());
foreach ($page->getBlocks() as $block) {
"Tutoriels catalogue"
In
TutorialController.php
line 145:
dump($page->getTitle());
dump($page->getPath());
dump($page->getBlocks()->toArray());
foreach ($page->getBlocks() as $block) {
dump([
"/tutoriels/catalogue"
In
TutorialController.php
line 149:
foreach ($page->getBlocks() as $block) {
dump([
'id' => $block->getId(),
'section' => $block->getSection(),
'type' => $block->getType()?->value,
'isTitle' => $block->isTitle(),
array:7 [
"id" => 73
"section" => "hero"
"type" => "title"
"isTitle" => true
"isText" => false
"content" => "Catalogue des tutoriels guitare"
"position" => 0
]
In
TutorialController.php
line 149:
foreach ($page->getBlocks() as $block) {
dump([
'id' => $block->getId(),
'section' => $block->getSection(),
'type' => $block->getType()?->value,
'isTitle' => $block->isTitle(),
array:7 [
"id" => 74
"section" => "hero"
"type" => "text"
"isTitle" => false
"isText" => true
"content" => "<div>Apprenez à jouer les morceaux de CitizenJ7 Music à la guitare avec des tutoriels adaptés aux débutants comme aux guitaristes souhaitant progresser.</div>"
"position" => 1
]
In
TutorialController.php
line 149:
foreach ($page->getBlocks() as $block) {
dump([
'id' => $block->getId(),
'section' => $block->getSection(),
'type' => $block->getType()?->value,
'isTitle' => $block->isTitle(),
array:7 [
"id" => 75
"section" => "content"
"type" => "title"
"isTitle" => true
"isText" => false
"content" => "Tous les tutoriels"
"position" => 2
]