Search for export

  1. Search 7.x for export
  2. Search 9.5.x for export
  3. Search 10.3.x for export
  4. Search 11.x for export
  5. Other projects
Title Object type File name Summary
RestExport::$usesMore property core/modules/rest/src/Plugin/views/display/RestExport.php Whether the display allows the use of a 'more' link or not.
RestExport::$usesOptions property core/modules/rest/src/Plugin/views/display/RestExport.php Denotes whether the plugin has an additional options form.
RestExport::$usesPager property core/modules/rest/src/Plugin/views/display/RestExport.php Whether the display allows the use of a pager or not.
RestExport::buildOptionsForm function core/modules/rest/src/Plugin/views/display/RestExport.php Provide a form to edit options for this plugin.
RestExport::buildResponse function core/modules/rest/src/Plugin/views/display/RestExport.php Builds up a response with the rendered view as content.
RestExport::calculateDependencies function core/modules/rest/src/Plugin/views/display/RestExport.php Calculates dependencies for the configured plugin.
RestExport::collectRoutes function core/modules/rest/src/Plugin/views/display/RestExport.php Adds the route entry of a view to the collection.
RestExport::create function core/modules/rest/src/Plugin/views/display/RestExport.php Creates an instance of the plugin.
RestExport::defineOptions function core/modules/rest/src/Plugin/views/display/RestExport.php Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase:defineOptions().
RestExport::displaysExposed function core/modules/rest/src/Plugin/views/display/RestExport.php Determines if this display should display the exposed filters widgets.
RestExport::execute function core/modules/rest/src/Plugin/views/display/RestExport.php Executes the view and returns data in the format required.
RestExport::getAuthOptions function core/modules/rest/src/Plugin/views/display/RestExport.php Gets the auth options available.
RestExport::getContentType function core/modules/rest/src/Plugin/views/display/RestExport.php Gets the content type.
RestExport::getFormatOptions function core/modules/rest/src/Plugin/views/display/RestExport.php Returns an array of format options.
RestExport::getMimeType function core/modules/rest/src/Plugin/views/display/RestExport.php Gets the mime type.
RestExport::getType function core/modules/rest/src/Plugin/views/display/RestExport.php Returns the display type that this display requires.
RestExport::initDisplay function core/modules/rest/src/Plugin/views/display/RestExport.php Initializes the display plugin.
RestExport::optionsSummary function core/modules/rest/src/Plugin/views/display/RestExport.php Provides the default summary for options in the views UI.
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 Renders this display.
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 Handle any special handling on the validate form.
RestExport::usesExposed function core/modules/rest/src/Plugin/views/display/RestExport.php Determines if this display uses exposed filters.
RestExport::__construct function core/modules/rest/src/Plugin/views/display/RestExport.php Constructs a RestExport object.
RestExportAuthCorrectionUpdateTest class core/modules/rest/tests/src/Functional/Update/RestExportAuthCorrectionUpdateTest.php Ensures that update hook is run properly for REST Export config.
RestExportAuthCorrectionUpdateTest.php file core/modules/rest/tests/src/Functional/Update/RestExportAuthCorrectionUpdateTest.php
RestExportAuthCorrectionUpdateTest::setDatabaseDumpFiles function core/modules/rest/tests/src/Functional/Update/RestExportAuthCorrectionUpdateTest.php Set database dump files to be used.
RestExportAuthCorrectionUpdateTest::testUpdate function core/modules/rest/tests/src/Functional/Update/RestExportAuthCorrectionUpdateTest.php Ensures that update hook is run for "rest" module.
RestExportAuthTest class core/modules/rest/tests/src/Kernel/Views/RestExportAuthTest.php Tests the auth option of rest exports.
RestExportAuthTest class core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php Tests authentication for REST display.
RestExportAuthTest.php file core/modules/rest/tests/src/Kernel/Views/RestExportAuthTest.php
RestExportAuthTest.php file core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php
RestExportAuthTest::$defaultTheme property core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php The theme to install as the default for testing.
RestExportAuthTest::$modules property core/modules/rest/tests/src/Kernel/Views/RestExportAuthTest.php Modules to enable.
RestExportAuthTest::$modules property core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php Modules to enable.
RestExportAuthTest::$testViews property core/modules/rest/tests/src/Kernel/Views/RestExportAuthTest.php Views to be enabled.
RestExportAuthTest::setUp function core/modules/rest/tests/src/Kernel/Views/RestExportAuthTest.php
RestExportAuthTest::setUp function core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php
RestExportAuthTest::testAuthCorrection function core/modules/rest/tests/src/Kernel/Views/RestExportAuthTest.php Ensures that rest export auth settings are automatically corrected.
RestExportAuthTest::testAuthProvidersOptions function core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php Checks that correct authentication providers are available for choosing.
RestExportAuthUpdateTest class core/modules/rest/tests/src/Functional/Update/RestExportAuthUpdateTest.php Ensures that update hook is run properly for REST Export config.
RestExportAuthUpdateTest.php file core/modules/rest/tests/src/Functional/Update/RestExportAuthUpdateTest.php
RestExportAuthUpdateTest::setDatabaseDumpFiles function core/modules/rest/tests/src/Functional/Update/RestExportAuthUpdateTest.php Set database dump files to be used.
RestExportAuthUpdateTest::testUpdate function core/modules/rest/tests/src/Functional/Update/RestExportAuthUpdateTest.php Ensures that update hook is run for rest module.
RestExportJsonApiUnsupported class core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php Ensures that the 'api_json' format is not supported by the REST module.
RestExportJsonApiUnsupported.php file core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php
RestExportJsonApiUnsupported::$defaultTheme property core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php The theme to install as the default for testing.
RestExportJsonApiUnsupported::$modules property core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php Modules to enable.

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