Search for export
- Search 7.x for export
- Search 9.5.x for export
- Search 8.9.x for export
- Search 10.3.x for export
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LocaleExportTest::$adminUser | property | core/ |
A user able to create languages and export translations. |
| LocaleExportTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| LocaleExportTest::$modules | property | core/ |
Modules to install. |
| LocaleExportTest::getCustomPoFile | function | core/ |
Returns a .po file that will be marked as customized. |
| LocaleExportTest::getPoFile | function | core/ |
Helper function that returns a proper .po file. |
| LocaleExportTest::getUntranslatedString | function | core/ |
Returns a .po file fragment with an untranslated string. |
| LocaleExportTest::setUp | function | core/ |
|
| LocaleExportTest::testExportTranslation | function | core/ |
Tests exportation of translations. |
| LocaleExportTest::testExportTranslationTemplateFile | function | core/ |
Tests exportation of translation template file. |
| LocalePluralFormatTest::testPluralEditExport | function | core/ |
Tests plural editing and export functionality. |
| PreExportEvent | class | core/ |
Event dispatched before an entity is exported as default content. |
| PreExportEvent.php | file | core/ |
|
| PreExportEvent::$allowList | property | core/ |
Whether specific fields (keyed by name) should be exported or not. |
| PreExportEvent::$callbacks | property | core/ |
An array of export callbacks, keyed by field type. |
| PreExportEvent::getAllowList | function | core/ |
Returns a map of which fields should be exported. |
| PreExportEvent::getCallbacks | function | core/ |
Returns the field export callbacks collected by this event. |
| PreExportEvent::setCallback | function | core/ |
Sets the export callback for a specific field name or data type. |
| PreExportEvent::setEntityKeyExportable | function | core/ |
Toggles whether a specific entity key should be exported. |
| PreExportEvent::setExportable | function | core/ |
Toggles whether a specific field should be exported. |
| PreExportEvent::__construct | function | core/ |
|
| RestExport | class | core/ |
The plugin that handles Data response callbacks for REST resources. |
| RestExport.php | file | core/ |
|
| 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/ |
Whether the display allows the use of AJAX or not. |
| RestExport::$usesAreas | property | core/ |
Whether the display allows area plugins. |
| RestExport::$usesMore | property | core/ |
Whether the display allows the use of a 'more' link or not. |
| RestExport::$usesOptions | property | core/ |
Denotes whether the plugin has an additional options form. |
| RestExport::$usesPager | property | core/ |
Whether the display allows the use of a pager or not. |
| RestExport::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
| RestExport::buildResponse | function | core/ |
Builds up a response with the rendered view as content. |
| RestExport::collectRoutes | function | core/ |
Adds the route entry of a view to the collection. |
| RestExport::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| RestExport::defineOptions | function | core/ |
Overrides view display plugin base. |
| RestExport::displaysExposed | function | core/ |
Determines if this display should display the exposed filters widgets. |
| RestExport::execute | function | core/ |
Executes the view and returns data in the format required. |
| 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/ |
Returns the display type that this display requires. |
| RestExport::initDisplay | function | core/ |
Initializes the display plugin. |
| RestExport::optionsSummary | function | core/ |
Provides the default summary for options in the views UI. |
| 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/ |
Renders this display. |
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.