You are here

52 calls to Request::create() in RESTful 7.2

DataProviderResource::init in src/Plugin/resource/DataProvider/DataProviderResource.php
Creates a new DataProviderResource object from the resource info.
FormatterJsonApi::populateCachePlaceholder in src/Plugin/formatter/FormatterJsonApi.php
Given a field item that contains a cache placeholder render and cache it.
Request::createFromGlobals in src/Http/Request.php
Creates a new request with values from PHP's super globals.
Resource::doDelete in src/Plugin/resource/Resource.php
Shorthand method to perform a quick DELETE request.
Resource::doGet in src/Plugin/resource/Resource.php
Shorthand method to perform a quick GET request.
Resource::doWrite in src/Plugin/resource/Resource.php
ResourceDecoratorBase::doDelete in src/Plugin/resource/Decorators/ResourceDecoratorBase.php
Shorthand method to perform a quick DELETE request.
ResourceDecoratorBase::doGet in src/Plugin/resource/Decorators/ResourceDecoratorBase.php
Shorthand method to perform a quick GET request.
ResourceDecoratorBase::doWrite in src/Plugin/resource/Decorators/ResourceDecoratorBase.php
ResourceFieldEntity::propertyIdentifier in src/Plugin/resource/Field/ResourceFieldEntity.php
Helper function to get the identifier from a property wrapper.
ResourceFieldEntity::singleValue in src/Plugin/resource/Field/ResourceFieldEntity.php
Returns the value for the current single field.
ResourceFieldEntityReference::subRequest in src/Plugin/resource/Field/ResourceFieldEntityReference.php
Creates a request object for the sub-request.
ResourceFieldFileEntityReference::propertyIdentifier in src/Plugin/resource/Field/ResourceFieldFileEntityReference.php
Helper function to get the identifier from a property wrapper.
RestfulAuthenticationTestCase::testAuthentication in tests/RestfulAuthenticationTestCase.test
Test authenticating a user.
RestfulCreateEntityTestCase::fileResource in tests/RestfulCreateEntityTestCase.test
Uploads a file issuing a POST HTTP request.
RestfulCreateEntityTestCase::testCreateEntity in tests/RestfulCreateEntityTestCase.test
Test creating an entity (POST method).
RestfulCreateNodeTestCase::testCreateNode in tests/RestfulCreateNodeTestCase.test
Test creating a node (POST method).
RestfulCreateTaxonomyTermTestCase::testCreate in tests/RestfulCreateTaxonomyTermTestCase.test
Test the creation of a taxonomy term entity type.
RestfulDataProviderPlugPluginsTestCase::testDataProvider in tests/RestfulDataProviderPlugPluginsTestCase.test
Test the data provider.
RestfulDbQueryTestCase::testCrudOperations in tests/RestfulDbQueryTestCase.test
Test authenticating a user.
RestfulDbQueryTestCase::__testRenderCache in tests/RestfulDbQueryTestCase.test
Test the render cache.
RestfulDiscoveryTestCase::testFieldDiscovery in tests/RestfulDiscoveryTestCase.test
Field discovery.
RestfulDiscoveryTestCase::testFieldDiscoveryAllowedValues in tests/RestfulDiscoveryTestCase.test
Field discovery allowed values.
RestfulEntityAndPropertyAccessTestCase::testEndPointAccessCallback in tests/RestfulEntityAndPropertyAccessTestCase.test
Tests custom access callbacks at the resource method level.
RestfulEntityUserAccessTestCase::testViewAccess in tests/RestfulEntityUserAccessTestCase.test
Test access control for viewing the "users" resource.
RestfulEntityValidatorTestCase::testEntityValidator in tests/RestfulEntityValidatorTestCase.test
Test entity validator.
RestfulForbiddenItemsTestCase::testAccessDenied in tests/RestfulForbiddenItemsTestCase.test
Tests access denied in lists and single elements.
RestfulGetHandlersTestCase::testGetHandlers in tests/RestfulGetHandlersTestCase.test
Test getting handlers via API.
RestfulHalJsonTestCase::testHalEmbeddedResources in tests/RestfulHalJsonTestCase.test
Test embedded resources.
RestfulHookMenuTestCase::testVersionNegotiation in tests/RestfulHookMenuTestCase.test
Test the version negotiation.
RestfulHookMenuTestCase::testViewEntity in tests/RestfulHookMenuTestCase.test
Test viewing an entity (GET method).
RestfulJsonApiTestCase::testAlternativeIdField in tests/RestfulJsonApiTestCase.test
Test alternative ID field.
RestfulJsonApiTestCase::testPagination in tests/RestfulJsonApiTestCase.test
Test pagination.
RestfulJsonApiTestCase::testReading in tests/RestfulJsonApiTestCase.test
Test requesting resources.
RestfulListTestCase::testAccessHandling in tests/RestfulListTestCase.test
Test error handling when no access is granted to an entity in a list.
RestfulListTestCase::testFilter in tests/RestfulListTestCase.test
Test filtering.
RestfulListTestCase::testPagination in tests/RestfulListTestCase.test
Test pagination.
RestfulListTestCase::testSort in tests/RestfulListTestCase.test
Test the sorting of entities.
RestfulRateLimitTestCase::roleExecute in tests/RestfulRateLimitTestCase.test
Tests the total amount of allowed calls and the following fail.
RestfulReferenceTestCase::testEntityReference in tests/RestfulReferenceTestCase.test
Test field reference.
RestfulReferenceTestCase::testPropertyReference in tests/RestfulReferenceTestCase.test
Test property reference.
RestfulRenderCacheTestCase::testRenderCache in tests/RestfulRenderCacheTestCase.test
Test Render Cache.
RestfulSimpleJsonTestCase::testSimpleJson in tests/RestfulSimpleJsonTestCase.test
Test the Simple JSON formatter.
RestfulSubResourcesCreateEntityTestCase::assertInvalidRequest in tests/RestfulSubResourcesCreateEntityTestCase.test
Assert an invalid request fails.
RestfulSubResourcesCreateEntityTestCase::processRequests in tests/RestfulSubResourcesCreateEntityTestCase.test
Assert valid and invalid requests.
RestfulTokenAuthenticationTestCase::testAuthentication in modules/restful_token_auth/tests/RestfulTokenAuthenticationTestCase.test
Test authenticating a user.
RestfulUpdateEntityTestCase::testUpdateEntityAsPatch in tests/RestfulUpdateEntityTestCase.test
Test update an entity (PATCH method).
RestfulUpdateEntityTestCase::testUpdateEntityAsPut in tests/RestfulUpdateEntityTestCase.test
Test update an entity (PUT method).
RestfulViewEntityMultiLingualTestCase::assertExpectedResult in tests/RestfulViewEntityMultiLingualTestCase.test
Helper to test viewing an entity (GET method) in a certain language.
RestfulViewEntityTestCase::testViewEntity in tests/RestfulViewEntityTestCase.test
Test viewing an entity (GET method).
RestfulViewModeAndFormatterTestCase::testFormatterIntegration in tests/RestfulViewModeAndFormatterTestCase.test
Test the field API formatter integration.
RestfulViewModeAndFormatterTestCase::testViewModeIntegration in tests/RestfulViewModeAndFormatterTestCase.test
Test the view mode integration.