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. |