Search for link

  1. Search 7.x for link
  2. Search 9.5.x for link
  3. Search 10.3.x for link
  4. Search 11.x for link
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Link class core/modules/jsonapi/src/JsonApiResource/Link.php Represents an RFC8288 based link.
Link class core/lib/Drupal/Core/Render/Element/Link.php Provides a link render element.
Link class core/lib/Drupal/Core/Link.php Defines an object that holds information about a link.

All search results

Title Object type File name Summary
LinkFieldRdfaTest::testAllFormattersExternal function core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php Tests all formatters with link to external page.
LinkFieldRdfaTest::testAllFormattersFront function core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php Tests all formatters with link to frontpage.
LinkFieldRdfaTest::testAllFormattersInternal function core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php Tests all formatters with link to internal page.
LinkFieldTest class core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php @coversDefaultClass \Drupal\link\Plugin\migrate\field\d6\LinkField
@group link
LinkFieldTest class core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php @coversDefaultClass \Drupal\link\Plugin\migrate\field\d7\LinkField
@group link
LinkFieldTest class core/modules/link/tests/src/Functional/LinkFieldTest.php Tests link field widgets and formatters.
LinkFieldTest.php file core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php
LinkFieldTest.php file core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php
LinkFieldTest.php file core/modules/link/tests/src/Functional/LinkFieldTest.php
LinkFieldTest::$defaultTheme property core/modules/link/tests/src/Functional/LinkFieldTest.php The theme to install as the default for testing.
LinkFieldTest::$field property core/modules/link/tests/src/Functional/LinkFieldTest.php The instance used in this test class.
LinkFieldTest::$fieldStorage property core/modules/link/tests/src/Functional/LinkFieldTest.php A field to use in this test class.
LinkFieldTest::$migration property core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php
LinkFieldTest::$migration property core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php
LinkFieldTest::$modules property core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php Modules to enable.
LinkFieldTest::$modules property core/modules/link/tests/src/Functional/LinkFieldTest.php Modules to enable.
LinkFieldTest::$plugin property core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php
LinkFieldTest::$plugin property core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php
LinkFieldTest::assertInvalidEntries function core/modules/link/tests/src/Functional/LinkFieldTest.php Asserts that invalid URLs cannot be submitted.
LinkFieldTest::assertValidEntries function core/modules/link/tests/src/Functional/LinkFieldTest.php Asserts that valid URLs can be submitted.
LinkFieldTest::renderTestEntity function core/modules/link/tests/src/Functional/LinkFieldTest.php Renders a test_entity and returns the output.
LinkFieldTest::setUp function core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php
LinkFieldTest::setUp function core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php
LinkFieldTest::setUp function core/modules/link/tests/src/Functional/LinkFieldTest.php
LinkFieldTest::testAlterFieldInstanceMigration function core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php @covers ::alterFieldInstanceMigration
LinkFieldTest::testDefineValueProcessPipeline function core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php @covers ::defineValueProcessPipeline
LinkFieldTest::testEditNonNodeEntityLink function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests editing a link to a non-node entity.
LinkFieldTest::testLinkFormatter function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests the default 'link' formatter.
LinkFieldTest::testLinkSeparateFormatter function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests the 'link_separate' formatter.
LinkFieldTest::testLinkTitle function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests the link title settings of a link field.
LinkFieldTest::testLinkTypeOnLinkWidget function core/modules/link/tests/src/Functional/LinkFieldTest.php Test '#link_type' property exists on 'link_default' widget.
LinkFieldTest::testNoLinkUri function core/modules/link/tests/src/Functional/LinkFieldTest.php Test <nolink> and <none> as link uri.
LinkFieldTest::testURLValidation function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests link field URL validation.
LinkFieldUITest class core/modules/link/tests/src/Functional/LinkFieldUITest.php Tests link field UI functionality.
LinkFieldUITest.php file core/modules/link/tests/src/Functional/LinkFieldUITest.php
LinkFieldUITest::$adminUser property core/modules/link/tests/src/Functional/LinkFieldUITest.php A user that can edit content types.
LinkFieldUITest::$defaultTheme property core/modules/link/tests/src/Functional/LinkFieldUITest.php The theme to install as the default for testing.
LinkFieldUITest::$firstContentType property core/modules/link/tests/src/Functional/LinkFieldUITest.php The first content type to add fields to.
LinkFieldUITest::$helpTextUser property core/modules/link/tests/src/Functional/LinkFieldUITest.php A user that should see the help texts.
LinkFieldUITest::$modules property core/modules/link/tests/src/Functional/LinkFieldUITest.php Modules to enable.
LinkFieldUITest::$secondContentType property core/modules/link/tests/src/Functional/LinkFieldUITest.php The second content type to add fields to.
LinkFieldUITest::assertFieldContainsRawText function core/modules/link/tests/src/Functional/LinkFieldUITest.php Checks that given field contains the given raw text.
LinkFieldUITest::assertNoFieldContainsRawText function core/modules/link/tests/src/Functional/LinkFieldUITest.php Checks that given field does not contain the given raw text.
LinkFieldUITest::getFieldHtml function core/modules/link/tests/src/Functional/LinkFieldUITest.php Returns the raw HTML for the given field.
LinkFieldUITest::providerTestFieldUI function core/modules/link/tests/src/Functional/LinkFieldUITest.php Provides test data for ::testFieldUI().
LinkFieldUITest::runFieldUIItem function core/modules/link/tests/src/Functional/LinkFieldUITest.php Tests one link field UI item.
LinkFieldUITest::setUp function core/modules/link/tests/src/Functional/LinkFieldUITest.php
LinkFieldUITest::testFieldUI function core/modules/link/tests/src/Functional/LinkFieldUITest.php Tests the link field UI.
LinkFormatter class core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Plugin implementation of the 'link' formatter.
LinkFormatter.php file core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php

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