Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.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 |
---|---|
1 <?php | 1 <?php |
2 | 2 |
3 namespace Drupal\Core\Layout; | 3 namespace Drupal\Core\Layout; |
4 | 4 |
5 use Drupal\Component\Plugin\CategorizingPluginManagerInterface; | 5 use Drupal\Component\Plugin\CategorizingPluginManagerInterface; |
6 use Drupal\Core\Plugin\FilteredPluginManagerInterface; | |
6 | 7 |
7 /** | 8 /** |
8 * Provides the interface for a plugin manager of layouts. | 9 * Provides the interface for a plugin manager of layouts. |
9 */ | 10 */ |
10 interface LayoutPluginManagerInterface extends CategorizingPluginManagerInterface { | 11 interface LayoutPluginManagerInterface extends CategorizingPluginManagerInterface, FilteredPluginManagerInterface { |
11 | 12 |
12 /** | 13 /** |
13 * Gets theme implementations for layouts. | 14 * Gets theme implementations for layouts. |
14 * | 15 * |
15 * @return array | 16 * @return array |