You are here

11 calls to ResourceFieldBase::isArrayNumeric() in RESTful 7.2

Articles__1_5::imageProcess in modules/restful_example/src/Plugin/resource/node/article/v1/Articles__1_5.php
Process callback, Remove Drupal specific items from the image array.
Formatter::limitFields in src/Plugin/formatter/Formatter.php
Returns only the allowed fields by filtering out the other ones.
FormatterJsonApi::parseBody in src/Plugin/formatter/FormatterJsonApi.php
Parses the body string into the common format.
FormatterJsonApi::renormalize in src/Plugin/formatter/FormatterJsonApi.php
Move the embedded resources to the included key.
FormatterJsonApi::restructureItem in src/Plugin/formatter/FormatterJsonApi.php
Take a JSON API item and makes it hierarchical object, like simple JSON.
FormatterSingleJson::prepare in src/Plugin/formatter/FormatterSingleJson.php
Massages the raw data to create a structured array to pass to the renderer.
Main__1_1::getFilesId in tests/modules/restful_test/src/Plugin/resource/entity_test/main/v1/Main__1_1.php
Return the files ID from the multiple files array.
ResourceFieldEntity::isArrayNumeric in src/Plugin/resource/Field/ResourceFieldEntity.php
Helper method to determine if an array is numeric.
ResourceFieldEntityReference::preprocess in src/Plugin/resource/Field/ResourceFieldEntityReference.php
Massage the value to set according to the format expected by the wrapper.
ResourceFieldResource::isArrayNumeric in src/Plugin/resource/Field/ResourceFieldResource.php
Helper method to determine if an array is numeric.
RestfulJsonApiTestCase::testReading in tests/RestfulJsonApiTestCase.test
Test requesting resources.