public static function CacheableOmission::permanent in Drupal 10
Same name and namespace in other branches
- 8 core/modules/jsonapi/src/Normalizer/Value/CacheableOmission.php \Drupal\jsonapi\Normalizer\Value\CacheableOmission::permanent()
- 9 core/modules/jsonapi/src/Normalizer/Value/CacheableOmission.php \Drupal\jsonapi\Normalizer\Value\CacheableOmission::permanent()
File
- core/
modules/ jsonapi/ src/ Normalizer/ Value/ CacheableOmission.php, line 35
Class
- CacheableOmission
- Represents the cacheability associated with the omission of a value.
Namespace
Drupal\jsonapi\Normalizer\ValueCode
public static function permanent($no_op = NULL) {
return parent::permanent(NULL);
}