Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
rest.schema.yml file core/modules/rest/config/schema/rest.schema.yml core/modules/rest/config/schema/rest.schema.yml
rest.services.yml file core/modules/rest/rest.services.yml core/modules/rest/rest.services.yml
rest.settings.yml file core/modules/rest/config/install/rest.settings.yml core/modules/rest/config/install/rest.settings.yml
rest.views.schema.yml file core/modules/rest/config/schema/rest.views.schema.yml core/modules/rest/config/schema/rest.views.schema.yml
RestConfigSubscriber class core/modules/rest/src/EventSubscriber/RestConfigSubscriber.php A subscriber triggering a route rebuild when certain configuration changes.
RestConfigSubscriber.php file core/modules/rest/src/EventSubscriber/RestConfigSubscriber.php
RestConfigSubscriber::$routerBuilder property core/modules/rest/src/EventSubscriber/RestConfigSubscriber.php The router builder.
RestConfigSubscriber::getSubscribedEvents function core/modules/rest/src/EventSubscriber/RestConfigSubscriber.php
RestConfigSubscriber::onSave function core/modules/rest/src/EventSubscriber/RestConfigSubscriber.php Informs the router builder a rebuild is needed when necessary.
RestConfigSubscriber::__construct function core/modules/rest/src/EventSubscriber/RestConfigSubscriber.php Constructs the RestConfigSubscriber.
RestConfigurationEntitiesUpdateTest class core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php Tests that rest.settings is converted to rest_resource_config entities.
RestConfigurationEntitiesUpdateTest.php file core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php
RestConfigurationEntitiesUpdateTest::$modules property core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php Modules to enable after the database is loaded.
RestConfigurationEntitiesUpdateTest::setDatabaseDumpFiles function core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php Set database dump files to be used.
RestConfigurationEntitiesUpdateTest::testResourcesConvertedToConfigEntities function core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php Tests rest_update_8201().
RestExport class core/modules/rest/src/Plugin/views/display/RestExport.php The plugin that handles Data response callbacks for REST resources.
RestExport.php file core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::$authenticationCollector property core/modules/rest/src/Plugin/views/display/RestExport.php The collector of authentication providers.
RestExport::$authenticationProviderIds property core/modules/rest/src/Plugin/views/display/RestExport.php The authentication providers, like 'cookie' and 'basic_auth'.
RestExport::$authenticationProviders property core/modules/rest/src/Plugin/views/display/RestExport.php The authentication providers' modules, keyed by provider ID.
RestExport::$contentType property core/modules/rest/src/Plugin/views/display/RestExport.php Overrides the content type of the data response, if needed.
RestExport::$formatProviders property core/modules/rest/src/Plugin/views/display/RestExport.php The serialization format providers, keyed by format.
RestExport::$mimeType property core/modules/rest/src/Plugin/views/display/RestExport.php The mime type for the response.
RestExport::$renderer property core/modules/rest/src/Plugin/views/display/RestExport.php The renderer.
RestExport::$usesAJAX property core/modules/rest/src/Plugin/views/display/RestExport.php Whether the display allows the use of AJAX or not.
RestExport::$usesAreas property core/modules/rest/src/Plugin/views/display/RestExport.php Whether the display allows area plugins.
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.

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