You are here

32 string references to YAML keys in views_ui.routing.yml in Zircon Profile 8

BasicTest::testViewsWizardAndListing in core/modules/views/src/Tests/Wizard/BasicTest.php
ConfigEntityMapper::getContextualLinkGroup in core/modules/config_translation/src/ConfigEntityMapper.php
Returns the name of the contextual link group to add contextual links to.
DisplayPluginBase::optionLink in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Returns a link to a section of a form.
DisplayTest::testDisplayPluginsAlter in core/modules/views_ui/src/Tests/DisplayTest.php
Tests views_ui_views_plugins_display_alter is altering plugin definitions.
EditDetails::buildForm in core/modules/views_ui/src/Form/Ajax/EditDetails.php
Form constructor.
EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
Tests the Entity Reference Admin UI.
field_ui_help in core/modules/field_ui/field_ui.module
Implements hook_help().
ReorderDisplays::buildForm in core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php
Form constructor.
ViewAddForm::cancel in core/modules/views_ui/src/ViewAddForm.php
Form submission handler for the 'cancel' action.
ViewAddForm::submitForm in core/modules/views_ui/src/ViewAddForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
ViewEditForm::getFormBucket in core/modules/views_ui/src/ViewEditForm.php
Add information about a section to a display.
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::submitDisplayAdd in core/modules/views_ui/src/ViewEditForm.php
Submit handler to add a display to a view.
ViewEditForm::submitDisplayDisable in core/modules/views_ui/src/ViewEditForm.php
Submit handler to disable display.
ViewEditForm::submitDisplayDuplicate in core/modules/views_ui/src/ViewEditForm.php
Submit handler to duplicate a display for a view.
ViewEditForm::submitDisplayEnable in core/modules/views_ui/src/ViewEditForm.php
Submit handler to enable a disabled display.
ViewEditForm::submitDisplayUndoDelete in core/modules/views_ui/src/ViewEditForm.php
Submit handler to add a restore a removed display to a view.
ViewEditForm::submitDuplicateDisplayAsType in core/modules/views_ui/src/ViewEditForm.php
Submit handler to Duplicate a display as another display type.
ViewPreviewForm::actions in core/modules/views_ui/src/ViewPreviewForm.php
Returns an array of supported actions for the current entity form.
ViewsBlockBase::buildConfigurationForm in core/modules/views/src/Plugin/Block/ViewsBlockBase.php
Creates a generic configuration form for all block types. Individual block plugins can add elements to this form by overriding BlockBase::blockForm(). Most block plugins should not override this method unless they need to alter the generic form elements.
ViewsFormBase::getForm in core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php
Creates a new instance of this form.
ViewsMenuLinkForm::buildConfigurationForm in core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php
Form constructor.
ViewsUIController::ajaxOperation in core/modules/views_ui/src/Controller/ViewsUIController.php
Calls a method on a view and reloads the listing page.
ViewsUIController::reportFields in core/modules/views_ui/src/Controller/ViewsUIController.php
Lists all instances of fields on any views.
ViewsUIController::reportPlugins in core/modules/views_ui/src/Controller/ViewsUIController.php
Lists all plugins and what enabled Views use them.
views_ui_contextual_links_view_alter in core/modules/views_ui/views_ui.module
Implements hook_contextual_links_view_alter().
views_ui_help in core/modules/views_ui/views_ui.module
Implements hook_help().
views_ui_views_plugins_display_alter in core/modules/views_ui/views_ui.module
Implements hook_views_plugins_display_alter().
views_ui_view_preview_section_display_category_links in core/modules/views_ui/views_ui.module
Returns a link to editing a certain display setting.
views_ui_view_preview_section_handler_links in core/modules/views_ui/views_ui.module
Returns contextual links for each handler of a certain section.
ViewUI::renderPreview in core/modules/views_ui/src/ViewUI.php