111 string references to 'Display'
- Attachment::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ Attachment.php - Provide the default form for setting options.
- BasicTest::testWizardDefaultValues in core/
modules/ views/ tests/ src/ Functional/ Wizard/ BasicTest.php - Tests default plugin values are populated from the wizard form.
- block_content_post_update_add_views_reusable_filter in core/
modules/ block_content/ block_content.post_update.php - Adds a 'reusable' filter to all Custom Block views.
- CacheabilityMetadataUpdateTest::testUpdateHookN in core/
modules/ views/ tests/ src/ Functional/ Update/ CacheabilityMetadataUpdateTest.php - Tests that views cacheability metadata updated properly.
- content_moderation_post_update_views_field_plugin_id in core/
modules/ content_moderation/ content_moderation.post_update.php - Update the moderation state views field plugin ID.
- content_moderation_requirements in core/
modules/ content_moderation/ content_moderation.install - Implements hook_requirements().
- datetime_range_post_update_views_string_plugin_id in core/
modules/ datetime_range/ datetime_range.post_update.php - Update existing views using datetime_range fields.
- datetime_range_view_presave in core/
modules/ datetime_range/ datetime_range.module - Implements hook_ENTITY_TYPE_presave().
- DblogRecentLogsUsingViewsUpdateTest::testUpdate in core/
modules/ dblog/ tests/ src/ Functional/ Update/ DblogRecentLogsUsingViewsUpdateTest.php - Ensures that update hook is run for dblog module.
- dblog_update_8400 in core/
modules/ dblog/ dblog.install - Use standard plugin for wid and uid fields. Use dblog_types for type filter.
- dblog_view_presave in core/
modules/ dblog/ dblog.module - Implements hook_ENTITY_TYPE_presave() for views entities.
- DefaultsEntityForm::buildEntity in core/
modules/ layout_builder/ src/ Form/ DefaultsEntityForm.php - Builds an updated entity object based upon the submitted form values.
- DefaultsEntityForm::buildForm in core/
modules/ layout_builder/ src/ Form/ DefaultsEntityForm.php - Form constructor.
- DefaultsSectionStorage::getSectionList in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ DefaultsSectionStorage.php - Gets the section list.
- DefaultsSectionStorage::setContext in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ DefaultsSectionStorage.php - Set a context on this plugin.
- DefaultsSectionStorageTest::testAccess in core/
modules/ layout_builder/ tests/ src/ Kernel/ DefaultsSectionStorageTest.php - @covers ::access @dataProvider providerTestAccess
- DefaultsSectionStorageTest::testGetContexts in core/
modules/ layout_builder/ tests/ src/ Kernel/ DefaultsSectionStorageTest.php - @covers ::getContexts
- DefaultsSectionStorageTest::testGetContextsDuringPreview in core/
modules/ layout_builder/ tests/ src/ Kernel/ DefaultsSectionStorageTest.php - @covers ::getContextsDuringPreview
- DefaultsSectionStorageTest::testGetTempstoreKey in core/
modules/ layout_builder/ tests/ src/ Kernel/ DefaultsSectionStorageTest.php - @covers ::getTempstoreKey
- DefaultsSectionStorageTest::testThirdPartySettings in core/
modules/ layout_builder/ tests/ src/ Unit/ DefaultsSectionStorageTest.php - @covers ::getThirdPartySetting @covers ::setThirdPartySetting
- DefaultViewsTest::testDefaultViews in core/
modules/ views/ tests/ src/ Functional/ DefaultViewsTest.php - Test that all Default views work as expected.
- Display::getFormKey in core/
modules/ views_ui/ src/ Form/ Ajax/ Display.php - Returns the key that represents this form.
- DisplayKernelTest::testDefaultOptions in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ DisplayKernelTest.php - Tests the default display options.
- DisplayLink::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ area/ DisplayLink.php - Provide a form to edit options for this plugin.
- DisplayLink::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ area/ DisplayLink.php - Provide a form to edit options for this plugin.
- DisplayPluginBase::buildBasicRenderable in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Builds a basic render array which can be properly render cached.
- DisplayPluginBase::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Provide a form to edit options for this plugin.
- DisplayPluginBase::buildRenderable in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Builds a renderable array of the view.
- DisplayPluginBase::getAttachedDisplays in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Find out all displays which are attached to this display.
- DisplayPluginBase::optionsSummary in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Provides the default summary for options in the views UI.
- DisplayPluginBase::submitOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Handle any special handling on the validate form.
- DisplayPluginCollection::__construct in core/
modules/ views/ src/ DisplayPluginCollection.php - Constructs a DisplayPluginCollection object.
- DisplayTest::testDisplayPlugin in core/
modules/ views/ tests/ src/ Functional/ Plugin/ DisplayTest.php - Tests the display test plugin.
- DisplayTest::testReorderDisplay in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayTest.php - Tests reordering of displays.
- EditorMediaDialog::buildForm in core/
modules/ media/ src/ Form/ EditorMediaDialog.php - EntityDisplayBase::init in core/
lib/ Drupal/ Core/ Entity/ EntityDisplayBase.php - Initializes the display.
- EntityDisplayFormBase::getExtraFields in core/
modules/ field_ui/ src/ Form/ EntityDisplayFormBase.php - Returns the extra fields of the entity type and bundle used by this form.
- EntityViewsMultiValueBaseFieldDataUpdateTest::testUpdateMultiValueBaseFields in core/
modules/ views/ tests/ src/ Functional/ Update/ EntityViewsMultiValueBaseFieldDataUpdateTest.php - Tests multi-value base field views data is updated correctly.
- Feed::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ Feed.php - Provide a form to edit options for this plugin.
- Feed::optionsSummary in core/
modules/ views/ src/ Plugin/ views/ display/ Feed.php - Provides the default summary for options in the views UI.
- FileCckTest::testProcessCckFieldValues in core/
modules/ file/ tests/ src/ Unit/ Plugin/ migrate/ cckfield/ d7/ FileCckTest.php - @covers ::processCckFieldValues
- FileField::defineValueProcessPipeline in core/
modules/ file/ src/ Plugin/ migrate/ field/ d7/ FileField.php - Apply any custom processing to the field bundle migrations.
- FileField::processCckFieldValues in core/
modules/ file/ src/ Plugin/ migrate/ cckfield/ d7/ FileField.php - Apply any custom processing to the field bundle migrations.
- FileFieldTest::testDefineValueProcessPipeline in core/
modules/ file/ tests/ src/ Unit/ Plugin/ migrate/ field/ d7/ FileFieldTest.php - @covers ::defineValueProcessPipeline
- LayoutEntityHelperTraitTest::providerTestGetSectionStorageForEntity in core/
modules/ layout_builder/ tests/ src/ Kernel/ LayoutEntityHelperTraitTest.php - Dataprovider for testGetSectionStorageForEntity().
- MediaLibraryAccessTest::testViewAccess in core/
modules/ media_library/ tests/ src/ Kernel/ MediaLibraryAccessTest.php - Tests that media library access respects the media_library view.
- MediaSourceFileTest::testMediaFileSource in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceFileTest.php - Tests the file media source.
- ModuleTest::formatViewOptions in core/
modules/ views/ tests/ src/ Kernel/ ModuleTest.php - Helper to return an expected views option array.
- ModuleTest::testLoadFunctions in core/
modules/ views/ tests/ src/ Kernel/ ModuleTest.php - Tests the load wrapper/helper functions.
- MoveRevisionMetadataFieldsUpdateTest::testSystemUpdate8400 in core/
modules/ system/ tests/ src/ Functional/ Entity/ Update/ MoveRevisionMetadataFieldsUpdateTest.php - Tests that the revision metadata fields are moved correctly.
- Page::submitOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ Page.php - Handle any special handling on the validate form.
- PluginTypeListTest::testPluginList in core/
modules/ views/ tests/ src/ Unit/ PluginTypeListTest.php - Tests the plugins list is correct.
- ReorderDisplays::buildForm in core/
modules/ views_ui/ src/ Form/ Ajax/ ReorderDisplays.php - Form constructor.
- ReorderDisplays::buildForm in core/
modules/ views_ui/ src/ Form/ Ajax/ ReorderDisplays.php - Form constructor.
- ReorderDisplays::submitForm in core/
modules/ views_ui/ src/ Form/ Ajax/ ReorderDisplays.php - Form submission handler.
- RestExportAuthCorrectionUpdateTest::testUpdate in core/
modules/ rest/ tests/ src/ Functional/ Update/ RestExportAuthCorrectionUpdateTest.php - Ensures that update hook is run for "rest" module.
- RestExportAuthTest::testAuthCorrection in core/
modules/ rest/ tests/ src/ Kernel/ Views/ RestExportAuthTest.php - Ensures that rest export auth settings are automatically corrected.
- RestExportAuthUpdateTest::testUpdate in core/
modules/ rest/ tests/ src/ Functional/ Update/ RestExportAuthUpdateTest.php - Ensures that update hook is run for rest module.
- rest_update_8202 in core/
modules/ rest/ rest.install - Re-save all views with a REST display to add new auth defaults.
- rest_update_8401 in core/
modules/ rest/ rest.install - Ensure the right REST authentication method is used.
- rest_view_presave in core/
modules/ rest/ rest.module - Implements hook_ENTITY_TYPE_presave().
- Result::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ area/ Result.php - Provide a form to edit options for this plugin.
- system_post_update_extra_fields in core/
modules/ system/ system.post_update.php - Update all entity view displays that contain extra fields.
- system_post_update_extra_fields_form_display in core/
modules/ system/ system.post_update.php - Update all entity form displays that contain extra fields.
- TaxonomyTermUpdatePathTest::testPublishingStatusUpdateForTaxonomyTermViews in core/
modules/ taxonomy/ tests/ src/ Functional/ Update/ TaxonomyTermUpdatePathTest.php - Tests handling of the publishing status in taxonomy term views updates.
- taxonomy_post_update_handle_publishing_status_addition_in_views in core/
modules/ taxonomy/ taxonomy.post_update.php - Add a 'published' = TRUE filter for all Taxonomy term views and converts existing ones that were using the 'content_translation_status' field.
- taxonomy_update_8503 in core/
modules/ taxonomy/ taxonomy.install - Update views to use {taxonomy_term__parent} in relationships.
- template_preprocess_file_widget_multiple in core/
modules/ file/ file.field.inc - Prepares variables for multi file form widget templates.
- View::addCacheMetadata in core/
modules/ views/ src/ Entity/ View.php - Fills in the cache metadata of this view.
- View::duplicateDisplayAsType in core/
modules/ views/ src/ Entity/ View.php - Duplicates an existing display into a new display type.
- View::mergeDefaultDisplaysOptions in core/
modules/ views/ src/ Entity/ View.php - Add defaults to the display options.
- View::preDelete in core/
modules/ views/ src/ Entity/ View.php - Acts on entities before they are deleted and before hooks are invoked.
- View::preSave in core/
modules/ views/ src/ Entity/ View.php - Acts on an entity before the presave hook is invoked.
- ViewEditForm::form in core/
modules/ views_ui/ src/ ViewEditForm.php - Gets the actual form array to be built.
- ViewEditForm::getDisplayDetails in core/
modules/ views_ui/ src/ ViewEditForm.php - Helper function to get the display details section of the edit UI.
- ViewEditForm::renderDisplayTop in core/
modules/ views_ui/ src/ ViewEditForm.php - Render the top of the display so it can be updated during ajax operations.
- ViewEditForm::save in core/
modules/ views_ui/ src/ ViewEditForm.php - Form submission handler for the 'save' action.
- ViewEditForm::submitDisplayDelete in core/
modules/ views_ui/ src/ ViewEditForm.php - Submit handler to delete a display from a view.
- ViewEditForm::submitDisplayDuplicate in core/
modules/ views_ui/ src/ ViewEditForm.php - Submit handler to duplicate a display for a view.
- ViewEditForm::submitDisplayUndoDelete in core/
modules/ views_ui/ src/ ViewEditForm.php - Submit handler to add a restore a removed display to a view.
- ViewEditTest::testOtherOptions in core/
modules/ views_ui/ tests/ src/ Functional/ ViewEditTest.php - Tests the machine name and administrative comment forms.
- ViewExecutable::initDisplay in core/
modules/ views/ src/ ViewExecutable.php - Sets the display for this view and initializes the display handler.
- ViewFormBase::getDisplayLabel in core/
modules/ views_ui/ src/ ViewFormBase.php - Placeholder function for overriding $display['display_title'].
- ViewFormBase::getDisplayTabs in core/
modules/ views_ui/ src/ ViewFormBase.php - Adds tabs for navigating across Displays when editing a View.
- ViewListBuilderTest::testBuildRowEntityList in core/
modules/ views_ui/ tests/ src/ Unit/ ViewListBuilderTest.php - Tests the listing of displays on a views list builder.
- ViewPageControllerTest::testHandleWithArgumentsOnOverriddenRoute in core/
modules/ views/ tests/ src/ Unit/ Routing/ ViewPageControllerTest.php - Tests the page controller with arguments of a overridden page view.
- ViewPageControllerTest::testHandleWithArgumentsOnOverriddenRouteWithUpcasting in core/
modules/ views/ tests/ src/ Unit/ Routing/ ViewPageControllerTest.php - Tests the page controller with arguments of a overridden page view.
- ViewPageControllerTest::testHandleWithArgumentsWithoutOverridden in core/
modules/ views/ tests/ src/ Unit/ Routing/ ViewPageControllerTest.php - Tests the page controller with arguments on a non overridden page view.
- ViewPageControllerTest::testPageController in core/
modules/ views/ tests/ src/ Unit/ Routing/ ViewPageControllerTest.php - Tests the page controller.
- views.display.schema.yml in core/
modules/ views/ config/ schema/ views.display.schema.yml - core/modules/views/config/schema/views.display.schema.yml
- views.services.yml in core/
modules/ views/ views.services.yml - core/modules/views/views.services.yml
- Views::getApplicableViews in core/
modules/ views/ src/ Views.php - Return a list of all view IDs and display IDs that have a particular setting in their display's plugin settings.
- Views::getViewsAsOptions in core/
modules/ views/ src/ Views.php - Returns an array of view as options array, that can be used by select, checkboxes and radios as #options.
- Views::pluginList in core/
modules/ views/ src/ Views.php - Returns a list of plugins and metadata about them.
- ViewsConfigUpdater::processDisplayHandlers in core/
modules/ views/ src/ ViewsConfigUpdater.php - Processes all display handlers.
- ViewsEntitySchemaSubscriber::processHandlers in core/
modules/ views/ src/ EventSubscriber/ ViewsEntitySchemaSubscriber.php - Applies a callable onto all handlers of all passed in views.
- ViewsExposedForm::buildForm in core/
modules/ views/ src/ Form/ ViewsExposedForm.php - Form constructor.
- ViewsSelection::buildConfigurationForm in core/
modules/ views/ src/ Plugin/ EntityReferenceSelection/ ViewsSelection.php - Form constructor.
- ViewStorageTest::displayMethodTests in core/
modules/ views/ tests/ src/ Kernel/ ViewStorageTest.php - Tests the display related functions like getDisplaysList().
- ViewStorageTest::displayTests in core/
modules/ views/ tests/ src/ Kernel/ ViewStorageTest.php - Tests adding, saving, and loading displays on configuration entities.
- ViewStorageTest::loadTests in core/
modules/ views/ tests/ src/ Kernel/ ViewStorageTest.php - Tests loading configuration entities.
- ViewStorageTest::testCreateDuplicate in core/
modules/ views/ tests/ src/ Kernel/ ViewStorageTest.php - Tests the createDuplicate() View method.
- views_post_update_boolean_filter_values in core/
modules/ views/ views.post_update.php - Set all boolean filter values to strings.
- views_post_update_cleanup_duplicate_views_data in core/
modules/ views/ views.post_update.php - Update some views fields that were previously duplicated.
- views_post_update_filter_placeholder_text in core/
modules/ views/ views.post_update.php - Add placeholder settings to string or numeric filters.
- views_post_update_table_display_cache_max_age in core/
modules/ views/ views.post_update.php - Fix cache max age for table displays.
- views_post_update_update_cacheability_metadata in core/
modules/ views/ views.post_update.php - Update the cacheability metadata for all views.
- views_theme in core/
modules/ views/ views.module - Implements hook_theme().
- views_update_8001 in core/
modules/ views/ views.install - Update views field plugins.
- views_update_8002 in core/
modules/ views/ views.install - Updates %1 and !1 tokens to argument tokens.
- views_update_8101 in core/
modules/ views/ views.install - Set default values for enabled/expanded flag on page displays.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.