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
EntityReferenceAdminTestCase::$hyphen_type property core/modules/entityreference/tests/entityreference.admin.test
views_plugin_display_block::get_cache_type function core/modules/views/plugins/views_plugin_display_block.inc Provide a single method to figure caching type, keeping a sensible default for when it's unset.
DrupalWebTestCase::drupalCreateContentType function core/includes/drupal.classes.inc
RenderElementTypesTestCase::assertElements function core/modules/simpletest/tests/theme.test Asserts that an array of elements is rendered properly.
DashboardContentTypesBlock::getAdminPreview function core/modules/dashboard/includes/block.node_types.inc Return a preview for this block.
BackdropStreamWrapperInterface::getMimeType function core/includes/stream_wrappers.inc Returns the MIME type of the resource.
views_handler_argument_node_type::construct function core/modules/node/views/views_handler_argument_node_type.inc Constructor
views_handler_argument_node_type::node_type function core/modules/node/views/views_handler_argument_node_type.inc
views_handler_field_node_type::options_form function core/modules/node/views/views_handler_field_node_type.inc Provide machine_name option for to node type display.
views_handler_field_file_type::options_form function core/modules/file/views/views_handler_field_file_type.inc Provide machine_name option for to file type display.
LinkUITest::testCRUDCreateFieldWithLinkType function core/modules/link/tests/link.ui.test Tests the link type: "internal", "external", and "both" settings.
FileMimeTypeTest::testFileMimeTypeDetection function core/modules/simpletest/tests/file.test Test mapping of mimetypes from filenames.
ImageFieldValidateTestCase::testTypeSupport function core/modules/image/tests/image.test Test for supported image types.
FileExampleSessionStreamWrapper::getMimeType function modules/examples/file_example/file_example_session_streams.inc Implements getMimeType().
FileTypeTestCase::clickFileTypeOperationLink function core/modules/file/tests/file.test Click a link to perform an operation on a view.
SearchConfigSettingsForm::testSearchNodeTypes function core/modules/search/tests/search.test Verify enabling/disabling of certain node types.
views_handler_argument_file_type::summary_name function core/modules/file/views/views_handler_argument_file_type.inc Override the behavior of summary_name().
views_handler_argument_node_type::summary_name function core/modules/node/views/views_handler_argument_node_type.inc Override the behavior of summary_name(). Get the user friendly version of the node type.
views_handler_field_bulk_form::get_entity_type function core/modules/views/handlers/views_handler_field_bulk_form.inc Determine the entity type of the bulk operation field.
entityreference_plugin_display::get_style_type function core/modules/entityreference/views/entityreference_plugin_display.inc Displays can require a certain type of style plugin. By default, they will be 'normal'.
hook_field_widget_properties_ENTITY_TYPE_alter function core/modules/field/field.api.php Alters the widget properties of a field instance on a given entity type before it gets displayed.
BackdropWebTestCase::backdropCreateContentType function core/modules/simpletest/backdrop_web_test_case.php Creates a custom content type based on default settings.
views_handler_field_user_picture::element_type function core/modules/user/views/views_handler_field_user_picture.inc Return an HTML element based upon the field's element type.
MenuChangeTestCase::testMenuChangeTypeTestCase function core/modules/simpletest/tests/menu.test Test that updating the type of a menu item works correctly.
views_ui_edit_form_submit_clone_display_as_type function core/modules/views_ui/views_ui.admin.inc Submit handler to clone a display as another display type.
FileFileTypeClassificationTestCase::getFileType function core/modules/file/tests/file.test Get the file type of a given file.
views_handler_field_node_type::option_definition function core/modules/node/views/views_handler_field_node_type.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_field_file_type::option_definition function core/modules/file/views/views_handler_field_file_type.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
LayoutInterfaceTest::testBlockPathTypeConditions function core/modules/layout/tests/layout.test Test block path and type conditions.
views_handler_filter_entity_bundle::$entity_type property core/modules/views/handlers/views_handler_filter_entity_bundle.inc Stores the entity type on which the filter filters.
views_handler_filter_file_type::get_value_options function core/modules/file/views/views_handler_filter_file_type.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_node_type::get_value_options function core/modules/node/views/views_handler_filter_node_type.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
FieldInfoTestCase::testInstanceDisabledEntityType function core/modules/field/tests/field.test Test that instances on disabled entity types are filtered out.
PathPatternFunctionalTestCase::testNodeTypeCreate function core/modules/path/tests/path_pattern.test Create a new content type with new path pattern.
Hook implementations for user-created content types group core/modules/node/node.module Functions that implement hooks for user-created content types.
LocaleContentFunctionalTest::testContentTypeDirLang function core/modules/locale/tests/locale.test Test if a dir and lang tags exist in node's attributes.
views_handler_filter_system_type::get_value_options function core/modules/system/views/views_handler_filter_system_type.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
FileUploadWizardTestCase::testFileUploadWizardTypes function core/modules/file/tests/file.test Test the file upload wizard type step.
views_handler_filter_entity_bundle::get_entity_type function core/modules/views/handlers/views_handler_filter_entity_bundle.inc Set and returns the entity_type.
EntityReferenceSelectionHandlerGeneric::$entity_type property core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc
NodePublishScheduling::testNodeTypeCreateDefaultDraft function core/modules/node/tests/node.test
ViewsUIWizardTaggedWithTestCase::$node_type_with_tags property core/modules/views/tests/views_ui.test
ViewsUIWizardTaggedWithTestCase::$node_type_without_tags property core/modules/views/tests/views_ui.test
redirect_handler_filter_redirect_type::get_value_options function core/modules/redirect/views/redirect_handler_filter_redirect_type.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
ViewsUIWizardTaggedWithTestCase::testTaggedWithByNodeType function core/modules/views/tests/views_ui.test Tests that the "tagged with" form element only shows for node types that support it.
ImageStylesPathAndUrlUnitTest::testImageContentTypeHeaders function core/modules/image/tests/image.test Test that we do not pass an array to backdrop_add_http_header.
FileFileTypeClassificationTestCase::testFileTypeClassification function core/modules/file/tests/file.test Test that existing files are properly classified by file type.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence function core/modules/node/tests/node.test Tests that node type customizations persist through disable and uninstall.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration function core/modules/locale/tests/locale.test Test if a content type can be set to multilingual and language is present.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8

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