Proyectos de Subversion Moodle

Rev

Rev 396 | Rev 398 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 396 Rev 397
Línea 80... Línea 80...
80
 
80
 
81
        $blocks = $this->blockManager->get_blocks_for_region($this->regionName);
81
        $blocks = $this->blockManager->get_blocks_for_region($this->regionName);
Línea 82... Línea 82...
82
        $blockNamesInBlocks = array_map(fn($block) => $block->name(), $blocks);
82
        $blockNamesInBlocks = array_map(fn($block) => $block->name(), $blocks);
83
 
83
 
84
 
84
 
Línea 85... Línea 85...
85
        if($this->blockExists){
85
        if ($this->blockExists) {
86
            return "Existen todos los bloques"
86
            return "Existen todos los bloques";
87
        }
87
        }