Search for export
- Search 7.x for export
- Search 8.9.x for export
- Search 10.3.x for export
- Search 11.x for export
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
RestExport::$authenticationCollector | property | core/ |
The collector of authentication providers. |
RestExport::$authenticationProviderIds | property | core/ |
The authentication providers, like 'cookie' and 'basic_auth'. |
RestExport::$contentType | property | core/ |
Overrides the content type of the data response, if needed. |
RestExport::$formatProviders | property | core/ |
The serialization format providers, keyed by format. |
RestExport::$mimeType | property | core/ |
The mime type for the response. |
RestExport::$renderer | property | core/ |
The renderer. |
RestExport::$usesAJAX | property | core/ |
|
RestExport::$usesAreas | property | core/ |
|
RestExport::$usesMore | property | core/ |
|
RestExport::$usesOptions | property | core/ |
|
RestExport::$usesPager | property | core/ |
|
RestExport::buildOptionsForm | function | core/ |
|
RestExport::buildResponse | function | core/ |
|
RestExport::collectRoutes | function | core/ |
|
RestExport::create | function | core/ |
|
RestExport::defineOptions | function | core/ |
|
RestExport::displaysExposed | function | core/ |
|
RestExport::execute | function | core/ |
|
RestExport::getAuthOptions | function | core/ |
Gets the auth options available. |
RestExport::getContentType | function | core/ |
Gets the content type. |
RestExport::getFormatOptions | function | core/ |
Returns an array of format options. |
RestExport::getMimeType | function | core/ |
Gets the mime type. |
RestExport::getType | function | core/ |
|
RestExport::initDisplay | function | core/ |
|
RestExport::optionsSummary | function | core/ |
|
RestExport::overrideApplies | function | core/ |
Determines whether the view overrides the given route. |
RestExport::preview | function | core/ |
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/ |
|
RestExport::setContentType | function | core/ |
Sets the content type. |
RestExport::setMimeType | function | core/ |
Sets the request content type. |
RestExport::submitOptionsForm | function | core/ |
|
RestExport::usesExposed | function | core/ |
|
RestExport::__construct | function | core/ |
Constructs a RestExport object. |
RestExportAuthTest | class | core/ |
Tests authentication for REST display. |
RestExportAuthTest.php | file | core/ |
|
RestExportAuthTest::$defaultTheme | property | core/ |
|
RestExportAuthTest::$modules | property | core/ |
|
RestExportAuthTest::setUp | function | core/ |
|
RestExportAuthTest::testAuthProvidersOptions | function | core/ |
Checks that correct authentication providers are available for choosing. |
RestExportJsonApiUnsupported | class | core/ |
Ensures that the 'api_json' format is not supported by the REST module. |
RestExportJsonApiUnsupported.php | file | core/ |
|
RestExportJsonApiUnsupported::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
RestExportJsonApiUnsupported::$modules | property | core/ |
Modules to enable. |
RestExportJsonApiUnsupported::$testViews | property | core/ |
|
RestExportJsonApiUnsupported::setUp | function | core/ |
Sets up the test. |
RestExportJsonApiUnsupported::testFormatOptions | function | core/ |
Tests that 'api_json' is not a RestExport format option. |
RestExportTest | class | core/ |
Tests the REST export view display plugin. |
RestExportTest.php | file | core/ |
|
RestExportTest::$modules | property | core/ |
|
RestExportTest::$testViews | property | core/ |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.