comparison core/modules/system/src/Plugin/Block/SystemMainBlock.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
8 /** 8 /**
9 * Provides a 'Main page content' block. 9 * Provides a 'Main page content' block.
10 * 10 *
11 * @Block( 11 * @Block(
12 * id = "system_main_block", 12 * id = "system_main_block",
13 * admin_label = @Translation("Main page content") 13 * admin_label = @Translation("Main page content"),
14 * forms = {
15 * "settings_tray" = FALSE,
16 * },
14 * ) 17 * )
15 */ 18 */
16 class SystemMainBlock extends BlockBase implements MainContentBlockPluginInterface { 19 class SystemMainBlock extends BlockBase implements MainContentBlockPluginInterface {
17 20
18 /** 21 /**