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

Search for init

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
_backdrop_theme_initialize function core/includes/theme.inc Initializes the theme system given already loaded information.
drupal_settings_initialize function core/includes/drupal.inc Sets the base URL, cookie domain, and session name from configuration.
_backdrop_schema_initialize function core/includes/common.inc Fills in required default values for table definitions from hook_schema().
backdrop_session_initialize function core/includes/session.inc Initializes the session handler, starting a session if needed.
views_object::set_definition function core/modules/views/includes/base.inc Let the handler know what its full definition is.
backdrop_settings_initialize function core/includes/bootstrap.inc Sets the base URL, cookie domain, and session name from configuration.
backdrop_language_initialize function core/includes/bootstrap.inc Initializes all the defined language types.
ThemeHookInitUnitTest::setUp function core/modules/simpletest/tests/theme.test Sets up a Backdrop site for running functional and integration tests.
image_effect_definition_load function core/modules/image/image.module Load the definition for an image effect.
views_handler_argument::init function core/modules/views/handlers/views_handler_argument.inc init the handler with necessary data.
views_plugin_pager_none::init function core/modules/views/plugins/views_plugin_pager_none.inc Initialize the plugin.
drupal_environment_initialize function core/includes/drupal.inc Initializes the PHP environment.
views_handler_field_node::init function core/modules/node/views/views_handler_field_node.inc init the handler with necessary data.
views_handler_field_user::init function core/modules/user/views/views_handler_field_user.inc Override init function to provide generic option to link to user.
ViewsSqlTest::schemaDefinition function core/modules/views/tests/views_query.test The schema definition.
views_handler_field_file::init function core/modules/file/views/views_handler_field_file.inc Constructor to provide additional field to add.
views_handler_field_field::init function core/modules/field/views/views_handler_field_field.inc
views_object::option_definition function core/modules/views/includes/base.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_localization::init function core/modules/views/plugins/views_plugin_localization.inc Initialize the plugin.
views_plugin_exposed_form::init function core/modules/views/plugins/views_plugin_exposed_form.inc Initialize the plugin.
ThemeHookInitUnitTest::$profile property core/modules/simpletest/tests/theme.test The profile to install as a basis for testing.
backdrop_environment_initialize function core/includes/bootstrap.inc Initializes the PHP environment.
views_plugin_row_node_rss::init function core/modules/node/views/views_plugin_row_node_rss.inc Override init function to convert fulltext view-mode to full.
views_plugin_display_feed::init function core/modules/views/plugins/views_plugin_display_feed.inc
system_test_authorize_init_page function core/modules/simpletest/tests/system_test.module Page callback to initialize authorize.php during testing.
views_plugin_row_node_view::init function core/modules/node/views/views_plugin_row_node_view.inc Initialize the row plugin.
TableSortTest::testTableSortInit function core/modules/simpletest/tests/tablesort.test Test tablesort_init().
views_handler_relationship::init function core/modules/views/handlers/views_handler_relationship.inc Init handler to let relationships live on tables other than the table they operate on.
views_plugin_query_default::init function core/modules/views/plugins/views_plugin_query_default.inc Constructor; Create the basic query object and fill with default values.
ConfigFileStorage::isInitialized function core/includes/config.inc Check that the storage managed by this object is present and functional.
views_handler::option_definition function core/modules/views/includes/handlers.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_field_entity::init function core/modules/views/handlers/views_handler_field_entity.inc Initialize the entity type.
views_handler_field_boolean::init function core/modules/views/handlers/views_handler_field_boolean.inc init the handler with necessary data.
date_views_argument_handler::init function core/modules/date/views/date_views_argument_handler.inc Get granularity and use it to create the formula and a format for the results.
ThemeRegistry::initializeRegistry function core/includes/theme.inc Initializes the full theme registry.
views_handler_field_comment::init function core/modules/comment/views/views_handler_field_comment.inc Override init function to provide generic option to link to comment.
EntityFieldQuery::initializePager function core/modules/entity/entity.query.inc Gets the total number of results and initialize a pager for the query.
theme_test_hook_init_page_callback function core/modules/simpletest/tests/theme_test.module Menu callback for testing themed output generated in hook_init().
views_plugin_display_extender::init function core/modules/views/plugins/views_plugin_display_extender.inc
views_plugin_argument_default::init function core/modules/views/plugins/views_plugin_argument_default.inc Initialize this plugin with the view and the argument it is linked to.
views_handler_field_user_name::init function core/modules/user/views/views_handler_field_user_name.inc Add uid in the query so we can test for anonymous if needed.
views_handler_argument_string::init function core/modules/views/handlers/views_handler_argument_string.inc init the handler with necessary data.
BackdropWebTestCase::curlInitialize function core/modules/simpletest/backdrop_web_test_case.php Initializes the cURL connection.
views_plugin_row::option_definition function core/modules/views/plugins/views_plugin_row.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
ConfigDatabaseStorage::isInitialized function core/includes/config.inc Check that the storage managed by this object is present and functional.
ConfigFileStorage::initializeStorage function core/includes/config.inc Create a configuration directory, if it does not already exist, and ensure it is writable by the site. Additionally, protect it with a .htaccess file.
views_plugin_argument_validate::init function core/modules/views/plugins/views_plugin_argument_validate.inc Initialize this plugin with the view and the argument it is linked to.
views_handler_filter_field_list::init function core/modules/field/views/views_handler_filter_field_list.inc Provide some extra help to get the operator/value easier to use.
views_plugin_style::option_definition function core/modules/views/plugins/views_plugin_style.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_sort::option_definition function core/modules/views/handlers/views_handler_sort.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 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