Mercurial > hg > isophonics-drupal-site
comparison core/modules/help/src/HelpSectionPluginInterface.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
14 * \Drupal\help\HelpSectionManager plugin manager class. There is a base | 14 * \Drupal\help\HelpSectionManager plugin manager class. There is a base |
15 * class that may be helpful: | 15 * class that may be helpful: |
16 * \Drupal\help\Plugin\HelpSection\HelpSectionPluginBase. | 16 * \Drupal\help\Plugin\HelpSection\HelpSectionPluginBase. |
17 */ | 17 */ |
18 interface HelpSectionPluginInterface extends PluginInspectionInterface, CacheableDependencyInterface { | 18 interface HelpSectionPluginInterface extends PluginInspectionInterface, CacheableDependencyInterface { |
19 | |
20 | 19 |
21 /** | 20 /** |
22 * Returns the title of the help section. | 21 * Returns the title of the help section. |
23 * | 22 * |
24 * @return string | 23 * @return string |