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
config_export_single_form_update_type function core/modules/config/config.admin.inc Handles switching the configuration type selector.
FileFieldValidateTestCase::$node_type property core/modules/file/tests/file.test
DatabaseSchema_mysql::getFieldTypeMap function core/includes/database/mysql/schema.inc Returns a mapping of Backdrop schema field names to DB-native field types.
NodeTypeExampleTest::testNodeCreation function modules/examples/node_type_example/tests/node_type_example.test Verifies the functionality of the Node Type Example module.
file_permissions_get_configured_types function core/modules/file/file.module Returns an array of file types that should be managed by permissions.
NodeTypeTestCase::testNodeTypeCreation function core/modules/node/tests/node.test Tests creating a content type programmatically and via a form.
DashboardContentTypesBlock::getContent function core/modules/dashboard/includes/block.node_types.inc Return the content of a block.
DashboardContentTypesBlock::formSubmit function core/modules/dashboard/includes/block.node_types.inc Submit handler to save the form settings.
SearchAdvancedSearchForm::testNodeType function core/modules/search/tests/search.test Test using the search form with GET and POST queries. Test using the advanced search form to limit search to nodes of type "Page".
EntityBundleLayoutAccess::$entity_type property core/modules/layout/plugins/access/entity_bundle_layout_access.inc
LayoutContext::USAGE_TYPE_RELATIONSHIP constant core/modules/layout/plugins/context/layout_context.inc Declares a LayoutContext is provided by a relationship to another context.
ListFieldDisplayTestCase::$hyphen_type property core/modules/field/modules/list/tests/list.test
FileUnitTestCase::testMimeTypeMappings function core/modules/file/tests/file.test Regression tests for core issue https://www.drupal.org/node/1239376.
FieldCrudTestCase::testUpdateFieldType function core/modules/field/tests/field.test
DatabaseConnection_mysql::databaseType function core/includes/database/mysql/database.inc Returns the name of the PDO driver for this connection.
node_type_example_field_formatter_info function modules/examples/node_type_example/node_type_example.module Implements hook_field_formatter_info().
node_type_example_field_formatter_view function modules/examples/node_type_example/node_type_example.module Implements hook_field_formatter_view().
_node_type_example_installed_instances function modules/examples/node_type_example/node_type_example.module Defines the field instances for our content type.
AdminBarLinkTypesTestCase::$admin_user property core/modules/admin_bar/tests/admin_bar.test
views_handler_argument_file_type::title function core/modules/file/views/views_handler_argument_file_type.inc Override the behavior of title().
views_handler_field::element_label_type function core/modules/views/handlers/views_handler_field.inc Return an HTML element for the label based upon the field's element type.
DashboardContentTypesBlock::__construct function core/modules/dashboard/includes/block.node_types.inc Create a new Block object.
BackdropLocalStreamWrapper::getMimeType function core/includes/stream_wrappers.inc Base implementation of getMimeType().
redirect_entity_type_supports_redirects function core/modules/redirect/redirect.module Check if an entity type supports redirects.
RenderElementTypesTestCase::testDetails function core/modules/simpletest/tests/theme.test Tests Form API #type 'details'.
FieldTranslationsTestCase::$entity_type property core/modules/field/tests/field.test
views_handler_argument_node_type::title function core/modules/node/views/views_handler_argument_node_type.inc Override the behavior of title(). Get the user friendly version of the node type.
RenderElementTypesTestCase::testHeadTag function core/modules/simpletest/tests/theme.test Tests system #type 'head_tag'.
NodeTypeTestCase::testNodeTypeHasContent function core/modules/node/tests/node.test Ensures that node_type_has_content function works correctly.
hook_field_widget_WIDGET_TYPE_form_alter function core/modules/field/field.api.php Alter widget forms for a specific widget provided by another module.
AdminBarLinkTypesTestCase::testLinkTypes function core/modules/admin_bar/tests/admin_bar.test Tests appearance of different router item link types.
node_hooks_example_node_type_form_submit function modules/examples/node_hooks_example/node_hooks_example.module A custom submit handler.
views_handler_field_markup::element_type function core/modules/views/handlers/views_handler_field_markup.inc Return an HTML element based upon the field's element type.
NodeTypeExampleTest::testInstallationApi function modules/examples/node_type_example/tests/node_type_example.test API-level content type test.
views_handler_field_entity::$entity_type property core/modules/views/handlers/views_handler_field_entity.inc Stores the entity type which is loaded by this field.
NodeLayoutPreviewTestCase::$content_type property core/modules/node/tests/node.test
views_handler_field::element_wrapper_type function core/modules/views/handlers/views_handler_field.inc Return an HTML element for the wrapper based upon the field's element type.
DashboardContentTypesBlock::getAdminTitle function core/modules/dashboard/includes/block.node_types.inc Return an administrative title that will always have a value.
FileFileTypeClassificationTestCase::setUp function core/modules/file/tests/file.test Sets up a Backdrop site for running functional and integration tests.
NodeTypeTestCase::testNodeTypePermissions function core/modules/node/tests/node.test Tests that node types permissions are correctly set from the Node Type UI.
DatabaseExtraTypesTestCase::testDateField function core/modules/simpletest/tests/database_test.test Test the date data type.
DatabaseExtraTypesTestCase::testTimeField function core/modules/simpletest/tests/database_test.test Test the time data type.
RenderElementTypesTestCase::testContainer function core/modules/simpletest/tests/theme.test Tests Form API #type 'container'.
views_plugin_display_feed::get_style_type function core/modules/views/plugins/views_plugin_display_feed.inc Displays can require a certain type of style plugin. By default, they will be 'normal'.
redirect_handler_filter_redirect_type.inc file core/modules/redirect/views/redirect_handler_filter_redirect_type.inc Filter by redirect type.
views_handler_argument_file_type::fileType function core/modules/file/views/views_handler_argument_file_type.inc Get the File label (human readable).
FieldTestPermissionsExample::getFieldTypes function modules/examples/field_permission_example/tests/field_permission_example.test Supply the field types we wish to test.
EntityReferenceFieldTestCase::$contentType property core/modules/entityreference/tests/entityreference.field.test The content type that is created.
views_handler_field_node_type::render_name function core/modules/node/views/views_handler_field_node_type.inc Render node type as human readable name, unless using machine_name option.
views_handler_field_file_type::render_name function core/modules/file/views/views_handler_field_file_type.inc Render file type as human readable name, unless using machine_name option.

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