You are here

59 calls to Drupal::l() in Zircon Profile 8.0

block_help in core/modules/block/block.module
Implements hook_help().
BookTest::checkBookNode in core/modules/book/src/Tests/BookTest.php
Checks the outline of sub-pages; previous, up, and next.
CommentLinksTest::testLinkApprove in core/modules/comment/src/Tests/Views/CommentLinksTest.php
Test the comment approve link.
CommentLinksTest::testLinkReply in core/modules/comment/src/Tests/Views/CommentLinksTest.php
Test the comment reply link.
DbLogTest::verifyLinkEscaping in core/modules/dblog/src/Tests/DbLogTest.php
Tests the escaping of links in the operation row of a database log detail page.
DefaultViewsTest::setUp in core/modules/views/src/Tests/DefaultViewsTest.php
Sets up a Drupal site for running functional and integration tests.
DisplayPluginBase::optionLink in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Returns a link to a section of a form.
DrupalTest::testL in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the l() method.
FieldStorageConfigListBuilder::buildRow in core/modules/field_ui/src/FieldStorageConfigListBuilder.php
Builds a row for an entity in the entity listing.
FieldUrlTest::testFieldUrl in core/modules/views/src/Tests/Handler/FieldUrlTest.php
field_help in core/modules/field/field.module
Implements hook_help().
hook_requirements in core/lib/Drupal/Core/Extension/module.api.php
Check installation requirements and do status reporting.
IntegrationTest::testAggregatorItemView in core/modules/aggregator/src/Tests/Views/IntegrationTest.php
Tests basic aggregator_item view.
LinkFieldTest::testLinkTitle in core/modules/link/src/Tests/LinkFieldTest.php
Tests the link title settings of a link field.
LinkGenerationTest::testHookLinkAlter in core/modules/system/src/Tests/Utility/LinkGenerationTest.php
Tests how hook_link_alter() can affect escaping of the link text.
locale_form_language_admin_overview_form_alter in core/modules/locale/locale.module
Implements hook_form_FORM_ID_alter() for language_admin_overview_form().
locale_requirements in core/modules/locale/locale.install
Implements hook_requirements().
NodeRevisionsUiTest::testNodeRevisionDoubleEscapeFix in core/modules/node/src/Tests/NodeRevisionsUiTest.php
Checks HTML double escaping of revision logs.
node_title_list in core/modules/node/node.module
Gathers a listing of links to nodes.
Rearrange::buildForm in core/modules/views_ui/src/Form/Ajax/Rearrange.php
Form constructor.
SearchConfigSettingsFormTest::setUp in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Sets up a Drupal site for running functional and integration tests.
SearchRankingTest::testHTMLRankings in core/modules/search/src/Tests/SearchRankingTest.php
Test rankings of HTML tags.
StatisticsReportsTest::testPopularContentBlock in core/modules/statistics/src/Tests/StatisticsReportsTest.php
Tests the "popular content" block.
syslog_form_system_logging_settings_alter in core/modules/syslog/syslog.module
Implements hook_form_FORM_ID_alter().
SystemCompactLink::preRenderCompactLink in core/lib/Drupal/Core/Render/Element/SystemCompactLink.php
Pre-render callback: Renders a link into #markup.
tablesort_header in core/includes/tablesort.inc
Formats a column header.
TaxonomyFieldTidTest::testViewsHandlerTidField in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldTidTest.php
template_preprocess_admin_block_content in core/modules/system/system.admin.inc
Prepares variables for administrative content block templates.
template_preprocess_block_content_add_list in core/modules/block_content/block_content.pages.inc
Prepares variables for a custom block type creation list templates.
template_preprocess_comment in core/modules/comment/comment.module
Prepares variables for comment templates.
template_preprocess_file_link in core/modules/file/file.module
Prepares variables for file link templates.
template_preprocess_forums in core/modules/forum/forum.module
Prepares variables for forums templates.
template_preprocess_link_formatter_link_separate in core/modules/link/link.module
Prepares variables for separated link field templates.
template_preprocess_locale_translation_last_check in core/modules/locale/locale.pages.inc
Prepares variables for most recent translation update templates.
template_preprocess_node_add_list in core/modules/node/node.module
Prepares variables for list of available node type templates.
template_preprocess_update_last_check in core/modules/update/update.module
Prepares variables for last time update data was checked templates.
TermIndexTest::testTaxonomyTermHierarchyBreadcrumbs in core/modules/taxonomy/src/Tests/TermIndexTest.php
Tests that there is a link to the parent term on the child term page.
toolbar_test_toolbar in core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module
Implements hook_toolbar().
UpdateContribTest::testHookUpdateStatusAlter in core/modules/update/src/Tests/UpdateContribTest.php
Checks that hook_update_status_alter() works to change a status.
UpdateContribTest::testNoReleasesAvailable in core/modules/update/src/Tests/UpdateContribTest.php
Tests when there is no available release data for a contrib module.
UpdateContribTest::testUpdateBaseThemeSecurityUpdate in core/modules/update/src/Tests/UpdateContribTest.php
Tests that subthemes are notified about security updates for base themes.
UpdateContribTest::testUpdateBrokenFetchURL in core/modules/update/src/Tests/UpdateContribTest.php
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateContribTest::testUpdateContribBasic in core/modules/update/src/Tests/UpdateContribTest.php
Tests the basic functionality of a contrib module on the status report.
UpdateContribTest::testUpdateContribOrder in core/modules/update/src/Tests/UpdateContribTest.php
Tests that contrib projects are ordered by project name.
UpdateContribTest::testUpdateShowDisabledThemes in core/modules/update/src/Tests/UpdateContribTest.php
Tests that disabled themes are only shown when desired.
UpdateCoreTest::testMajorUpdateAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when a major update is available.
UpdateCoreTest::testNormalUpdateAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when one normal update is available.
UpdateCoreTest::testSecurityUpdateAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when a security update is available.
UpdateTestBase::standardTests in core/modules/update/src/Tests/UpdateTestBase.php
Runs a series of assertions that are applicable to all update statuses.
Url::render in core/modules/views/src/Plugin/views/field/Url.php
Renders the field.
UrlTest::testLinkAttributes in core/modules/system/src/Tests/Common/UrlTest.php
Tests that default and custom attributes are handled correctly on links.
UrlTest::testLinkRenderArrayText in core/modules/system/src/Tests/Common/UrlTest.php
Tests that link functions support render arrays as 'text'.
UrlTest::testLinkXSS in core/modules/system/src/Tests/Common/UrlTest.php
Confirms that invalid URLs are filtered in link generating functions.
UserLoginBlock::build in core/modules/user/src/Plugin/Block/UserLoginBlock.php
Builds and returns the renderable array for this block plugin.
ViewListBuilder::getDisplayPaths in core/modules/views_ui/src/ViewListBuilder.php
Gets a list of paths assigned to the view.
ViewsIntegrationTest::testIntegration in core/modules/dblog/src/Tests/Views/ViewsIntegrationTest.php
Tests the integration.
ViewUI::renderPreview in core/modules/views_ui/src/ViewUI.php
_node_mass_update_batch_process in core/modules/node/node.admin.inc
Implements callback_batch_operation().
_update_requirement_check in core/modules/update/update.install
Fills in the requirements array.