Mercurial > hg > cmmr2012-drupal-site
comparison core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
54 /** | 54 /** |
55 * Returns a list of currently installed themes. | 55 * Returns a list of currently installed themes. |
56 * | 56 * |
57 * @return \Drupal\Core\Extension\Extension[] | 57 * @return \Drupal\Core\Extension\Extension[] |
58 * An associative array of the currently installed themes. The keys are the | 58 * An associative array of the currently installed themes. The keys are the |
59 * themes' machine names and the values are objects having the following | 59 * themes' machine names and the values are Extension objects having the |
60 * properties: | 60 * following properties: |
61 * - filename: The filepath and name of the .info.yml file. | 61 * - filename: The filepath and name of the .info.yml file. |
62 * - name: The machine name of the theme. | 62 * - name: The machine name of the theme. |
63 * - status: 1 for installed, 0 for uninstalled themes. | 63 * - status: 1 for installed, 0 for uninstalled themes. |
64 * - info: The contents of the .info.yml file. | 64 * - info: The contents of the .info.yml file. |
65 * - stylesheets: A two dimensional array, using the first key for the | 65 * - stylesheets: A two dimensional array, using the first key for the |