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

Search for type

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
language_types_initialize function core/includes/language.inc Chooses a language based on language negotiation provider settings.
Layout::getContextsByType function core/modules/layout/includes/layout.class.inc Return an array of contexts filtered by types specified.
node_type_example.install file modules/examples/node_type_example/node_type_example.install Install, update and uninstall functions for the node_example module.
node_type_example_install function modules/examples/node_type_example/node_type_example.install Implements hook_install().
EntityLayoutContext::type function core/modules/layout/plugins/context/entity_layout_context_handler.inc Return the indicator for this context, i.e. "entity", "string".
_field_info_collate_types function core/modules/field/field.info.inc Collates all information on field types, widget types and related structures.
LayoutContextBroken::type function core/modules/layout/plugins/context/layout_context.inc Return the indicator for this context, i.e. "entity", "string".
LayoutStringContext::type function core/modules/layout/plugins/context/layout_context.inc Return the indicator for this context, i.e. "entity", "string".
views_ui_config_type_form function core/modules/views_ui/views_ui.admin.inc Form to config items in the views UI.
DashboardContentTypesBlock class core/modules/dashboard/includes/block.node_types.inc @file Dashboard block displaying information about content types.
translation_supported_type function core/modules/translation/translation.module Returns whether the given content type has support for translations.
locale_language_types_info function core/modules/locale/locale.module Implements hook_language_types_info().
file_type_classify_confirm function core/modules/file/file.admin.inc Confirm form for file type classification process.
ListFieldUITestCase::$type property core/modules/field/modules/list/tests/list.test
form_type_checkboxes_value function core/includes/form.inc Determines the value for a checkboxes form element.
node_type_form_permissions function core/modules/node/node.types.inc Builds a matrix of node permissions for this node type.
path_node_type_form_submit function core/modules/path/path.module Submit handler for node type form.
FILE_TYPE_STORAGE_OVERRIDE constant core/modules/file/file.module File type constant for file types that override module-defined presets.
language_types_get_default function core/includes/bootstrap.inc Returns a list of the built-in language types.
DatabaseExtraTypesTestCase class core/modules/simpletest/tests/database_test.test Test proposed new data types for the schema API.
RenderElementTypesTestCase class core/modules/simpletest/tests/theme.test Tests the markup of core render element types passed to backdrop_render().
BulkTestEntity::entityType function core/modules/views/tests/views_test_entity/views_test_entity.entity.inc Implements EntityInterface::entityType().
NodeTypeExampleTest::setUp function modules/examples/node_type_example/tests/node_type_example.test Sets up a Backdrop site for running functional and integration tests.
translation_node_type_load function core/modules/translation/translation.module Implements hook_node_type_load().
field_info_formatter_types function core/modules/field/field.info.inc Returns information about field formatters from hook_field_formatter_info().
menu_test_change_menu_type function core/modules/simpletest/tests/menu_test.module Helper function for MenuChangeTestCase.
NodeTypePersistenceTestCase class core/modules/node/tests/node.test Test node type customizations persistence.
TestMultiBundle::entityType function core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc Implements EntityInterface::entityType().
comment_menu_node_type_load function core/modules/comment/comment.module Loads the comment bundle name corresponding a given content type.
DBLogTestCase::getTypeCount function core/modules/dblog/tests/dblog.test Gets the count of database log entries by database log event type.
file_type_classify_finished function core/modules/file/file.module Batch 'finished' callback.
EntityInterface::entityType function core/modules/entity/entity.class.inc Returns the type of the entity.
field_ui_field_type_options function core/modules/field_ui/field_ui.admin.inc Returns an array of field_type options.
form_type_tableselect_value function core/includes/form.inc Determines the value for a tableselect form element.
TestFieldEntity::entityType function core/modules/field/tests/field_test/field_test.class.inc Implements EntityInterface::entityType().
BackupConfig::getConfigType function core/includes/backup/backup.config.inc Get the type of config being backed-up or restored.
DashboardLayoutContext::type function core/modules/dashboard/includes/dashboard_layout_context.inc Return the indicator for this context.
file_get_filetype_candidates function core/modules/file/file.pages.inc Get the candidate filetypes for a given file.
form_type_image_button_value function core/includes/form.inc Determines the value for an image button form element.
field_ui_widget_type_options function core/modules/field_ui/field_ui.admin.inc Returns an array of widget type options for a field type.
drupal_detect_database_types function core/includes/drupal.inc Returns all supported database installer objects that are compiled into PHP.
Archive_Tar::$_compress_type property core/modules/system/system.tar.inc
FileTypeTestCase::testCreate function core/modules/file/tests/file.test Test creating a new type. Basic CRUD.
search_extra_type_conditions function core/modules/search/tests/search_extra_type/search_extra_type.module Test conditions callback for hook_search_info().
node_type_example.tests.info file modules/examples/node_type_example/tests/node_type_example.tests.info [NodeTypeExampleTestCase] name = Node Type Example functionality description = Verify custom node type creation. group = Example modules file = node_type_example.test
token_get_global_token_types function core/includes/token.inc Get a list of token types that can be used without any context (global).
TestDisableCache::entityType function core/modules/entity/tests/entity_caching_test/test_disable_cache.entity.inc Implements EntityInterface::entityType().
FieldUITestCase::$hyphen_type property core/modules/field_ui/tests/field_ui.test
file_add_upload_step_filetype function core/modules/file/file.pages.inc Generate form fields for the second step in the add file wizard.
file_default_mimetype_mapping function core/includes/file.mimetypes.inc Default MIME extension mapping.

Pages

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