This commit is contained in:
2020-07-13 17:09:59 +02:00
parent 03559a7b76
commit 3a082e23cc
492 changed files with 4129 additions and 982 deletions
+4
View File
@@ -473,6 +473,7 @@ function template_preprocess_entity_add_list(&$variables) {
* object created by authorize.php when the user authorizes the operation.
* @param $page_title
* Optional string to use as the page title once redirected to authorize.php.
*
* @return
* Nothing, this function just initializes variables in the user's session.
*/
@@ -500,6 +501,7 @@ function system_authorized_init($callback, $file, $arguments = [], $page_title =
*
* @param array $options
* Optional array of options to set on the \Drupal\Core\Url object.
*
* @return \Drupal\Core\Url
* The full URL to authorize.php, using HTTPS if available.
*
@@ -1031,6 +1033,7 @@ function system_rebuild_module_data() {
* @param $show
* Possible values: REGIONS_ALL or REGIONS_VISIBLE. Visible excludes hidden
* regions.
*
* @return
* An array of regions in the form $region['name'] = 'description'.
*/
@@ -1096,6 +1099,7 @@ function system_system_info_alter(&$info, Extension $file, $type) {
*
* @param $theme
* The name of a theme.
*
* @return
* A string that is the region name.
*/