function TraversableObjectNormalizer::hasCacheableSupportsMethod

Overrides NormalizerBase::hasCacheableSupportsMethod

File

core/modules/jsonapi/tests/modules/jsonapi_test_data_type/src/Normalizer/TraversableObjectNormalizer.php, line 28

Class

TraversableObjectNormalizer
Normalizes TraversableObject.

Namespace

Drupal\jsonapi_test_data_type\Normalizer

Code

public function hasCacheableSupportsMethod() : bool {
  return TRUE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.