262 calls to check_plain()

action_admin_manage in drupal/core/modules/action/action.admin.inc
Menu callback; Displays an overview of available and configured actions.
action_views_form_substitutions in drupal/core/modules/action/action.views.inc
Implements hook_views_form_substitutions().
aggregator_block_view in drupal/core/modules/aggregator/aggregator.module
Implements hook_block_view().
aggregator_categorize_items in drupal/core/modules/aggregator/aggregator.pages.inc
Form constructor to build the page list form.
aggregator_form_feed in drupal/core/modules/aggregator/aggregator.admin.inc
Form constructor for adding and editing feed sources.
ArgumentPluginBase::summary_name in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Provides the name to use for the summary. By default this is just the name field.
ArgumentPluginBase::title in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Get the title this argument will assign the view, given the argument.
Attachment::optionsSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Attachment.php
Provide the summary for attachment options in the views UI.
Attribute::__toString in drupal/core/lib/Drupal/Core/Template/Attribute.php
Implements the magic __toString() method.
AttributeBoolean::__toString in drupal/core/lib/Drupal/Core/Template/AttributeBoolean.php
Implements the magic __toString() method.
AttributeString::__toString in drupal/core/lib/Drupal/Core/Template/AttributeString.php
Implements the magic __toString() method.
BanSubscriber::onKernelRequestBannedIpCheck in drupal/core/modules/ban/lib/Drupal/ban/EventSubscriber/BanSubscriber.php
Response with 403 if the visitor's IP adress is banned.
bartik_process_maintenance_page in drupal/core/themes/bartik/template.php
Implements hook_process_HOOK() for maintenance-page.tpl.php.
bartik_process_page in drupal/core/themes/bartik/template.php
Implements hook_process_HOOK() for page.tpl.php.
block_admin_display_form in drupal/core/modules/block/block.admin.inc
Form constructor for the main block administration form.
block_form_user_profile_form_alter in drupal/core/modules/block/block.module
Implements hook_form_FORM_ID_alter() for user_profile_form().
block_menu in drupal/core/modules/block/block.module
Implements hook_menu().
BooleanOperator::value_form in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php
Options form subform for setting options.
BreadcrumbTest::testBreadCrumbs in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
CascadingStylesheetsTest::testRenderFile in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests rendering the stylesheets.
CategoryListController::buildRow in drupal/core/modules/contact/lib/Drupal/contact/CategoryListController.php
Overrides Drupal\Core\Entity\EntityListController::buildRow().
check_url in drupal/core/includes/common.inc
Strips dangerous protocols from a URI and encodes it for output to HTML.
color_scheme_form in drupal/core/modules/color/color.module
Form constructor for the color configuration form for a particular theme.
CommentFormController::submit in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::submit().
CommentTokenReplaceTest::testCommentTokenReplacement in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
comment_multiple_delete_confirm in drupal/core/modules/comment/comment.admin.inc
Form constructor for the confirmation form for bulk comment deletion.
comment_preview in drupal/core/modules/comment/comment.module
Generates a comment preview.
comment_tokens in drupal/core/modules/comment/comment.tokens.inc
Implements hook_tokens().
common_test_destination in drupal/core/modules/system/tests/modules/common_test/common_test.module
Prints a destination query parameter.
contact_personal_form in drupal/core/modules/contact/contact.pages.inc
Page callback: Form constructor for the personal contact form.
contact_site_form in drupal/core/modules/contact/contact.pages.inc
Page callback: Form constructor for the site-wide contact form.
database_test_theme_tablesort in drupal/core/modules/system/tests/modules/database_test/database_test.module
Outputs a form without setting a header sort.
Date::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Date.php
Default options form that provides the label widget that all fields should have.
dblog_event in drupal/core/modules/dblog/dblog.admin.inc
Page callback: Displays details about a specific database log message.
debug in drupal/core/includes/common.inc
Outputs debug information.
DisplayOverview::form in drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php
Overrides Drupal\field_ui\OverviewBase::form().
DisplayPluginBase::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Provide the default form for setting options.
DisplayPluginBase::optionsSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Provide the default summary for options in the views UI.
DisplayPluginBase::renderMoreLink in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Render the 'more' link
DrupalDiffFormatter::_added in drupal/core/lib/Drupal/Component/Diff/DiffEngine.php
DrupalDiffFormatter::_context in drupal/core/lib/Drupal/Component/Diff/DiffEngine.php
DrupalDiffFormatter::_deleted in drupal/core/lib/Drupal/Component/Diff/DiffEngine.php
drupal_add_html_head_link in drupal/core/includes/common.inc
Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD.
drupal_get_title in drupal/core/includes/bootstrap.inc
Gets the title of the current page.
drupal_placeholder in drupal/core/includes/bootstrap.inc
Formats text for emphasized display in a placeholder inside a sentence.
drupal_pre_render_styles in drupal/core/includes/common.inc
Pre-render callback: Adds the elements needed for CSS tags to be rendered.
drupal_set_title in drupal/core/includes/bootstrap.inc
Sets the title of the current page.
EntityNG::getTranslatedField in drupal/core/lib/Drupal/Core/Entity/EntityNG.php
Gets a translated field.
EntityRow::summaryTitle in drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php
Overrides Drupal\views\Plugin\views\PluginBase::summaryTitle().
ExceptionController::decodeException in drupal/core/lib/Drupal/Core/ExceptionController.php
This method is a temporary port of _drupal_decode_exception().
ExceptionController::on404Html in drupal/core/lib/Drupal/Core/ExceptionController.php
Processes a NotFound exception into an HTTP 404 response.
ExposedFormPluginBase::exposed_form_alter in drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.php
Feed::optionsSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::optionsSummary().
Feed::preview in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php
Overrides \Drupal\views\Plugin\views\display\PathPluginBase::preview().
Fid::title_query in drupal/core/modules/file/lib/Drupal/file/Plugin/views/argument/Fid.php
Override the behavior of title_query(). Get the filenames.
FieldItemBase::get in drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php
Implements ComplexDataInterface::get().
FieldList::summary_name in drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/FieldList.php
Provides the name to use for the summary. By default this is just the name field.
FieldOverview::form in drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php
Overrides Drupal\field_ui\OverviewBase::form().
FieldPluginBase::element_label_type in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php
Return an HTML element for the label based upon the field's element type.
FieldPluginBase::element_type in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php
Return an HTML element based upon the field's element type.
FieldPluginBase::element_wrapper_type in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php
Return an HTML element for the wrapper based upon the field's element type.
FieldPluginBase::render_as_link in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php
Render this field as a link, with the info from a fieldset set by the user.
FileTokenReplaceTest::testFileTokenReplacement in drupal/core/modules/file/lib/Drupal/file/Tests/FileTokenReplaceTest.php
Creates a file, then tests the tokens generated from it.
FileWidget::formMultipleElements in drupal/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php
Overrides \Drupal\field\Plugin\Type\Widget\WidgetBase::formMultipleElements().
file_save_htaccess in drupal/core/includes/file.inc
Creates a .htaccess file in the given directory.
FilterAdminTest::testFilterAdmin in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterPluginBase::adminSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Display the filter on the administrative summary
FilterUnitTest::assertFilteredString in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php
Asserts multiple filter output expectations for multiple input strings.
filter_admin_overview in drupal/core/modules/filter/filter.admin.inc
Form constructor for a form to list and reorder text formats.
filter_xss_bad_protocol in drupal/core/includes/common.inc
Processes an HTML attribute value and strips dangerous protocols from URLs.
format_rss_channel in drupal/core/includes/common.inc
Formats an RSS channel.
format_rss_item in drupal/core/includes/common.inc
Formats a single RSS item.
format_string in drupal/core/includes/bootstrap.inc
Replaces placeholders with sanitized values in a string.
format_xml_elements in drupal/core/includes/common.inc
Formats XML elements.
FormTest::testDisabledMarkup in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Verify markup for disabled form elements.
FormTest::testFieldFormSingle in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
form_select_options in drupal/core/includes/form.inc
Converts a select form element's options array into HTML.
form_test_storage_form_submit in drupal/core/modules/system/tests/modules/form_test/form_test.module
Form submit handler to finish multi-step form.
forum_form in drupal/core/modules/forum/forum.module
Implements hook_form().
FunctionsTest::testLinks in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/FunctionsTest.php
Tests theme_links().
HandlerBase::adminLabel in drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php
Return a string representing this handler's name in the UI.
HandlerBase::buildGroupByForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php
Provide a form for aggregation settings.
HandlerBase::sanitizeValue in drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php
Sanitize the value for output.
hook_form in drupal/core/modules/node/node.api.php
Display a node editing form.
hook_node_update_index in drupal/core/modules/node/node.api.php
Act on a node being indexed for searching.
hook_search_execute in drupal/core/modules/search/search.api.php
Execute a search for a set of key words.
hook_tokens in drupal/core/modules/system/system.api.php
Provide replacement values for placeholder tokens.
hook_update_index in drupal/core/modules/search/search.api.php
Update the search index for this module.
HtmlToTextTest::assertHtmlToText in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Helper function for testing drupal_html_to_text().
HtmlToTextTest::stringToHtml in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Converts a string to its PHP source equivalent for display in test messages.
image_style_form in drupal/core/modules/image/image.admin.inc
Form builder; Edit an image style name and effects order.
IndexTid::title_query in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTid.php
Override for specific title lookups.
IndexTidDepth::title in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTidDepth.php
Get the title this argument will assign the view, given the argument.
InOperator::adminSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php
Display the filter on the administrative summary
l in drupal/core/includes/common.inc
Formats an internal or external URL link as an HTML anchor tag.
language_admin_edit_form_validate in drupal/core/modules/language/language.admin.inc
Validate the language editing form. Reused for custom language addition too.
language_admin_overview_form in drupal/core/modules/language/language.admin.inc
User interface for the language overview screen.
language_negotiation_configure_form_table in drupal/core/modules/language/language.admin.inc
Builds a language negotiation method configuration table.
language_url_rewrite_session in drupal/core/modules/language/language.negotiation.inc
Rewrite URLs for the Session language negotiation method.
layout_page_view in drupal/core/modules/layout/layout.admin.inc
Page callback: Demonstrates a layout template.
LinkFieldTest::testLinkFormatter in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Tests the default 'link' formatter.
LinkFieldTest::testLinkSeparateFormatter in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Tests the 'link_separate' formatter.
link_field_formatter_view in drupal/core/modules/field/modules/link/link.module
Implements hook_field_formatter_view().
ListString::summary_name in drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/ListString.php
Provides the name to use for the summary. By default this is just the name field.
locale_translate_edit_form in drupal/core/modules/locale/locale.pages.inc
Form constructor for the string editing form.
MachineName::render in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/MachineName.php
Render the field.
MenuTestBase::assertBreadcrumb in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuTestBase.php
Assert that a given path shows certain breadcrumb links.
menu_block_info in drupal/core/modules/menu/menu.module
Implements hook_block_info().
menu_block_view in drupal/core/modules/menu/menu.module
Implements hook_block_view().
Name::render_link in drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Name.php
Nid::title_query in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/Nid.php
Override the behavior of title(). Get the title of the node.
Node::buildOptionsForm in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument_validator/Node.php
Provide the default form for setting options.
Node::validate_argument in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument_validator/Node.php
NodeTermData::buildOptionsForm in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/relationship/NodeTermData.php
Default options form that provides the label widget that all fields should have.
NodeTokenReplaceTest::testNodeTokenReplacement in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTokenReplaceTest.php
Creates a node, then tests the tokens generated from it.
node_admin_nodes in drupal/core/modules/node/node.admin.inc
Returns the admin form object to node_admin_content().
node_content_form in drupal/core/modules/node/node.module
Implements hook_form().
node_multiple_delete_confirm in drupal/core/modules/node/node.admin.inc
Multiple node deletion confirmation form for node_admin_content().
node_search_execute in drupal/core/modules/node/node.module
Implements hook_search_execute().
node_tokens in drupal/core/modules/node/node.tokens.inc
Implements hook_tokens().
node_type_get_clean_name in drupal/core/modules/node/node.module
Title callback: Returns the sanitized node type name.
Numeric::adminSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Numeric.php
Display the filter on the administrative summary
openid_form_user_register_form_alter in drupal/core/modules/openid/openid.module
Implements hook_form_FORM_ID_alter().
openid_test_yadis_xrds in drupal/core/modules/openid/tests/openid_test.module
Menu callback; XRDS document that references the OP Endpoint URL.
openid_user_identities in drupal/core/modules/openid/openid.pages.inc
Menu callback; Manage OpenID identities for the specified user.
PageTitleFilteringTest::testTitleTags in drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php
Tests the handling of HTML by drupal_set_title() and drupal_get_title()
PageTitleFilteringTest::testTitleXSS in drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php
Test if the title of the site is XSS proof.
Permissions::get_value_options in drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Permissions.php
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
PictureMapping::createDuplicate in drupal/core/modules/picture/lib/Drupal/picture/Plugin/Core/Entity/PictureMapping.php
Implements EntityInterface::createDuplicate().
PictureMappingFormController::form in drupal/core/modules/picture/lib/Drupal/picture/PictureMappingFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
PluginBase::pluginTitle in drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php
Return the human readable name of the display.
poll_form in drupal/core/modules/poll/poll.module
Implements hook_form().
poll_teaser in drupal/core/modules/poll/poll.module
Creates a simple teaser that lists all the choices.
poll_view_results in drupal/core/modules/poll/poll.module
Generates a graphical representation of the results of a poll.
poll_view_voting in drupal/core/modules/poll/poll.module
Form constructor for the poll voting form.
poll_votes in drupal/core/modules/poll/poll.pages.inc
Page callback: Displays the 'votes' tab for polls.
RenderTest::assertRenderedElement in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php
Tests that elements are rendered properly.
Result::render in drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Result.php
Find out the information to render.
Role::summaryTitle in drupal/core/modules/user/lib/Drupal/user/Plugin/views/access/Role.php
Return a string to display as the clickable title for the access control.
Roles::pre_render in drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Roles.php
Run before any fields are rendered.
RolesRid::title_query in drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument/RolesRid.php
Override for specific title lookups.
RouterTest::testDescriptionMenuItems in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Tests menu item descriptions.
Rss::summaryTitle in drupal/core/modules/node/lib/Drupal/node/Plugin/views/row/Rss.php
Returns the summary of the settings in the display.
SearchCommentTest::testSearchResultsComment in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php
Verify that comments are rendered using proper format in search results.
search_excerpt in drupal/core/modules/search/search.module
Returns snippets from a piece of text, with certain keywords highlighted. Used for formatting search results.
Serialized::render in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Serialized.php
Render the field.
seven_node_add_list in drupal/core/themes/seven/template.php
Displays the list of available node types for node creation.
shortcut_set_admin in drupal/core/modules/shortcut/shortcut.admin.inc
Menu page callback: builds the page for administering shortcut sets.
shortcut_set_switch in drupal/core/modules/shortcut/shortcut.admin.inc
Form callback: builds the form for switching shortcut sets.
st in drupal/core/includes/install.inc
Translates a string when some systems are not available.
statistics_access_log in drupal/core/modules/statistics/statistics.admin.inc
Page callback: Gathers page access statistics suitable for rendering.
String::adminSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/String.php
Display the filter on the administrative summary
system_date_formats_form_submit in drupal/core/modules/system/system.admin.inc
Process date format string submission.
system_date_format_localize_form in drupal/core/modules/system/system.admin.inc
Form constructor for the date localization configuration form.
system_file_system_settings in drupal/core/modules/system/system.admin.inc
Form builder; Configure the site file handling.
system_modules in drupal/core/modules/system/system.admin.inc
Menu callback; provides module enable/disable interface.
system_tokens in drupal/core/modules/system/system.tokens.inc
Implements hook_tokens().
TableSortExtenderUnitTest::testTableSortInit in drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php
Tests tablesort_init().
Taxonomy::title in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/Taxonomy.php
Override the behavior of title(). Get the title of the node.
TaxonomyIndexTid::buildExtraOptionsForm in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php
Provide a form for setting options.
TaxonomyIndexTid::buildOptionsForm in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/TaxonomyIndexTid.php
Provide "link to term" option.
TaxonomyIndexTid::pre_render in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/TaxonomyIndexTid.php
Run before any fields are rendered.
taxonomy_autocomplete in drupal/core/modules/taxonomy/taxonomy.pages.inc
Page callback: Outputs JSON for taxonomy autocomplete suggestions.
taxonomy_field_formatter_view in drupal/core/modules/taxonomy/taxonomy.module
Implements hook_field_formatter_view().
taxonomy_overview_vocabularies in drupal/core/modules/taxonomy/taxonomy.admin.inc
Form builder to list and manage vocabularies.
taxonomy_tokens in drupal/core/modules/taxonomy/taxonomy.tokens.inc
Implements hook_tokens().
template_preprocess_aggregator_item in drupal/core/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-item.tpl.php.
template_preprocess_aggregator_summary_item in drupal/core/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-summary-item.tpl.php.
template_preprocess_aggregator_summary_items in drupal/core/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-summary-items.tpl.php.
template_preprocess_book_export_html in drupal/core/modules/book/book.module
Preprocesses variables for book-export-html.tpl.php.
template_preprocess_book_navigation in drupal/core/modules/book/book.module
Processes variables for book-navigation.tpl.php.
template_preprocess_book_node_export_html in drupal/core/modules/book/book.module
Processes variables for book-node-export-html.tpl.php.
template_preprocess_field in drupal/core/modules/field/field.module
Theme preprocess function for theme_field() and field.tpl.php.
template_preprocess_forum_list in drupal/core/modules/forum/forum.module
Preprocesses variables for forum-list.tpl.php.
template_preprocess_forum_topic_list in drupal/core/modules/forum/forum.module
Preprocesses variables for forum-topic-list.tpl.php.
template_preprocess_html in drupal/core/includes/theme.inc
Preprocess variables for html.tpl.php
template_preprocess_maintenance_page in drupal/core/includes/theme.inc
The variables array generated here is a mirror of template_preprocess_page(). This preprocessor will run its course when theme_maintenance_page() is invoked.
template_preprocess_node in drupal/core/modules/node/node.module
Processes variables for node.tpl.php.
template_preprocess_page in drupal/core/includes/theme.inc
Preprocess variables for page.tpl.php
template_preprocess_poll_results in drupal/core/modules/poll/poll.module
Implements template_preprocess_HOOK() for poll-results.tpl.php.
template_preprocess_poll_vote in drupal/core/modules/poll/poll.module
Implements template_preprocess_HOOK() for poll-vote.tpl.php.
template_preprocess_search_result in drupal/core/modules/search/search.pages.inc
Process variables for search-result.tpl.php.
template_preprocess_search_results in drupal/core/modules/search/search.pages.inc
Process variables for search-results.tpl.php.
template_preprocess_taxonomy_term in drupal/core/modules/taxonomy/taxonomy.module
Process variables for taxonomy-term.tpl.php.
template_preprocess_username in drupal/core/modules/user/user.module
Preprocesses variables for theme_username().
template_preprocess_views_exposed_form in drupal/core/modules/views/theme/theme.inc
Default theme function for all filter forms.
template_preprocess_views_view in drupal/core/modules/views/theme/theme.inc
Preprocess the primary theme implementation for a view.
template_preprocess_views_view_fields in drupal/core/modules/views/theme/theme.inc
Preprocess theme function to print a single record from a row, with fields
template_preprocess_views_view_row_rss in drupal/core/modules/views/theme/theme.inc
Default theme function for all RSS rows.
template_preprocess_views_view_rss in drupal/core/modules/views/theme/theme.inc
Preprocess an RSS feed
template_preprocess_views_view_table in drupal/core/modules/views/theme/theme.inc
Display a view as a table style.
Term::buildOptionsForm in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_validator/Term.php
Provide the default form for setting options.
Term::validate_argument in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_validator/Term.php
TermTest::testTermAutocompletion in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Tests term autocompletion edge cases with slashes in the names.
TextFieldTest::_testTextfieldWidgetsFormatted in drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
TextProcessed::getValue in drupal/core/modules/field/modules/text/lib/Drupal/text/TextProcessed.php
Implements TypedDataInterface::getValue().
theme_aggregator_block_item in drupal/core/modules/aggregator/aggregator.module
Returns HTML for an individual feed item for display in the block.
theme_aggregator_page_opml in drupal/core/modules/aggregator/aggregator.pages.inc
Prints the OPML page for a feed.
theme_datetime in drupal/core/includes/theme.inc
Returns HTML for a date / time.
theme_file_icon in drupal/core/modules/file/file.module
Returns HTML for an image with an appropriate icon for the given file.
theme_file_link in drupal/core/modules/file/file.module
Returns HTML for a link to a file.
theme_file_upload_help in drupal/core/modules/file/file.field.inc
Returns HTML for help text based on file upload validators.
theme_filter_guidelines in drupal/core/modules/filter/filter.module
Returns HTML for guidelines for a text format.
theme_image_resize_summary in drupal/core/modules/image/image.admin.inc
Returns HTML for a summary of an image resize effect.
theme_image_style_preview in drupal/core/modules/image/image.admin.inc
Returns HTML for a preview of an image style.
theme_link in drupal/core/includes/theme.inc
Returns HTML for a link.
theme_links in drupal/core/includes/theme.inc
Returns HTML for a set of links.
theme_link_formatter_link_separate in drupal/core/modules/field/modules/link/link.module
Formats a link as separate title and URL elements.
theme_menu_admin_overview in drupal/core/modules/menu/menu.admin.inc
Returns HTML for a menu title and description for the menu overview page.
theme_menu_local_task in drupal/core/includes/menu.inc
Returns HTML for a single local task link.
theme_node_admin_overview in drupal/core/modules/node/content_types.inc
Returns HTML for a node type description for the content type admin page.
theme_textarea in drupal/core/includes/form.inc
Returns HTML for a textarea form element.
theme_update_report in drupal/core/modules/update/update.report.inc
Returns HTML for the project status report.
Tid::buildOptionsForm in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_default/Tid.php
Provide the default form for setting options.
TokenReplaceTest::testSystemSiteTokenReplacement in drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenReplaceTest.php
Tests the generation of all system site information tokens.
TokenReplaceTest::testTaxonomyTokenReplacement in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TokenReplaceTest.php
Creates some terms and a node, then tests the tokens generated from them.
TokenReplaceTest::testTokenReplacement in drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenReplaceTest.php
Creates a user and a node, then tests the tokens generated from them.
tracker_page in drupal/core/modules/tracker/tracker.pages.inc
Page callback: Generates a page of tracked nodes for the site.
Type::node_type in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/Type.php
Uid::title_query in drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument/Uid.php
Override the behavior of title(). Get the name of the user.
update_do_one in drupal/core/includes/update.inc
Perform one update and store the results for display on finished page.
update_manager_update_form in drupal/core/modules/update/update.manager.inc
Form constructor for the update form of the Update Manager module.
User::validate_argument in drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument_validator/User.php
UserTokenReplaceTest::testUserTokenReplacement in drupal/core/modules/user/lib/Drupal/user/Tests/UserTokenReplaceTest.php
Creates a user, then tests the tokens generated from it.
UserUid::title in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php
Get the title this argument will assign the view, given the argument.
user_admin_permissions in drupal/core/modules/user/user.admin.inc
Menu callback: administer permissions.
user_admin_roles in drupal/core/modules/user/user.admin.inc
Form to re-order roles or add a new one.
user_autocomplete in drupal/core/modules/user/user.pages.inc
Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users.
user_multiple_cancel_confirm in drupal/core/modules/user/user.module
user_tokens in drupal/core/modules/user/user.tokens.inc
Implements hook_tokens().
Vid::title_query in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/Vid.php
Override the behavior of title(). Get the title of the revision.
View::getPaths in drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php
Gets a list of paths assigned to the view.
ViewEditFormController::getDisplayDetails in drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewEditFormController.php
Helper function to get the display details section of the edit UI.
ViewEditFormController::getFormBucket in drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewEditFormController.php
Add information about a section to a display.
views_ajax_autocomplete_taxonomy in drupal/core/modules/views/includes/ajax.inc
Page callback for views taxonomy autocomplete.
views_ajax_autocomplete_user in drupal/core/modules/views/includes/ajax.inc
Page callback for views user autocomplete.
views_exposed_form in drupal/core/modules/views/views.module
Form builder for the exposed widgets form.
views_plugin_list in drupal/core/modules/views/views.module
Returns a list of plugins and metadata about them.
views_taxonomy_set_breadcrumb in drupal/core/modules/taxonomy/taxonomy.views.inc
Helper function to set a breadcrumb for taxonomy.
views_tokens in drupal/core/modules/views/views.tokens.inc
Implements hook_tokens().
views_ui_field_list in drupal/core/modules/views/views_ui/admin.inc
List all instances of fields on any views.
views_ui_rearrange_filter_form in drupal/core/modules/views/views_ui/admin.inc
Form to rearrange items in the views UI.
ViewUI::renderPreview in drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php
VocabularyMachineName::title in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyMachineName.php
Override the behavior of title(). Get the name of the vocabulary..
VocabularyVid::title in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyVid.php
Override the behavior of title(). Get the name of the vocabulary.
WebTestBase::assertThemeOutput in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Asserts themed output.
WidgetBase::form in drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::form().
WidgetBase::formMultipleElements in drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php
Special handling to create form elements for multiple values.
xmlrpc_value_get_xml in drupal/core/modules/xmlrpc/xmlrpc.inc
Generates XML representing the given value.
XssUnitTest::testEscaping in drupal/core/modules/system/lib/Drupal/system/Tests/Common/XssUnitTest.php
Checks that special characters are escaped.
XssUnitTest::testInvalidMultiByte in drupal/core/modules/system/lib/Drupal/system/Tests/Common/XssUnitTest.php
Checks that invalid multi-byte sequences are rejected.
_block_get_renderable_block in drupal/core/modules/block/block.module
Builds the content and subject for a block.
_drupal_decode_exception in drupal/core/includes/errors.inc
Decodes an exception and retrieves the correct caller.
_drupal_render_exception_safe in drupal/core/includes/errors.inc
Renders an exception error message without further exceptions.
_filter_html_escape in drupal/core/modules/filter/filter.module
Escapes all HTML tags, so they will be visible instead of being effective.
_filter_html_tips in drupal/core/modules/filter/filter.module
Filter tips callback: Provides help for the HTML filter.
_filter_url_parse_email_links in drupal/core/modules/filter/filter.module
Makes links out of e-mail addresses.
_filter_url_parse_full_links in drupal/core/modules/filter/filter.module
Makes links out of absolute URLs.
_filter_url_parse_partial_links in drupal/core/modules/filter/filter.module
Makes links out of domain names starting with "www."
_HWLDF_WordAccumulator::_flushGroup in drupal/core/lib/Drupal/Component/Diff/DiffEngine.php
_node_index_node in drupal/core/modules/node/node.module
Indexes a single node.
_text_sanitize in drupal/core/modules/field/modules/text/text.module
Sanitizes the 'value' or 'summary' data of a text value.