Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for get

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
MenuTestCase::getStandardMenuLink function core/modules/menu/tests/menu.test Get standard menu link.
DrupalWebTestCase::drupalGetToken function core/includes/drupal.classes.inc
DrupalWebTestCase::drupalGetMails function core/includes/drupal.classes.inc
views_plugin_cache::get_cache_key function core/modules/views/plugins/views_plugin_cache.inc Returns cache key.
PageTitleFiltering::$content_user property core/modules/system/tests/system.test
PageTitleFiltering::testTitleTags function core/modules/system/tests/system.test Tests the handling of HTML by backdrop_set_title() and backdrop_get_title()
tabledrag_example_parent_get_data function modules/examples/tabledrag_example/tabledrag_example_parent_form.inc Retrieves the tree structure from database, and sorts by parent/child/weight.
FieldViewsFieldTest::getFieldView function core/modules/field/tests/field_views.test
installer_browser_get_sort_widget function core/modules/installer/installer.pages.inc Returns a themed sort widget for the filters.
ThemeUpdater::getInstallDirectory function core/modules/system/system.updater.inc Return the directory where a theme should be installed.
views_plugin_cache_none::cache_get function core/modules/views/plugins/views_plugin_cache_none.inc Retrieve data from the cache.
file_field_widget_process_multiple function core/modules/file/file.field.inc Render API callback: Processes a group of file_generic field elements.
DashboardTaxonomyBlock::getContent function core/modules/dashboard/includes/block.taxonomy.inc Return the content of a block.
LayoutBlockUsageTestCase::$profile property core/modules/layout/tests/layout.test The profile to install as a basis for testing.
views_handler_argument::get_plugin function core/modules/views/handlers/views_handler_argument.inc Get the display or row plugin, if it exists.
install_get_available_translations function core/includes/install.core.inc Provide a list of available translation files.
DBLogTestCase::getSeverityConstant function core/modules/dblog/tests/dblog.test Gets the watchdog severity constant corresponding to the CSS class.
BackdropLocalStreamWrapper::getUri function core/includes/stream_wrappers.inc Base implementation of getUri().
BackupMySql::getDatabaseConnection function core/includes/backup/backup.mysql.inc Get the db connection for the specified db.
options_field_widget_settings_form function core/modules/field/modules/options/options.module Implements hook_field_widget_settings_form().
DatabaseConnection::getDriverClass function core/includes/database/database.inc Gets the driver-specific override class if any for the specified class.
ImageStyleFlushTest::getImageCount function core/modules/image/tests/image.test Count the number of images currently created for a style in a wrapper.
ConfigFileStorage::getModifiedTime function core/includes/config.inc Returns a timestamp indicating the last time a configuration was modified.
TokenCurrentPageTestCase::$profile property core/modules/simpletest/tests/token.test The profile to install as a basis for testing.
SelectQueryInterface::getArguments function core/includes/database/select.inc Compiles and returns an array of the arguments for this prepared statement.
entityreference_field_widget_error function core/modules/entityreference/entityreference.module Implements hook_field_widget_error().
UserPasswordResetTest::getResetURL function core/modules/user/tests/user_password_reset.test Retrieves password reset email and extracts the login link.
Layout::getContextFromRelationship function core/modules/layout/includes/layout.class.inc
BackdropTestCase::getAssertionCall function core/modules/simpletest/backdrop_web_test_case.php Cycles through backtrace until the first non-assertion method is found.
hook_field_widget_properties_alter function core/modules/field/field.api.php Alters the widget properties of a field instance before it gets displayed.
views_plugin_display::get_handlers function core/modules/views/plugins/views_plugin_display.inc Get a full array of handlers for $type. This caches them.
date_field_widget_properties_alter function core/modules/date/date.module Implements hook_field_widget_properties_alter().
field_test_field_widget_form_alter function core/modules/field/tests/field_test/field_test.module Implements hook_field_widget_form_alter().
FieldSqlStorageTestCase::$instance property core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
LayoutRendererEditor::getAriaLabel function core/modules/layout/plugins/renderers/layout_renderer_editor.inc Returns an aria label for a block.
ImageStyleTokenTests::getTestImage function core/modules/image/tests/token.test Generates a test image.
_image_field_widget_alt_pre_render function core/modules/image/image.field.inc Pre-render callback for alt field.
BackdropWebTestCase::getAllOptions function core/modules/simpletest/backdrop_web_test_case.php Get all option elements, including nested options, in a select.
ThemeUnitTest::testThemeGetSetting function core/modules/simpletest/tests/theme.test Test the theme_get_setting() function.
DrupalWebTestCase::drupalGetHeader function core/includes/drupal.classes.inc
FieldGetValueTestCase::$field_name property core/modules/field/tests/field.test
FieldGetValueTestCase::$admin_user property core/modules/field/tests/field.test
views_plugin_cache::get_output_key function core/modules/views/plugins/views_plugin_cache.inc
FormsFormStorageTestCase::$profile property core/modules/simpletest/tests/form.test The profile to install as a basis for testing.
FormsFormStorageTestCase::testForm function core/modules/simpletest/tests/form.test Tests using the form in a usual way.
LayoutUpdater::getInstallDirectory function core/modules/system/system.updater.inc Return the directory where a layout should be installed.
installer_browser_get_install_list function core/modules/installer/installer.pages.inc Returns the themed install list form.
ModuleUpdater::getInstallDirectory function core/modules/system/system.updater.inc Return the directory where a module should be installed.
installer_browser_get_sort_options function core/modules/installer/installer.pages.inc Returns a list of sort options.
views_many_to_one_helper::get_join function core/modules/views/includes/handlers.inc

Pages

  • « first
  • ‹ previous
  • …
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • …
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org