field_sql_storage_field_attach_rename_bundle |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_attach_rename_bundle(). |
views_handler_field_machine_name::pre_render |
function |
core/modules/views/handlers/views_handler_field_machine_name.inc |
Run before any fields are rendered. |
views_handler_argument_string::get_sort_name |
function |
core/modules/views/handlers/views_handler_argument_string.inc |
Return a description of how the argument would normally be sorted. |
FileNameMungingTest::testMungeIgnoreInsecure |
function |
core/modules/simpletest/tests/file.test |
If the allow_insecure_uploads variable evaluates to true, the file should
come out untouched, no matter how evil the filename. |
views_handler_filter_user_name::value_submit |
function |
core/modules/user/views/views_handler_filter_user_name.inc |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
views_handler_sort_group_by_numeric::ui_name |
function |
core/modules/views/handlers/views_handler_sort_group_by_numeric.inc |
Return a string representing this handler's name in the UI. |
PathPatternTestHelper::backdropGetTermByName |
function |
core/modules/path/tests/path_pattern.test |
|
views_handler_field_comment_username::render |
function |
core/modules/comment/views/views_handler_field_comment_username.inc |
Render the field. |
views_handler_argument_numeric::get_sort_name |
function |
core/modules/views/handlers/views_handler_argument_numeric.inc |
Return a description of how the argument would normally be sorted. |
views_handler_field_ncs_last_comment_name.inc |
file |
core/modules/comment/views/views_handler_field_ncs_last_comment_name.inc |
Definition of views_handler_field_ncs_last_comment_name. |
FieldGetValueTestCase::$test_email_field_name |
property |
core/modules/field/tests/field.test |
|
FileValidatorTest::testFileValidateNameLength |
function |
core/modules/simpletest/tests/file.test |
This will ensure the filename length is valid. |
views_handler_filter_user_name::admin_summary |
function |
core/modules/user/views/views_handler_filter_user_name.inc |
Display the filter on the administrative summary |
DatabaseSchema_mysql::buildTableNameCondition |
function |
core/includes/database/mysql/schema.inc |
MySQL uses databases like schemas rather than catalogs so when we build
a condition to query the information_schema.tables, we set the default
database as the schema unless specified otherwise, and exclude
table_catalog from the condition criteria. |
UserViewsHandlerFieldNameTest::view_user_name |
function |
core/modules/user/tests/user_views_handler_field_name.test |
|
FieldUIManageFieldsTestCase::testRenameBundle |
function |
core/modules/field_ui/tests/field_ui.test |
Tests renaming a bundle. |
FieldUIManageFieldsTestCase::$field_name_input |
property |
core/modules/field_ui/tests/field_ui.test |
|
views_handler_argument_file_type::summary_name |
function |
core/modules/file/views/views_handler_argument_file_type.inc |
Override the behavior of summary_name(). |
ImageAdminStylesUnitTest::testNumericStyleName |
function |
core/modules/image/tests/image.test |
Test creating an image style with a numeric name and ensuring it can be
applied to an image. |
views_handler_filter_group_by_numeric::ui_name |
function |
core/modules/views/handlers/views_handler_filter_group_by_numeric.inc |
Return a string representing this handler's name in the UI. |
DatabaseConnection::generateTemporaryTableName |
function |
core/includes/database/database.inc |
Generates a temporary table name. |
views_handler_field_machine_name::options_form |
function |
core/modules/views/handlers/views_handler_field_machine_name.inc |
Default options form that provides the label widget that all fields
should have. |
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_filter_user_name::value_validate |
function |
core/modules/user/views/views_handler_filter_user_name.inc |
Validate the options form. |
LocaleContentFunctionalTest::testMachineNameLTR |
function |
core/modules/locale/tests/locale.test |
Verifies that machine name fields are always LTR. |
TaxonomyTermTestCase::testTaxonomyGetTermByName |
function |
core/modules/taxonomy/tests/taxonomy.test |
Test taxonomy_term_load_multiple_by_name(). |
views_handler_sort_ncs_last_comment_name::query |
function |
core/modules/comment/views/views_handler_sort_ncs_last_comment_name.inc |
Called to add the sort to a query. |
views_handler_argument_field_list::summary_name |
function |
core/modules/field/views/views_handler_argument_field_list.inc |
Provides the name to use for the summary. By default this is just
the name field. |
date_views_argument_handler_simple::summary_name |
function |
core/modules/date/views/date_views_argument_handler_simple.inc |
Provide a link to the next level of the view from the summary. |
views_handler_field_user_name::option_definition |
function |
core/modules/user/views/views_handler_field_user_name.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_ncs_last_comment_name::query |
function |
core/modules/comment/views/views_handler_field_ncs_last_comment_name.inc |
Called to add the field to a query. |
views_handler_filter_user_name::exposed_validate |
function |
core/modules/user/views/views_handler_filter_user_name.inc |
Validate the exposed handler form |
views_handler_argument_group_by_numeric::ui_name |
function |
core/modules/views/handlers/views_handler_argument_group_by_numeric.inc |
Return a string representing this handler's name in the UI. |
file_get_public_and_private_stream_wrapper_names |
function |
core/modules/file/file.module |
|
views_handler_field_ncs_last_comment_name::render |
function |
core/modules/comment/views/views_handler_field_ncs_last_comment_name.inc |
Render the field. |
views_handler_filter_user_name::get_value_options |
function |
core/modules/user/views/views_handler_filter_user_name.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_field_comment_username::render_link |
function |
core/modules/comment/views/views_handler_field_comment_username.inc |
|
views_handler_argument_term_language::summary_name |
function |
core/modules/taxonomy/views/views_handler_argument_term_language.inc |
Override the behavior of summary_name(). Get the user friendly version
of the language. |
views_handler_argument_node_language::summary_name |
function |
core/modules/node/views/views_handler_argument_node_language.inc |
Override the behavior of summary_name(). Get the user friendly version
of the language. |
CommonJavaScriptTestCase::testLibraryNameConflicts |
function |
core/modules/simpletest/tests/common.test |
Tests that multiple modules can implement the same library. |
NodePageCacheTest::testNodeSaveAfterUsernameChange |
function |
core/modules/node/tests/node.test |
Check that cached node info does not run out of sync with user data. |
views_handler_field_comment_username::options_form |
function |
core/modules/comment/views/views_handler_field_comment_username.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_machine_name::get_value_options |
function |
core/modules/views/handlers/views_handler_field_machine_name.inc |
|
views_handler_field_machine_name::option_definition |
function |
core/modules/views/handlers/views_handler_field_machine_name.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
TransliterationTest::testMachineNameTransliteration |
function |
core/modules/simpletest/tests/transliteration.test |
Tests machine name transliteration provided by System module. |
FieldUIManageFieldsTestCase::testDuplicateFieldName |
function |
core/modules/field_ui/tests/field_ui.test |
Tests that a duplicate field name is caught by validation. |
views_handler_argument_locale_language::summary_name |
function |
core/modules/locale/views/views_handler_argument_locale_language.inc |
Override the behavior of summary_name(). Get the user friendly version
of the language. |
views_handler_filter_user_name::accept_exposed_input |
function |
core/modules/user/views/views_handler_filter_user_name.inc |
Check to see if input from the exposed filters should change
the behavior of this filter. |
InstallerTestUploadCase::testFileNameExtensionMerging |
function |
core/modules/installer/tests/installer.test |
Ensures that archiver extensions are properly merged in the UI. |
BootstrapGetFilenameTestCase::testBackdropGetFilename |
function |
core/modules/simpletest/tests/bootstrap.test |
Test that backdrop_get_filename() works correctly when the file is not found in the database. |