Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
@ -34,6 +34,8 @@ function hook_rest_resource_alter(&$definitions) {
|
|||
* @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. Use
|
||||
* hook_serialization_type_uri_alter() instead. This exists solely for BC.
|
||||
*
|
||||
* @see https://www.drupal.org/node/2830467
|
||||
*
|
||||
* Modules may wish to alter the type URI generated for a resource based on the
|
||||
* context of the serializer/normalizer operation.
|
||||
*
|
||||
|
@ -54,13 +56,14 @@ function hook_rest_type_uri_alter(&$uri, $context = []) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Alter the REST relation URI.
|
||||
*
|
||||
* @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. Use
|
||||
* hook_serialization_relation_uri_alter() instead. This exists solely for BC.
|
||||
*
|
||||
* @see https://www.drupal.org/node/2830467
|
||||
*
|
||||
* Modules may wish to alter the relation URI generated for a resource based on
|
||||
* the context of the serializer/normalizer operation.
|
||||
*
|
||||
|
|
Reference in a new issue