Update to Drupal 8.1.1. For more information, see https://www.drupal.org/node/2718713
This commit is contained in:
parent
c0a0d5a94c
commit
9eae24d844
669 changed files with 3873 additions and 1553 deletions
|
@ -65,7 +65,8 @@ interface ThemeManagerInterface {
|
|||
/**
|
||||
* Passes alterable variables to specific $theme_TYPE_alter() implementations.
|
||||
*
|
||||
* It also invokes alter hooks for all base themes.
|
||||
* Executes an alter hook on the current theme. It also invokes alter hooks
|
||||
* for all base themes.
|
||||
*
|
||||
* $theme specifies the theme name of the active theme and all its base
|
||||
* themes.
|
||||
|
@ -114,7 +115,6 @@ interface ThemeManagerInterface {
|
|||
* (optional) An additional variable that is passed by reference. If more
|
||||
* context needs to be provided to implementations, then this should be an
|
||||
* associative array as described above.
|
||||
* Execute the alter hook on the current theme.
|
||||
*
|
||||
* @see \Drupal\Core\Extension\ModuleHandlerInterface
|
||||
*/
|
||||
|
|
Reference in a new issue