|
hook_views_api |
core/modules/views/views.api.php |
Register View API information. |
|
hook_views_data |
core/modules/views/views.api.php |
Describes data tables (or the equivalent) to Views. |
|
hook_views_data_alter |
core/modules/views/views.api.php |
Alter table structure. |
|
hook_views_form_substitutions |
core/modules/views/views.api.php |
This hook is called to get a list of placeholders and their substitutions,
used when preprocessing a View with form elements. |
|
hook_views_invalidate_cache |
core/modules/views/views.api.php |
Allow modules to respond to the Views cache being invalidated. |
|
hook_views_plugins |
core/modules/views/views.api.php |
Describes plugins defined by the module. |
|
hook_views_plugins_alter |
core/modules/views/views.api.php |
Alter existing plugins data, defined by modules. |
|
hook_views_post_build |
core/modules/views/views.api.php |
This hook is called right after the build process. The query is now fully
built, but it has not yet been run through db_rewrite_sql. |
|
hook_views_post_execute |
core/modules/views/views.api.php |
This hook is called right after the execute process. The query has been
executed, but the pre_render() phase has not yet happened for handlers. |
|
hook_views_post_render |
core/modules/views/views.api.php |
Post process any rendered data. |
|
hook_views_preview_info_alter |
core/modules/views/views.api.php |
Alter the information box that (optionally) appears with a view preview,
including query and performance statistics. |
|
hook_views_pre_build |
core/modules/views/views.api.php |
This hook is called right before the build process, but after displays are
attached and the display performs its pre_execute phase. |
|
hook_views_pre_execute |
core/modules/views/views.api.php |
This hook is called right before the execute process. The query is now fully
built, but it has not yet been run through db_rewrite_sql. |
|
hook_views_pre_render |
core/modules/views/views.api.php |
This hook is called right before the render process. The query has been
executed, and the pre_render() phase has already happened for handlers, so
all data should be available. |
|
hook_views_pre_view |
core/modules/views/views.api.php |
Allows altering a view at the very beginning of views processing, before
anything is done. |
|
hook_views_query_alter |
core/modules/views/views.api.php |
Alter the query before executing the query. |
|
hook_views_query_substitutions |
core/modules/views/views.api.php |
Performs replacements in the query before being performed. |
|
hook_views_ui_display_top_links_alter |
core/modules/views/views.api.php |
This hooks allows to alter the links at the top of the view edit form. Some
modules might want to add links there. |
|
hook_watchdog |
core/modules/system/system.api.php |
Log an event message. |
|
HTMLIdTestCase::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
|
HTMLIdTestCase::testHTMLId |
core/modules/simpletest/tests/form.test |
Tests that HTML IDs do not get duplicated when form validation fails. |
|
html_datetime_validate |
core/includes/form.inc |
Validate a combined date and time array. |
|
html_date_or_time_value_callback |
core/includes/form.inc |
Element value callback for html_date and html_time elements. |
|
html_date_validate |
core/includes/form.inc |
Validate a date string. |
|
html_time_validate |
core/includes/form.inc |
Validate a time string. |
|
HttpResponseCodeLayoutAccess::checkAccess |
core/modules/layout/plugins/access/http_response_code_layout_access.inc |
Checks for access based on the available context. |
|
HttpResponseCodeLayoutAccess::form |
core/modules/layout/plugins/access/http_response_code_layout_access.inc |
Settings form for configuring this access item. |
|
HttpResponseCodeLayoutAccess::summary |
core/modules/layout/plugins/access/http_response_code_layout_access.inc |
Provides a human-readable summary of this access check's behavior. |
|
HWLDFWordAccumulator::addWords |
core/includes/diff.inc |
|
|
HWLDFWordAccumulator::flushGroup |
core/includes/diff.inc |
|
|
HWLDFWordAccumulator::flushLine |
core/includes/diff.inc |
|
|
HWLDFWordAccumulator::getLines |
core/includes/diff.inc |
|
|
icon |
core/includes/icon.inc |
Return the markup for outputting an icon by a machine name. |
|
IconTestCase::assertIconContentsEqual |
core/modules/simpletest/tests/icon.test |
Compare the contents of two SVG icons for equality. |
|
IconTestCase::assertIconsEqual |
core/modules/simpletest/tests/icon.test |
Compare an expected icon path against the active icon path by icon name. |
|
IconTestCase::setUp |
core/modules/simpletest/tests/icon.test |
Sets up a Backdrop site for running functional and integration tests. |
|
IconTestCase::testIconAttributes |
core/modules/simpletest/tests/icon.test |
Test that rendered icons have the expected content and attributes. |
|
IconTestCase::testIconHooks |
core/modules/simpletest/tests/icon.test |
Tests providing and overriding icons with a module. |
|
IconTestCase::testThemeIcons |
core/modules/simpletest/tests/icon.test |
Tests a theme providing and overriding icons, including sub-themes. |
|
icon_allowed_styles |
core/includes/icon.inc |
Helper function to get list of allowed/known styles. |
|
icon_get_all_details |
core/includes/icon.inc |
Helper function to load icon details. |
|
icon_get_info |
core/includes/icon.inc |
Get info about a module-provided icons. |
|
icon_get_path |
core/includes/icon.inc |
Locates an icon and returns its path. |
|
icon_get_style |
core/includes/icon.inc |
Helper function to get an icon style based on the last segment of the icon
name. We have some pre-approved suffixes that correspond to style options. |
|
icon_test_icon_info |
core/modules/simpletest/tests/icon_test/icon_test.module |
Implements hook_icon_info(). |
|
icon_test_icon_info_alter |
core/modules/simpletest/tests/icon_test/icon_test.module |
Implements hook_icon_info_alter(). |
|
icon_test_menu |
core/modules/simpletest/tests/icon_test/icon_test.module |
Implements hook_menu(). |
|
ImageAdminStylesUnitTest::createSampleImage |
core/modules/image/tests/image.test |
Given an image style, generate an image. |
|
ImageAdminStylesUnitTest::getImageCount |
core/modules/image/tests/image.test |
Count the number of images currently create for a style. |
|
ImageAdminStylesUnitTest::testDefaultStyle |
core/modules/image/tests/image.test |
Test to override, edit, then revert a style. |