Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CacheableOmission.php

function CacheableOmission::permanent

Overrides CacheableNormalization::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\Value

Code

public static function permanent($no_op = NULL) {
    return parent::permanent(NULL);
}
RSS feed
Powered by Drupal