Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for data

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
Database class includes/database/database.inc Primary front-controller for the database system.
DatabaseLog class includes/database/log.inc Database query logger.
search_data function modules/search/search.module Performs a search by calling hook_search_execute().
database.inc file includes/database/database.inc Core systems for the database layer.
database.inc file drivers/database_mysql/database.inc Database interface code for MySQL database servers.
DatabaseTasks class includes/install.inc Database installer structure.
Config::$data property includes/config.inc The data of the configuration object.
field_has_data function modules/field/field.module Determine whether a field has any data.
file_save_data function includes/file.inc Saves a file to the specified destination and creates a database entry.
DatabaseSchema class includes/database/schema.inc Base class for database schema definitions.
menu_tree_data function includes/menu.inc Sorts and returns the built data representing a menu tree.
book_views_data function modules/book/views/book.views.inc Implements hook_views_data().
_menu_tree_data function includes/menu.inc Builds the data representing a menu tree.
hook_views_data function modules/views/views.api.php Describes data tables (or the equivalent) to Views.
user_views_data function modules/user/views/user.views.inc Implements hook_views_data().
file_views_data function modules/file/views/file.views.inc Implements hook_field_views_data().
Config::setData function includes/config.inc Replaces the data of this configuration object.
_update_no_data function modules/update/update.module Returns a warning message when there is no data about available updates.
date_views_data function modules/date/views/date.views.inc Implements hook_views_data().
Database::$logs property includes/database/database.inc An array of active query log objects.
node_views_data function modules/node/views/node.views.inc Implements hook_views_data().
views_fetch_data function modules/views/views.module Fetch Views' data from the cache
DatabaseLog::get function includes/database/log.inc Retrieve the query log for the specified logging key so far.
DatabaseLog::end function includes/database/log.inc Stop logging for the specified logging key.
DatabaseTestCase class modules/simpletest/tests/database_test.test Base test class for databases.
views_views_data function modules/views/includes/views.views.inc Implements hook_views_data().
DatabaseLog::log function includes/database/log.inc Log a query to all active logging keys.
Database::getLog function includes/database/database.inc Retrieves the queries logged on for given logging key.
field_views_data function modules/field/views/field.views.inc Implements hook_views_data().
field_purge_data function modules/field/field.crud.inc Purges the field data for a single field on a single pseudo-entity.
FileSaveDataTest class modules/simpletest/tests/file.test Tests the file_save_data() function.
locale_views_data function modules/locale/views/locale.views.inc Implements hook_views_data().
update_fetch_data function modules/update/update.module Attempts to fetch update data after loading the necessary include file.
search_views_data function modules/search/views/search.views.inc Implements hook_views_data().
DatabaseCondition class includes/database/query.inc Generic class for a series of conditions in a query.
_views_fetch_data function modules/views/includes/cache.inc Fetch Views' data from the cache.
ajax_command_data function includes/ajax.inc Creates a Backdrop Ajax 'data' command.
system_views_data function modules/system/views/system.views.inc Implements hook_views_data().
telemetry_get_data function modules/telemetry/telemetry.module Retrieve the Telemetry data values from modules.
_update_fetch_data function modules/update/update.fetch.inc Attempts to drain the queue of tasks for release history data to fetch.
DatabaseLog::clear function includes/database/log.inc Empty the query log for the specified logging key.
DatabaseNextIdCase class modules/simpletest/tests/database_test.test Check the sequences API.
DatabaseLog::start function includes/database/log.inc Begin logging queries to the specified connection and logging key.
comment_views_data function modules/comment/views/comment.views.inc
database_test_menu function modules/simpletest/tests/database_test.module Implements hook_menu().
DatabaseConnection class includes/database/database.inc Base Database API class.
database_test.test file modules/simpletest/tests/database_test.test Database tests.
cache_database.inc file drivers/cache_database/cache_database.inc
Database::startLog function includes/database/database.inc Starts logging a given logging key on the specified connection.
menu_tree_all_data function includes/menu.inc Gets the data structure representing a named menu tree.

Pages

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS