Search for Type
Title | Object type | File name | Summary |
---|---|---|---|
locale_test_language_types_info | function | modules/ |
Implements hook_language_types_info(). |
locale_test_language_types_info_alter | function | modules/ |
Implements hook_language_types_info_alter(). |
Menu context types | group | includes/ |
Flags for use in the "context" attribute of menu router items. |
Menu item types | group | includes/ |
Definitions for various menu item types. |
menu_form_node_type_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
NodeTypePersistenceTestCase | class | modules/ |
Test node type customizations persistence. |
NodeTypePersistenceTestCase::getInfo | function | modules/ |
|
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence | function | modules/ |
Tests that node type customizations persist through disable and uninstall. |
NodeTypeTestCase | class | modules/ |
Tests related to node types. |
NodeTypeTestCase::getInfo | function | modules/ |
|
NodeTypeTestCase::testNodeTypeCreation | function | modules/ |
Tests creating a content type programmatically and via a form. |
NodeTypeTestCase::testNodeTypeDeletion | function | modules/ |
Tests deleting a content type that still has content. |
NodeTypeTestCase::testNodeTypeEditing | function | modules/ |
Tests editing a node type using the UI. |
NodeTypeTestCase::testNodeTypeGetFunctions | function | modules/ |
Ensures that node type functions (node_type_get_*) work correctly. |
NodeTypeTestCase::testNodeTypeStatus | function | modules/ |
Tests that node_types_rebuild() correctly handles the 'disabled' flag. |
node_node_type_insert | function | modules/ |
Implements hook_node_type_insert(). |
node_node_type_update | function | modules/ |
Implements hook_node_type_update(). |
node_overview_types | function | modules/ |
Displays the content type admin overview page. |
node_permissions_get_configured_types | function | modules/ |
Returns an array of node types that should be managed by permissions. |
node_types_rebuild | function | modules/ |
Updates the database cache of node types. |
node_type_cache_reset | function | modules/ |
Clears the node type cache. |
node_type_delete | function | modules/ |
Deletes a node type from the database. |
node_type_delete_confirm | function | modules/ |
Menu callback; delete a single content type. |
node_type_delete_confirm_submit | function | modules/ |
Process content type delete confirm submissions. |
node_type_form | function | modules/ |
Form constructor for the node type editing form. |
node_type_form_submit | function | modules/ |
Form submission handler for node_type_form(). |
node_type_form_validate | function | modules/ |
Form validation handler for node_type_form(). |
node_type_get_base | function | modules/ |
Returns the node type base of the passed node or node type string. |
node_type_get_name | function | modules/ |
Returns the node type name of the passed node or node type string. |
node_type_get_names | function | modules/ |
Returns a list of available node type names. |
node_type_get_type | function | modules/ |
Returns the node type of the passed node or node type string. |
node_type_get_types | function | modules/ |
Returns a list of all the available node types. |
node_type_load | function | modules/ |
Menu argument loader: loads a node type by string. |
node_type_page_title | function | modules/ |
Title callback: Returns the unsanitized title of the node type edit form. |
node_type_reset | function | modules/ |
Resets relevant fields of a module-defined node type to their default values. |
node_type_save | function | modules/ |
Saves a node type to the database. |
node_type_set_defaults | function | modules/ |
Sets the default values for a node type. |
node_type_update_nodes | function | modules/ |
Updates all nodes of one type to be of another type. |
Reader::$fileType | property | misc/ |
Mime-type in order to use zlib, bzip2 or no compression. In case ext-fileinfo is not present only the relevant types 'application/x-gzip' and 'application/x-bzip2' are assigned to this class property. |
Reader::determineFileType | function | misc/ |
|
Reader::determineFileTypeByHeader | function | misc/ |
In case ext-fileinfo is not present only the relevant types 'application/x-gzip' and 'application/x-bzip2' are resolved. |
RegistryParseFilesTestCase::$fileTypes | property | modules/ |
|
RenderElementTypesTestCase | class | modules/ |
Tests the markup of core render element types passed to drupal_render(). |
RenderElementTypesTestCase::assertElements | function | modules/ |
Asserts that an array of elements is rendered properly. |
RenderElementTypesTestCase::getInfo | function | modules/ |
|
RenderElementTypesTestCase::testContainer | function | modules/ |
Tests system #type 'container'. |
RenderElementTypesTestCase::testHtmlTag | function | modules/ |
Tests system #type 'html_tag'. |
SearchAdvancedSearchForm::testNodeType | function | modules/ |
Test using the search form with GET and POST queries. Test using the advanced search form to limit search to nodes of type "Basic page". |
SearchQuery::$type | property | modules/ |
Type of search (search module). |
search_extra_type.info | file | modules/ |
name = "Test search type" description = "Support module for search module testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.