DiffOpDelete::$type |
property |
core/includes/diff.inc |
|
DiffOpChange::$type |
property |
core/includes/diff.inc |
|
Comment::entityType |
function |
core/modules/comment/comment.entity.inc |
Implements EntityInterface::entityType(). |
Comment::$node_type |
property |
core/modules/comment/comment.entity.inc |
The comment type (bundle). |
hook_node_type_load |
function |
core/modules/node/node.api.php |
Respond to the loading of node types. |
node_overview_types |
function |
core/modules/node/node.types.inc |
Page callback: Displays the content type admin overview page. |
node_node_type_load |
function |
core/modules/node/node.types.inc |
Implements hook_node_type_load(). |
language_types_info |
function |
core/includes/language.inc |
Returns all the defined language types. |
file_type_get_types |
function |
core/modules/file/file.module |
Returns a list of all the available file types. |
file_type_get_names |
function |
core/modules/file/file.module |
Returns a list of available file type names. |
file_type_determine |
function |
core/modules/file/file.module |
|
node_type_get_types |
function |
core/modules/node/node.module |
Returns a list of all the available node types. |
node_type_get_names |
function |
core/modules/node/node.module |
Returns a list of available node type names. |
NodeTypeExampleTest |
class |
modules/examples/node_type_example/tests/node_type_example.test |
Functionality tests for The Node Type Example module. |
LayoutContext::type |
function |
core/modules/layout/plugins/context/layout_context.inc |
Return the indicator for this context, i.e. "entity", "string". |
menu_node_type_load |
function |
core/modules/menu/menu.module |
Implements hook_node_type_load() |
hook_file_type_alter |
function |
core/modules/file/file.api.php |
Alters list of file types that can be assigned to a file. |
node_type_page_title |
function |
core/modules/node/node.module |
Title callback: Provides the title for a node type edit form. |
book_type_is_allowed |
function |
core/modules/book/book.module |
Determine if a given node type is in the list of types allowed for books. |
block.node_types.inc |
file |
core/modules/dashboard/includes/block.node_types.inc |
Dashboard block displaying information about content types. |
file_list_types_page |
function |
core/modules/file/file.admin.inc |
Displays the file type admin overview page. |
file_match_mimetypes |
function |
core/modules/file/file.module |
Checks if pattern(s) match mimetype(s). |
layout_get_menu_types |
function |
core/modules/layout/layout.admin.inc |
Lists information about menu types. |
file_mimetype_mapping |
function |
core/includes/file.mimetypes.inc |
Return an array of MIME extension mappings. |
node_type_has_content |
function |
core/modules/node/node.module |
Determine whether a node type has any data. |
LANGUAGE_TYPE_CONTENT |
constant |
core/includes/bootstrap.inc |
The type of language used to define the content language. |
book_node_type_update |
function |
core/modules/book/book.module |
Implements hook_node_type_update(). |
file_type_form_submit |
function |
core/modules/file/file.admin.inc |
Form submission handler for file_type_form(). |
form_type_token_value |
function |
core/includes/form.inc |
Determines the value for form's token value. |
hook_node_type_insert |
function |
core/modules/node/node.api.php |
Respond to node type creation. |
hook_node_type_update |
function |
core/modules/node/node.api.php |
Respond to node type updates. |
hook_node_type_delete |
function |
core/modules/node/node.api.php |
Respond to node type deletion. |
node_type_form_submit |
function |
core/modules/node/node.types.inc |
Form submission handler for node_type_form(). |
node_type_form_delete |
function |
core/modules/node/node.types.inc |
Form submission handler for node_type_form(). |
node_node_type_update |
function |
core/modules/node/node.types.inc |
Implements hook_node_type_update(). |
file_type_cache_reset |
function |
core/modules/file/file.module |
Clears the file type cache. |
system_get_date_types |
function |
core/includes/drupal.inc |
Alters Backdrop's list of defined date formats and attributes to return the
expected date types and attributes for Drupal's system_get_date_types()
function. |
node_type_cache_reset |
function |
core/modules/node/node.module |
Clears the node type cache. |
FieldUITestCase::$type |
property |
core/modules/field_ui/tests/field_ui.test |
|
comment_node_type_load |
function |
core/modules/comment/comment.module |
Implements hook_node_type_load(). |
TestEntity::entityType |
function |
core/modules/field/tests/field_test/field_test.class.inc |
Returns the type of the entity. |
search_extra_type.info |
file |
core/modules/search/tests/search_extra_type/search_extra_type.info |
name = "Test search type"
description = "Support module for search module testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
TestEntity::entityType |
function |
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::entityType(). |
form_type_radios_value |
function |
core/includes/form.inc |
Form value callback: Determines the value for a #type radios form element. |
form_type_select_value |
function |
core/includes/form.inc |
Determines the value for a select form element. |
file_get_mimetype_type |
function |
core/modules/file/file.module |
|
_node_search_get_types |
function |
core/modules/node/node.module |
Get the list of node types that are enabled for indexing. |
node_type_example.info |
file |
modules/examples/node_type_example/node_type_example.info |
name = Node Type Example
description = Demonstrates how to create a content type and use the field API.
dependencies[] = image
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
node_type_example.test |
file |
modules/examples/node_type_example/tests/node_type_example.test |
Simpletest case for the Node Type Example module. |
node_type_example_menu |
function |
modules/examples/node_type_example/node_type_example.module |
Implements hook_menu(). |