node_type_example_form |
function |
modules/examples/node_type_example/node_type_example.module |
Implements hook_form(). |
node_type_example_page |
function |
modules/examples/node_type_example/node_type_example.module |
Callback that builds our content. |
node_type_update_nodes |
function |
core/modules/node/node.module |
Updates all nodes of one type to be of another type. |
node_type_set_defaults |
function |
core/modules/node/node.module |
Sets the default values for a node type. |
field_info_field_types |
function |
core/modules/field/field.info.inc |
Returns information about field types from hook_field_info(). |
form_type_options_value |
function |
core/modules/field/modules/options/options.module |
This function adjusts the value of the element from a text value to an array. |
LANGUAGE_TYPE_INTERFACE |
constant |
core/includes/bootstrap.inc |
The type of language used to select the user interface. |
date_format_type_format |
function |
core/modules/date/date.module |
Helper function to get the right date format for a format type. |
file_type_form_validate |
function |
core/modules/file/file.admin.inc |
Form validation handler for file_file_type_form(). |
file_type_toggle_enable |
function |
core/modules/file/file.admin.inc |
Menu callback; disable or enable a single file type. |
FileMimeTypeTest::setUp |
function |
core/modules/simpletest/tests/file.test |
|
node_type_form_validate |
function |
core/modules/node/node.types.inc |
Form validation handler for node_type_form(). |
FileTypeTestCase::setUp |
function |
core/modules/file/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
Updater::getProjectType |
function |
core/includes/updater.inc |
Return the project type from a Backdrop info file or directory. |
node_type_example_theme |
function |
modules/examples/node_type_example/node_type_example.module |
Implements hook_theme(). |
field_info_widget_types |
function |
core/modules/field/field.info.inc |
Returns information about field widgets from hook_field_widget_info(). |
Example: Field Types API |
group |
modules/examples/field_example/field_example.module |
This example demonstrates how to use the field types API. |
hook_language_types_info |
function |
core/modules/system/language.api.php |
Define language types. |
theme_file_type_overview |
function |
core/modules/file/file.theme.inc |
Returns HTML for the file type overview page. |
comment_node_type_insert |
function |
core/modules/comment/comment.module |
Implements hook_node_type_insert(). |
comment_node_type_update |
function |
core/modules/comment/comment.module |
Implements hook_node_type_update(). |
comment_node_type_delete |
function |
core/modules/comment/comment.module |
Implements hook_node_type_delete(). |
_form_type_options_value |
function |
core/modules/field/modules/options/options.element.inc |
Logic function for form_type_options_value(). Do not call directly. |
form_type_textarea_value |
function |
core/includes/form.inc |
Determines the value for a textarea form element. |
file_type_classify_batch |
function |
core/modules/file/file.module |
Batch operation callback to classify the types of managed files. |
search_extra_type.module |
file |
core/modules/search/tests/search_extra_type/search_extra_type.module |
Dummy module implementing a search type for search module testing. |
date_format_type_options |
function |
core/modules/date/date.module |
Creates an array of date format types for use as an options list. |
form_type_checkbox_value |
function |
core/includes/form.inc |
Determines the value for a checkbox form element. |
file_type_revert_confirm |
function |
core/modules/file/file.admin.inc |
Menu callback; revert a single file type. |
file_type_delete_confirm |
function |
core/modules/file/file.admin.inc |
Menu callback; delete a single file type. |
FILE_TYPE_STORAGE_NORMAL |
constant |
core/modules/file/file.module |
File types constant for user-defined file types. |
node_type_delete_confirm |
function |
core/modules/node/node.types.inc |
Menu callback; delete a single content type. |
node_type_example.module |
file |
modules/examples/node_type_example/node_type_example.module |
Hook implementations for the Node Type Example module. |
_dblog_get_message_types |
function |
core/modules/dblog/dblog.module |
Gathers a list of uniquely defined database log message types. |
_file_get_fields_by_type |
function |
core/modules/file/file.module |
Find all fields that are of a certain field type. |
field_info_storage_types |
function |
core/modules/field/field.info.inc |
Returns information about field storage from hook_field_storage_info(). |
TaxonomyTerm::entityType |
function |
core/modules/taxonomy/taxonomy.entity.inc |
Implements EntityInterface::entityType(). |
TestCacheable::entityType |
function |
core/modules/entity/tests/entity_caching_test/test_cacheable.entity.inc |
Implements EntityInterface::entityType(). |
_book_install_type_create |
function |
core/modules/book/book.install |
Creates the book content type. |
AdminBarLinkTypesTestCase |
class |
core/modules/admin_bar/tests/admin_bar.test |
Tests appearance of different types of links. |
form_type_textfield_value |
function |
core/includes/form.inc |
Determines the value for a textfield form element. |
field_ui_widget_type_form |
function |
core/modules/field_ui/field_ui.admin.inc |
Form constructor for the widget selection form. |
drupal_get_database_types |
function |
core/includes/drupal.inc |
Returns all supported database installer objects that are compiled into PHP. |
FILE_TYPE_STORAGE_DEFAULT |
constant |
core/modules/file/file.module |
File type constant for module-defined file types. |
file_info_formatter_types |
function |
core/modules/file/file.admin.inc |
Returns information about file formatters from hook_file_formatter_info(). |
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". |