comparison core/modules/help/src/Plugin/Block/HelpBlock.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
13 /** 13 /**
14 * Provides a 'Help' block. 14 * Provides a 'Help' block.
15 * 15 *
16 * @Block( 16 * @Block(
17 * id = "help_block", 17 * id = "help_block",
18 * admin_label = @Translation("Help") 18 * admin_label = @Translation("Help"),
19 * forms = {
20 * "settings_tray" = FALSE,
21 * },
19 * ) 22 * )
20 */ 23 */
21 class HelpBlock extends BlockBase implements ContainerFactoryPluginInterface { 24 class HelpBlock extends BlockBase implements ContainerFactoryPluginInterface {
22 25
23 /** 26 /**