comment_get_recent |
function |
core/modules/comment/comment.module |
Finds the most recent comments that are available to the current user. |
comment_get_thread |
function |
core/modules/comment/comment.module |
Retrieves comments for a thread. |
menu_get_ancestors |
function |
core/includes/menu.inc |
Returns the ancestors (and relevant placeholders) for any given path. |
Config::getStorage |
function |
core/includes/config.inc |
Retrieves the storage used to load and save this configuration object. |
menu_tree_get_path |
function |
core/includes/menu.inc |
Gets the path for determining the active trail of the specified menu tree. |
book_get_flat_menu |
function |
core/modules/book/book.module |
Gets the book menu tree for a page and returns it as a linear array. |
_comment_get_modes |
function |
core/modules/comment/comment.module |
Returns an array of viewing modes for comment listings. |
drupal_get_library |
function |
core/includes/drupal.inc |
Retrieves information for a JavaScript/CSS library. |
theme_get_registry |
function |
core/includes/theme.inc |
Gets the theme registry. |
Block::getChildren |
function |
core/modules/layout/includes/block.class.inc |
Allows an array of "child blocks" for display in the "Add Block" dialog. |
filter_get_editors |
function |
core/modules/filter/filter.module |
Returns a list of text editors that are used with 'text_format' elements. |
tablesort_get_sort |
function |
core/includes/tablesort.inc |
Determines the current sort direction. |
backdrop_get_title |
function |
core/includes/bootstrap.inc |
Gets the title of the current page. |
theme_image_widget |
function |
core/modules/image/image.theme.inc |
Returns HTML for an image field widget. |
backdrop_get_feeds |
function |
core/includes/common.inc |
Gets the feed URLs for the current page. |
BackdropQueue::get |
function |
core/modules/system/system.queue.inc |
Returns the queue object for a given name. |
file_type_get_type |
function |
core/modules/file/file.module |
Returns the file type of the passed file or file type string. |
file_type_get_name |
function |
core/modules/file/file.module |
Returns the file type name of the passed file or file type string. |
PageTitleFiltering |
class |
core/modules/system/tests/system.test |
|
cache_get_multiple |
function |
core/includes/cache.inc |
Returns data from the persistent cache when given an array of cache IDs. |
node_type_get_type |
function |
core/modules/node/node.module |
Returns the node type of the passed node or node type string. |
node_type_get_base |
function |
core/modules/node/node.module |
Returns the node type base of the passed node or node type string. |
node_type_get_name |
function |
core/modules/node/node.module |
Returns the node type name of the passed node or node type string. |
Query::getComments |
function |
core/includes/database/query.inc |
Returns a reference to the comments array for the query. |
field_widget_field |
function |
core/modules/field/field.form.inc |
Retrieves the field definition for a widget's helper callbacks. |
TableSort::getSort |
function |
core/includes/tablesort.class.inc |
Determine the current sort direction. |
MenuChangeTestCase |
class |
core/modules/simpletest/tests/menu.test |
Tests menu changes. |
drupal_get_messages |
function |
core/includes/drupal.inc |
Returns all messages that have been set with backdrop_set_message(). |
update_get_projects |
function |
core/modules/update/update.compare.inc |
Fetches an array of installed and enabled projects. |
image_test_get_info |
function |
core/modules/simpletest/tests/image_test.module |
Image toolkit's get_info operation. |
views_get_page_view |
function |
core/modules/views/views.module |
Find out what, if any, page view is currently in use. Please note that
this returns a reference, so be careful! You can unintentionally modify the
$view object. |
file_test_get_calls |
function |
core/modules/simpletest/tests/file_test.module |
Get the arguments passed to invocation of a given hook since
file_test_reset() was last called. |
views_get_all_views |
function |
core/modules/views/views.module |
Return an array of all views as fully loaded $view objects. |
transliteration_get |
function |
core/includes/transliteration.inc |
Transliterates text. |
Block::getBlockInfo |
function |
core/modules/layout/includes/block.class.inc |
Return the block info for this block, as provided by hook_block_info(). |
admin_bar_cache_get |
function |
core/modules/admin_bar/admin_bar.module |
Retrieve a client-side cache hash from cache. |
filter_get_attached |
function |
core/modules/filter/filter.module |
Adds filter configuration information to the page for access by JavaScript. |
Layout::getContexts |
function |
core/modules/layout/includes/layout.class.inc |
Return all contexts (from both the layout and menu item) for this Layout. |
drupal_get_updaters |
function |
core/includes/drupal.inc |
Assembles the Backdrop Updater registry. |
views_ui_get_wizard |
function |
core/modules/views_ui/views_ui.module |
Fetch metadata on a specific views ui wizard plugin. |
tablesort_get_order |
function |
core/includes/tablesort.inc |
Determines the current sort criterion. |
Config::getOriginal |
function |
core/includes/config.inc |
Gets the current config value as specified in the written config storage. |
FileTransfer::__get |
function |
core/includes/filetransfer/filetransfer.inc |
Implementation of the magic __get() method. |
Config::getOverride |
function |
core/includes/config.inc |
Checks if a config value has an override specified. |
BlockText::getTitle |
function |
core/modules/layout/includes/block.text.inc |
Sets block subject on block view. |
_views_ui_get_paths |
function |
core/modules/views_ui/views_ui.module |
Helper function to get a list of paths assigned to a view. |
TableSortTest::$GET |
property |
core/modules/simpletest/tests/tablesort.test |
Storage for initial value of $_GET. |
_filter_get_file_id |
function |
core/modules/filter/filter.pages.inc |
Find a managed file ID from a url. |
FilterFileUsageTest |
class |
core/modules/filter/tests/filter.test |
Tests for filter.module's node/entity hooks to track file usage. |
Node::getRevisionId |
function |
core/modules/node/node.entity.inc |
Overrides Backdrop\entity\Entity::getRevisionId(). |