Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
Links::defineOptions function core/modules/views/src/Plugin/views/field/Links.php Information about options for all kinds of purposes will be held here.
Links::getLinks function core/modules/views/src/Plugin/views/field/Links.php Gets the list of links used by this field.
Links::query function core/modules/views/src/Plugin/views/field/Links.php Called to add the field to a query.
Links::usesGroupBy function core/modules/views/src/Plugin/views/field/Links.php Provides the handler some group by.
Links::__construct function core/modules/views/src/Plugin/views/field/Links.php Constructs a Links object.
LinkSeparateFormatter class core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php Plugin implementation of the 'link_separate' formatter.
LinkSeparateFormatter.php file core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php
LinkSeparateFormatter::defaultSettings function core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php Defines the default settings for this plugin.
LinkSeparateFormatter::viewElements function core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php @phpstan-param \Drupal\Core\Field\FieldItemListInterface<\Drupal\link\LinkItemInterface> $items
LinkSeparateFormatterDisplayTest class core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php Tests the 'link_separate' field formatter.
LinkSeparateFormatterDisplayTest.php file core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php
LinkSeparateFormatterDisplayTest::$modules property core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php Modules to install.
LinkSeparateFormatterDisplayTest::getTestCases function core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php
LinkSeparateFormatterDisplayTest::setUp function core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php Set the default field storage backend for fields created during tests.
LinkSeparateFormatterDisplayTest::testLinkSeparateFormatter function core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php Tests that links are rendered correctly.
LinksetController class core/modules/system/src/Controller/LinksetController.php Linkset controller.
LinksetController.php file core/modules/system/src/Controller/LinksetController.php
LinksetController::loadMenuTree function core/modules/system/src/Controller/LinksetController.php Loads a menu tree.
LinksetController::process function core/modules/system/src/Controller/LinksetController.php Serve linkset requests.
LinksetController::processCustomLinkAttributes function core/modules/system/src/Controller/LinksetController.php Process custom link parameters.
LinksetController::toLinkTargetObjects function core/modules/system/src/Controller/LinksetController.php Encode a menu tree as link items and capture any cacheability metadata.
LinksetController::__construct function core/modules/system/src/Controller/LinksetController.php Linkset constructor.
LinksetControllerMultiLingualTest class core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php Tests the behavior of the linkset controller in multilingual setup.
LinksetControllerMultiLingualTest.php file core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php
LinksetControllerMultiLingualTest::$authorAccount property core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php A user account to author test content.
LinksetControllerMultiLingualTest::$defaultTheme property core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php The theme to install as the default for testing.
LinksetControllerMultiLingualTest::$httpKernel property core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php An HTTP kernel.
LinksetControllerMultiLingualTest::$modules property core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php Modules to install.
LinksetControllerMultiLingualTest::$profile property core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php The profile to install as a basis for testing.
LinksetControllerMultiLingualTest::setUp function core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php Test set up.
LinksetControllerMultiLingualTest::testBasicMultilingualFunctions function core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php Test core functions of the linkset for multilingual behavior.
LinksetControllerMultiLingualTest::testDefaultMultilingualFunctions function core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php Test core functions of the linkset for multilingual behavior.
LinksetControllerTest class core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php Tests the behavior of the linkset controller.
LinksetControllerTest.php file core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php
LinksetControllerTest::$authorAccount property core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php A user account to author test content.
LinksetControllerTest::$defaultTheme property core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php The theme to install as the default for testing.
LinksetControllerTest::$httpKernel property core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php An HTTP kernel.
LinksetControllerTest::$profile property core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php The profile to install as a basis for testing.
LinksetControllerTest::setUp function core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php Test set up.
LinksetControllerTest::testAccess function core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php Test the access control functionality of the linkset endpoint.
LinksetControllerTest::testBasicFunctions function core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php Test core functions of the linkset endpoint.
LinksetControllerTest::testCacheability function core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php Test the cacheability of the linkset endpoint.
LinksetControllerTest::testCustomLinkRelation function core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php Tests that menu items can use a custom link relation.
LinksetControllerTest::testDisabledEndpoint function core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php Test that api route does not exist if the config option is disabled.
LinksetControllerTest::testUserAccountMenu function core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php Tests that the user account menu behaves as it should.
LinksetControllerTestBase class core/modules/system/tests/src/Functional/Menu/LinksetControllerTestBase.php A base class for implementing LinksetController tests.
LinksetControllerTestBase.php file core/modules/system/tests/src/Functional/Menu/LinksetControllerTestBase.php
LinksetControllerTestBase::$modules property core/modules/system/tests/src/Functional/Menu/LinksetControllerTestBase.php Modules to install.
LinksetControllerTestBase::assertDrupalResponseCacheability function core/modules/system/tests/src/Functional/Menu/LinksetControllerTestBase.php Helper to assert a cacheable value matches an expectation.
LinksetControllerTestBase::createMenuItem function core/modules/system/tests/src/Functional/Menu/LinksetControllerTestBase.php Creates, saves, and returns a new menu link content entity.

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