Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
RestExport::overrideApplies function core/modules/rest/src/Plugin/views/display/RestExport.php Determines whether the view overrides the given route.
RestExport::preview function core/modules/rest/src/Plugin/views/display/RestExport.php The DisplayPluginBase preview method assumes we will be returning a render
array. The data plugin will already return the serialized string.
RestExport::render function core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::setContentType function core/modules/rest/src/Plugin/views/display/RestExport.php Sets the content type.
RestExport::setMimeType function core/modules/rest/src/Plugin/views/display/RestExport.php Sets the request content type.
RestExport::submitOptionsForm function core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::usesExposed function core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::__construct function core/modules/rest/src/Plugin/views/display/RestExport.php Constructs a RestExport object.
RestExportAuthTest class core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php Tests authentication for REST display.
RestExportAuthTest.php file core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php
RestExportAuthTest::$defaultTheme property core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php
RestExportAuthTest::$modules property core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php
RestExportAuthTest::setUp function core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php
RestExportAuthTest::testAuthProvidersOptions function core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php Checks that correct authentication providers are available for choosing.
RestExportJsonApiUnsupportedTest class core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php Ensures that the 'api_json' format is not supported by the REST module.
RestExportJsonApiUnsupportedTest.php file core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php
RestExportJsonApiUnsupportedTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php
RestExportJsonApiUnsupportedTest::$modules property core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php
RestExportJsonApiUnsupportedTest::$testViews property core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php
RestExportJsonApiUnsupportedTest::setUp function core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php
RestExportJsonApiUnsupportedTest::testFormatOptions function core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php Tests that 'api_json' is not a RestExport format option.
RestExportTest class core/modules/rest/tests/src/Kernel/Views/RestExportTest.php Tests the REST export view display plugin.
RestExportTest.php file core/modules/rest/tests/src/Kernel/Views/RestExportTest.php
RestExportTest::$modules property core/modules/rest/tests/src/Kernel/Views/RestExportTest.php
RestExportTest::$testViews property core/modules/rest/tests/src/Kernel/Views/RestExportTest.php
RestExportTest::setUp function core/modules/rest/tests/src/Kernel/Views/RestExportTest.php
RestExportTest::testBuildResponse function core/modules/rest/tests/src/Kernel/Views/RestExportTest.php Tests build response.
RestHooks class core/modules/rest/src/Hook/RestHooks.php Hook implementations for rest.
RestHooks.php file core/modules/rest/src/Hook/RestHooks.php
RestHooks::help function core/modules/rest/src/Hook/RestHooks.php Implements hook_help().
RestJsonApiUnsupportedTest class core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Ensures that the 'api_json' format is not supported by the REST module.
RestJsonApiUnsupportedTest.php file core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php The theme to install as the default for testing.
RestJsonApiUnsupportedTest::$format property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php The format to use in this test.
RestJsonApiUnsupportedTest::$mimeType property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php The MIME type that corresponds to $format.
RestJsonApiUnsupportedTest::$modules property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Modules to install.
RestJsonApiUnsupportedTest::$resourceConfigId property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php The REST Resource Config entity ID under test (i.e. a resource type).
RestJsonApiUnsupportedTest::assertNormalizationEdgeCases function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Asserts normalization-specific edge cases.
RestJsonApiUnsupportedTest::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Returns the expected cacheability of an unauthorized access response.
RestJsonApiUnsupportedTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Return the expected error message.
RestJsonApiUnsupportedTest::setUp function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Sets up the necessary authorization.
RestJsonApiUnsupportedTest::testApiJsonNotSupportedInRest function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Deploying a REST resource using api_json format results in 400 responses.
RestLoginHttpTest class core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Tests login and password reset via direct HTTP.
RestLoginHttpTest.php file core/modules/rest/tests/src/Functional/RestLoginHttpTest.php
RestLoginHttpTest::$cookies property core/modules/rest/tests/src/Functional/RestLoginHttpTest.php The cookie jar.
RestLoginHttpTest::$defaultTheme property core/modules/rest/tests/src/Functional/RestLoginHttpTest.php The theme to install as the default for testing.
RestLoginHttpTest::$modules property core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Modules to install.
RestLoginHttpTest::$serializer property core/modules/rest/tests/src/Functional/RestLoginHttpTest.php The serializer.
RestLoginHttpTest::assertHttpResponse function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Checks a response for status code and body.

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