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 11.x for %s
  6. Other projects
Title Object type File name Summary
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.
LinksetControllerTestBase::doRequest function core/modules/system/tests/src/Functional/Menu/LinksetControllerTestBase.php Sends a request to the kernel and makes basic response assertions.
LinksetControllerTestBase::enableEndpoint function core/modules/system/tests/src/Functional/Menu/LinksetControllerTestBase.php Enables or disables the menu linkset endpoint.
LinksetControllerTestBase::getReferenceLinksetDataFromFile function core/modules/system/tests/src/Functional/Menu/LinksetControllerTestBase.php Retrieve reference linkset controller output adjusted for proper base URL.
LinksetControllerTestBase::rebuildIfNeeded function core/modules/system/tests/src/Functional/Menu/LinksetControllerTestBase.php Rebuild the router only if needed.
LinkTest class core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php Tests Drupal\jsonapi\JsonApiResource\Link.
LinkTest.php file core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php
LinkTest::linkComparisonProvider function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php Provides test data for link comparison.
LinkTest::linkMergeProvider function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php Provides test data for link merging.
LinkTest::mockUrlAssembler function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php Mocks the unrouted URL assembler.
LinkTest::testGetLinkRelationType function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php Tests get link relation type.
LinkTest::testLinkComparison function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php Tests link comparison.
LinkTest::testLinkMerge function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php Tests link merge.
LinkTestBaseFieldHooks class core/modules/link/tests/modules/link_test_base_field/src/Hook/LinkTestBaseFieldHooks.php Hook implementations for link_test_base_field.
LinkTestBaseFieldHooks.php file core/modules/link/tests/modules/link_test_base_field/src/Hook/LinkTestBaseFieldHooks.php
LinkTestBaseFieldHooks::entityBaseFieldInfo function core/modules/link/tests/modules/link_test_base_field/src/Hook/LinkTestBaseFieldHooks.php Implements hook_entity_base_field_info().
LinkThemeHooks class core/modules/link/src/Hook/LinkThemeHooks.php Theme hooks for link.
LinkThemeHooks.php file core/modules/link/src/Hook/LinkThemeHooks.php
LinkThemeHooks::preprocessLinkFormatterLinkSeparate function core/modules/link/src/Hook/LinkThemeHooks.php Prepares variables for separated link field templates.
LinkThemeHooks::theme function core/modules/link/src/Hook/LinkThemeHooks.php Implements hook_theme().
LinkTitleRequiredConstraint class core/modules/link/src/Plugin/Validation/Constraint/LinkTitleRequiredConstraint.php Validation constraint for link title subfields if a URL was entered.
LinkTitleRequiredConstraint.php file core/modules/link/src/Plugin/Validation/Constraint/LinkTitleRequiredConstraint.php
LinkTitleRequiredConstraint::$message property core/modules/link/src/Plugin/Validation/Constraint/LinkTitleRequiredConstraint.php The error message.
LinkTitleRequiredConstraintValidator class core/modules/link/src/Plugin/Validation/Constraint/LinkTitleRequiredConstraintValidator.php Constraint validator for link title subfields if a URL was entered.
LinkTitleRequiredConstraintValidator.php file core/modules/link/src/Plugin/Validation/Constraint/LinkTitleRequiredConstraintValidator.php
LinkTitleRequiredConstraintValidator::validate function core/modules/link/src/Plugin/Validation/Constraint/LinkTitleRequiredConstraintValidator.php
LinkTitleRequiredConstraintValidatorTest class core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkTitleRequiredConstraintValidatorTest.php Tests LinkTitleRequiredConstraintValidator::validate().
LinkTitleRequiredConstraintValidatorTest.php file core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkTitleRequiredConstraintValidatorTest.php
LinkTitleRequiredConstraintValidatorTest::doValidate function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkTitleRequiredConstraintValidatorTest.php Validate the field value.

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