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(). |
LinkTitleVisibility.php |
file |
core/modules/link/src/LinkTitleVisibility.php |
|
LinkTypeConstraint |
class |
core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php |
Validation constraint for links receiving data allowed by its settings. |
LinkTypeConstraint.php |
file |
core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php |
|
LinkTypeConstraint::$message |
property |
core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php |
The error message. |
LinkTypeConstraintValidator |
class |
core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraintValidator.php |
Constraint validator for links receiving data allowed by its settings. |
LinkTypeConstraintValidator.php |
file |
core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraintValidator.php |
|
LinkTypeConstraintValidator::validate |
function |
core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraintValidator.php |
|
LinkUri |
class |
core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php |
Generates an internal URI from the source value. |
LinkUri.php |
file |
core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php |
|
LinkUri::$entityTypeManager |
property |
core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php |
The entity type manager, used to fetch entity link templates. |
LinkUri::create |
function |
core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php |
Creates an instance of the plugin. |
LinkUri::transform |
function |
core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php |
Performs the associated process. |
LinkUri::__construct |
function |
core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php |
Constructs a LinkUri object. |
LinkUriTest |
class |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
Tests \Drupal\menu_link_content\Plugin\migrate\process\LinkUri. |
LinkUriTest.php |
file |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
|
LinkUriTest::$modules |
property |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
Modules to install. |
LinkUriTest::doTransform |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
Transforms a link path into an 'internal:' or 'entity:' URI. |
LinkUriTest::providerTestDisablingRouteValidation |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
Provides test cases for LinkUriTest::testDisablingRouteValidation(). |
LinkUriTest::providerTestNotRouted |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
Provides test cases for LinkUriTest::testNotRouted(). |
LinkUriTest::providerTestRouted |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
Provides test cases for LinkUriTest::testTransform(). |
LinkUriTest::setUp |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
|
LinkUriTest::testDisablingRouteValidation |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
Tests disabling route validation in LinkUri::transform(). |