Update to Drupal 8.0.0-rc3. For more information, see https://www.drupal.org/node/2608078
This commit is contained in:
parent
6419a031d7
commit
4afb23bbd3
762 changed files with 20080 additions and 6368 deletions
|
@ -26,7 +26,7 @@
|
|||
*
|
||||
* @param $account
|
||||
* The user account whose default shortcut set is being requested.
|
||||
* @return
|
||||
* @return string
|
||||
* The name of the shortcut set that this module recommends for that user, if
|
||||
* there is one.
|
||||
*/
|
||||
|
|
|
@ -35,8 +35,6 @@ class ShortcutSetStorage extends ConfigEntityStorage implements ShortcutSetStora
|
|||
* The entity info for the entity type.
|
||||
* @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory
|
||||
* The config factory service.
|
||||
* @param \Drupal\Core\Config\StorageInterface $config_storage
|
||||
* The config storage service.
|
||||
* @param \Drupal\Component\Uuid\UuidInterface $uuid_service
|
||||
* The UUID service.
|
||||
* @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler
|
||||
|
|
Reference in a new issue