Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for name

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
DatabaseConnection::$escapedNames property core/includes/database/database.inc List of escaped database, table, and field names, keyed by unescaped names.
views_handler_field_user_name.inc file core/modules/user/views/views_handler_field_user_name.inc Definition of views_handler_field_user_name.
FileTestHelper::getFileByFilename function core/modules/file/tests/file.test Get a file from the database based on its filename.
system_transliterate_machine_name function core/modules/system/system.module
Archive_Tar::_isMaliciousFilename function core/modules/system/system.tar.inc Detect and report a malicious file name
DatabaseSchema_mysql::renameTable function core/includes/database/mysql/schema.inc Rename a table.
_telemetry_destination_server_name function core/modules/telemetry/telemetry.module Returns the hostname of the destination server for Telemetry data.
system_project_namespace_test.info file core/modules/simpletest/tests/system_project_namespace_test.info type = module name = System project namespace test description = Support module for testing project namespace dependencies. package = Testing version = VERSION backdrop = 1.x hidden = TRUE dependencies[] = backdrop:filter
LinkAttributeCrudTest::$field_name property core/modules/link/tests/link.attribute.test
BackdropLocalStreamWrapper::rename function core/includes/stream_wrappers.inc Support for rename().
views_handler_sort_broken::ui_name function core/modules/views/handlers/views_handler_sort.inc Return a string representing this handler's name in the UI.
user_views_handler_field_name.test file core/modules/user/tests/user_views_handler_field_name.test Definition of UserViewsHandlerFieldNameTest.
views_handler_filter_user_name.inc file core/modules/user/views/views_handler_filter_user_name.inc Definition of views_handler_filter_user_name.
FileSaveDataTest::testWithFilename function core/modules/simpletest/tests/file.test Test the file_save_data() function when a filename is provided.
BackdropWebTestCase::$session_name property core/modules/simpletest/backdrop_web_test_case.php The current session name, if available.
FieldGetValueTestCase::$field_name property core/modules/field/tests/field.test
views_handler_area_broken::ui_name function core/modules/views/handlers/views_handler_area.inc Return a string representing this handler's name in the UI.
views_handler_field_broken::ui_name function core/modules/views/handlers/views_handler_field.inc
taxonomy_term_load_multiple_by_name function core/modules/taxonomy/taxonomy.module Try to map a string to an existing term, as for glossary use.
BackdropLocalStreamWrapper::dirname function core/includes/stream_wrappers.inc Gets the name of the directory from a given path.
FileNameMungingTest::$bad_extension property core/modules/simpletest/tests/file.test
field_ui_field_attach_rename_bundle function core/modules/field_ui/field_ui.module Implements hook_field_attach_rename_bundle().
views_handler_field_user_name::init function core/modules/user/views/views_handler_field_user_name.inc Add uid in the query so we can test for anonymous if needed.
_backdrop_set_preferred_header_name function core/includes/bootstrap.inc Sets the preferred name for the HTTP header.
form_example_tutorial_9_remove_name function modules/examples/form_example/form_example_tutorial.inc Submit handler for "Remove name" button on form_example_tutorial_9().
StreamWrapperTest::testGetClassName function core/modules/simpletest/tests/file.test Test the getClassName() function.
NodeAccessFieldTestCase::$field_name property core/modules/node/tests/node.test
views_handler_argument::summary_name function core/modules/views/handlers/views_handler_argument.inc Provides the name to use for the summary. By default this is just the name field.
system_project_namespace_test.module file core/modules/simpletest/tests/system_project_namespace_test.module
DatabaseConnection::makeSequenceName function core/includes/database/database.inc Creates the appropriate sequence name for a given table and serial field.
BackdropTestCase::$fileDirectoryName property core/modules/simpletest/backdrop_web_test_case.php The file directory for this test's files. Usually matches $databasePrefix.
FieldDisplayAPITestCase::$field_name property core/modules/field/tests/field.test
views_handler_filter_broken::ui_name function core/modules/views/handlers/views_handler_filter.inc Return a string representing this handler's name in the UI.
FileSaveDataTest::testExistingRename function core/modules/simpletest/tests/file.test Test file_save_data() when renaming around an existing file.
FieldSqlStorageTestCase::$field_name property core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
views_handler_field_machine_name.inc file core/modules/views/handlers/views_handler_field_machine_name.inc Definition of views_handler_field_machine_name.
views_handler_field_comment_username class core/modules/comment/views/views_handler_field_comment_username.inc Field handler to allow linking to a user account or homepage.
FieldTokenTestCase::$test_field_name property core/modules/field/tests/field.test
FileNameMungingTest::testMungeUnsafe function core/modules/simpletest/tests/file.test Tests unsafe extensions are munged by file_munge_filename().
UserValidationTestCase::testUsernames function core/modules/user/tests/user.test
_field_sql_storage_revision_tablename function core/modules/field/modules/field_sql_storage/field_sql_storage.module Generate a table name for a field revision archive table.
views_handler_argument::get_sort_name function core/modules/views/handlers/views_handler_argument.inc Return a description of how the argument would normally be sorted.
taxonomy_vocabulary_machine_name_load function core/modules/taxonomy/taxonomy.module Legacy wrapper to return the vocabulary object matching a machine name.
DateFieldTokenTestCase::mapTokenNames function core/modules/date/tests/date_field.test Helper function that creates a properly formatted token map.
FileSaveDataTest::testWithoutFilename function core/modules/simpletest/tests/file.test Test the file_save_data() function when no filename is provided.
field_test_field_attach_rename_bundle function core/modules/field/tests/field_test/field_test.storage.inc Implements hook_field_attach_rename_bundle().
ListFieldDisplayTestCase::$field_name property core/modules/field/modules/list/tests/list.test
views_handler_argument_broken::ui_name function core/modules/views/handlers/views_handler_argument.inc Return a string representing this handler's name in the UI.
FileSaveUploadTest::testExistingRename function core/modules/simpletest/tests/file.test Test renaming when uploading over a file that already exists.
ImageStyleFloodProtection::$style_name property core/modules/image/tests/image.test

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org