| ViewsMenuLink::loadView |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
Initializes the proper view. |
| ViewsMenuLink::updateLink |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
Updates the definition values for a menu link. |
| ViewsMenuLink::__construct |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
Constructs a new ViewsMenuLink. |
| ViewsMenuLink::__construct |
function |
core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php |
Constructs a \Drupal\views\Plugin\Derivative\ViewsLocalTask instance. |
| ViewsMenuLinkForm |
class |
core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php |
Provides a form to edit Views menu links. |
| ViewsMenuLinkForm.php |
file |
core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php |
|
| ViewsMenuLinkForm::$menuLink |
property |
core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php |
The edited views menu link. |
| ViewsMenuLinkForm::buildConfigurationForm |
function |
core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php |
Form constructor. |
| ViewsMenuLinkForm::extractFormValues |
function |
core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php |
Extracts a plugin definition from form values. |
| ViewsMenuLinkTest |
class |
core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php |
Menu link test. |
| ViewsMenuLinkTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php |
|
| ViewsMenuLinkTest::$menuLinkManager |
property |
core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php |
The menu link manager. |
| ViewsMenuLinkTest::$menuLinkOverrides |
property |
core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php |
The menu link overrides. |
| ViewsMenuLinkTest::$modules |
property |
core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php |
Modules to install. |
| ViewsMenuLinkTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php |
Views to be enabled. |
| ViewsMenuLinkTest::setUp |
function |
core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php |
|
| ViewsMenuLinkTest::testMenuLinkOverrides |
function |
core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php |
Tests views internal menu link options. |
| ViewsUiHooks::contextualLinksViewAlter |
function |
core/modules/views_ui/src/Hook/ViewsUiHooks.php |
Implements hook_contextual_links_view_alter(). |
| ViewsUiThemeHooks::viewPreviewSectionDisplayCategoryLinks |
function |
core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php |
Returns a link to editing a certain display setting. |
| ViewsUiThemeHooks::viewPreviewSectionHandlerLinks |
function |
core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php |
Returns contextual links for each handler of a certain section. |
| ViewsUiThemeHooks::viewPreviewSectionRowsLinks |
function |
core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php |
Returns all contextual links for the main content part of the view. |
| views_add_contextual_links |
function |
core/modules/views/views.module |
Adds contextual links associated with a view display to a renderable array. |
| views_ui.links.action.yml |
file |
core/modules/views_ui/views_ui.links.action.yml |
core/modules/views_ui/views_ui.links.action.yml |
| views_ui.links.contextual.yml |
file |
core/modules/views_ui/views_ui.links.contextual.yml |
core/modules/views_ui/views_ui.links.contextual.yml |
| views_ui.links.menu.yml |
file |
core/modules/views_ui/views_ui.links.menu.yml |
core/modules/views_ui/views_ui.links.menu.yml |
| views_ui.links.task.yml |
file |
core/modules/views_ui/views_ui.links.task.yml |
core/modules/views_ui/views_ui.links.task.yml |
| views_ui.link_relation_types.yml |
file |
core/modules/views_ui/views_ui.link_relation_types.yml |
core/modules/views_ui/views_ui.link_relation_types.yml |
| views_ui_contextual_links_suppress |
function |
core/modules/views_ui/views_ui.module |
Sets a static variable for controlling whether contextual links are rendered. |
| views_ui_contextual_links_suppress_pop |
function |
core/modules/views_ui/views_ui.module |
Decrements the views_ui_contextual_links_suppress() static variable. |
| views_ui_contextual_links_suppress_push |
function |
core/modules/views_ui/views_ui.module |
Increments the views_ui_contextual_links_suppress() static variable. |
| views_ui_view_preview_section_display_category_links |
function |
core/modules/views_ui/views_ui.module |
Returns a link to editing a certain display setting. |
| views_ui_view_preview_section_handler_links |
function |
core/modules/views_ui/views_ui.module |
Returns contextual links for each handler of a certain section. |
| views_ui_view_preview_section_rows_links |
function |
core/modules/views_ui/views_ui.module |
Returns all contextual links for the main content part of the view. |
| ViewUI::hasLinkTemplate |
function |
core/modules/views_ui/src/ViewUI.php |
Indicates if a link template exists for a given key. |
| ViewUI::toLink |
function |
core/modules/views_ui/src/ViewUI.php |
Generates the HTML for a link to this entity. |
| WebAssert::linkByHrefExists |
function |
core/tests/Drupal/Tests/WebAssert.php |
Passes if a link containing a given href (part) is found. |
| WebAssert::linkByHrefExistsExact |
function |
core/tests/Drupal/Tests/WebAssert.php |
Passes if a link with a given href is found. |
| WebAssert::linkByHrefNotExists |
function |
core/tests/Drupal/Tests/WebAssert.php |
Passes if a link containing a given href (part) is not found. |
| WebAssert::linkByHrefNotExistsExact |
function |
core/tests/Drupal/Tests/WebAssert.php |
Passes if a link with a given href is not found. |
| WebAssert::linkExists |
function |
core/tests/Drupal/Tests/WebAssert.php |
Passes if a link with the specified label is found. |
| WebAssert::linkExistsExact |
function |
core/tests/Drupal/Tests/WebAssert.php |
Passes if a link with the exactly specified label is found. |
| WebAssert::linkNotExists |
function |
core/tests/Drupal/Tests/WebAssert.php |
Passes if a link with the specified label is not found. |
| WebAssert::linkNotExistsExact |
function |
core/tests/Drupal/Tests/WebAssert.php |
Passes if a link with the exactly specified label is not found. |
| WebAssertTest::testInvalidLinkByHrefExists |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests linkExistsByHref() functionality fail. |
| WebAssertTest::testInvalidLinkByHrefExistsExact |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests linkByHrefExistsExact() functionality fail. |
| WebAssertTest::testInvalidLinkByHrefNotExistsExact |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests linkByHrefNotExistsExact() functionality fail. |
| WebAssertTest::testInvalidLinkByHrefNotExistsFull |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests LinkByHrefNotExists() functionality fail full match. |
| WebAssertTest::testInvalidLinkByHrefNotExistsPartial |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests LinkByHrefNotExists() functionality fail partial match. |
| WebAssertTest::testInvalidLinkExistsExact |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests linkExistsExact() functionality fail. |
| WebAssertTest::testInvalidLinkNotExistsExact |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests linkNotExistsExact() functionality fail. |