BlockLegacy::getTitle |
function |
core/modules/layout/includes/block_legacy.class.inc |
Return the title of a block as configured in the layout. |
_file_test_get_return |
function |
core/modules/simpletest/tests/file_test.module |
Load the appropriate return value. |
menu_get_custom_theme |
function |
core/includes/menu.inc |
Gets the custom theme for the current page, if there is one. |
archiver_get_archiver |
function |
core/includes/common.inc |
Creates the appropriate archiver for the specified file. |
backdrop_get_updaters |
function |
core/includes/common.inc |
Assembles the Backdrop Updater registry. |
views_get_view_result |
function |
core/modules/views/views.module |
Get the result of a view. |
BlockBroken::getTitle |
function |
core/modules/layout/includes/block.class.inc |
|
menu_get_active_trail |
function |
core/includes/menu.inc |
Gets the active trail (path to root menu root) of the current page. |
menu_get_active_title |
function |
core/includes/menu.inc |
Gets the title of the current page, as determined by the active trail. |
ckeditor_get_settings |
function |
core/modules/ckeditor/ckeditor.module |
Editor JS settings callback; Add CKEditor settings to the page for a format. |
backdrop_get_filename |
function |
core/includes/bootstrap.inc |
Returns and optionally sets the filename for a system resource. |
Updater::getBackupDir |
function |
core/includes/updater.inc |
Return the full path to a directory where backups should be written. |
backdrop_get_messages |
function |
core/includes/bootstrap.inc |
Returns all messages that have been set with backdrop_set_message(). |
BlockText::getContent |
function |
core/modules/layout/includes/block.text.inc |
Returns the rendered content of this block. |
theme_get_suggestions |
function |
core/includes/theme.inc |
Generate an array of suggestions from path arguments. |
layout_get_style_info |
function |
core/modules/layout/layout.module |
Load all layout style information from modules. |
layout_get_block_info |
function |
core/modules/layout/layout.module |
Get information about all blocks or just a single one. |
views_ui_get_selected |
function |
core/modules/views_ui/views_ui.admin.inc |
Gets the current value of a #select element, from within a form constructor function. |
Entity::getRevisionId |
function |
core/modules/entity/entity.class.inc |
Implements Backdrop\entity\EntityInterface::getRevisionId(). |
entity_get_controller |
function |
core/modules/entity/entity.module |
Gets the entity controller class for an entity type. |
taxonomy_get_children |
function |
core/modules/taxonomy/taxonomy.module |
Legacy wrapper to load the children of a TID. |
drupal_get_path_alias |
function |
core/includes/drupal.inc |
Given an internal Backdrop path, return the alias set by the administrator. |
FieldGetValueTestCase |
class |
core/modules/field/tests/field.test |
Test field_get_value(). |
system_get_debug_info |
function |
core/modules/system/system.admin.inc |
Compiles the various information for the debug info page. |
SelectQuery::getUnion |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::getUnion(). |
system_get_date_types |
function |
core/includes/drupal.inc |
Alters Backdrop's list of defined date formats and attributes to return the
expected date types and attributes for Drupal's system_get_date_types()
function. |
_file_usage_get_total |
function |
core/modules/file/file.pages.inc |
Get the complete total number of known usages for a file. |
field_widget_instance |
function |
core/modules/field/field.form.inc |
Retrieves the instance definition array for a widget's helper callbacks. |
drupal_page_get_cache |
function |
core/includes/drupal.inc |
Retrieves the current page from the cache. |
NodeBlock::getContent |
function |
core/modules/node/node.block.inc |
Sets block content on block view. |
drupal_get_http_header |
function |
core/includes/drupal.inc |
Gets the HTTP response headers for the current page. |
file_field_widget_info |
function |
core/modules/file/file.field.inc |
Implements hook_field_widget_info(). |
layout_get_block_usage |
function |
core/modules/layout/layout.admin.inc |
Lists information about blocks in use in layouts. |
file_field_widget_form |
function |
core/modules/file/file.field.inc |
Implements hook_field_widget_form(). |
backdrop_get_hash_salt |
function |
core/includes/common.inc |
Gets a salt useful for hardening against SQL injection. |
view::get_current_page |
function |
core/modules/views/includes/view.inc |
Get the current page from the pager. |
drupal_get_query_array |
function |
core/includes/drupal.inc |
Splits a URL-encoded query string into an array. |
drupal_get_destination |
function |
core/includes/drupal.inc |
Prepares a 'destination' URL query parameter for use with backdrop_goto(). |
backdrop_get_logo_info |
function |
core/includes/common.inc |
Gets the path and dimensions of the site wide logo. |
FieldBlock::getContent |
function |
core/modules/field/field.block.inc |
Sets block content on block view. |
Entity::getFieldValues |
function |
core/modules/entity/entity.class.inc |
Implements EntityInterface::getFieldValues(). |
views_get_current_view |
function |
core/modules/views/views.module |
Find out what, if any, current view is currently in use. Please note that
this returns a reference, so be careful! You can unintentionally modify the
$view object. |
_layout_get_operations |
function |
core/modules/layout/layout.admin.inc |
Given a layout, return a list of operations that can be performed on it. |
text_field_widget_info |
function |
core/modules/field/modules/text/text.module |
Implements hook_field_widget_info(). |
text_field_widget_form |
function |
core/modules/field/modules/text/text.module |
Implements hook_field_widget_form(). |
Block::getAdminPreview |
function |
core/modules/layout/includes/block.class.inc |
Return a preview for this block. |
_views_ui_get_displays |
function |
core/modules/views_ui/views_ui.module |
Helper function to get a list of displays assigned to a view, and their
respective paths if any. |
drupal_get_private_key |
function |
core/includes/drupal.inc |
Ensures the private key variable used to generate tokens is set. |
OptionsWidgetsTestCase |
class |
core/modules/field/modules/options/tests/options.test |
|
Database::ignoreTarget |
function |
core/includes/database/database.inc |
Instructs the system to temporarily ignore a given key/target. |