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

Search for create

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
BackdropWebTestCase::backdropCreateUser function core/modules/simpletest/backdrop_web_test_case.php Create a user with a given set of permissions.
BackdropWebTestCase::backdropCreateRole function core/modules/simpletest/backdrop_web_test_case.php Creates a role with specified permissions.
EntityDatabaseStorageController::create function core/modules/entity/entity.controller.inc Implements EntityStorageControllerInterface::create().
views_handler_argument_node_created_day class core/modules/node/views/views_handler_argument_dates_various.inc Argument handler for a day (DD)
cache_example_form_create_expiring_item function modules/examples/cache_example/cache_example.module Submit handler to create a new cache item with specified expiration.
LinkTokenTest::testStaticTokenLinkCreate function core/modules/link/tests/link.token.test Creates a link field with a static title and an admin-entered token. Creates a node with a link and checks the title value.
config_test_hooks_config_create_validate function core/modules/config/tests/config_test_hooks/config_test_hooks.module Implements hook_config_create_validate().
DatabaseConnection_mysql::createDatabase function core/includes/database/mysql/database.inc Creates a database.
EntityStorageControllerInterface::create function core/modules/entity/entity.controller.inc Constructs a new entity object, without permanently saving it.
views_handler_argument_node_created_year class core/modules/node/views/views_handler_argument_dates_various.inc Argument handler for a year (CCYY)
FileTransferLocal::createDirectoryJailed function core/includes/filetransfer/local.inc Creates a directory.
views_handler_argument_node_created_week class core/modules/node/views/views_handler_argument_dates_various.inc Argument handler for a week.
FieldUIManageFieldsTestCase::createField function core/modules/field_ui/tests/field_ui.test Tests adding a new field.
ListFieldDisplayTestCase::createListField function core/modules/field/modules/list/tests/list.test Helper function to create list field of a given type.
views_handler_argument_node_created_month class core/modules/node/views/views_handler_argument_dates_various.inc Argument handler for a month (MM)
MenuLinksUnitTestCase::createLinkHierarchy function core/modules/simpletest/tests/menu.test Create a simple hierarchy of links.
LinkUITest::testCRUDCreateFieldWithClasses function core/modules/link/tests/link.ui.test Tests adding custom classes (single and multiple) to link fields.
DrupalWebTestCase::drupalCreateContentType function core/includes/drupal.classes.inc
ImageAdminStylesUnitTest::createSampleImage function core/modules/image/tests/image.test Given an image style, generate an image.
LinkAttributeCrudTest::createNodeForTesting function core/modules/link/tests/link.attribute.test
LocaleContentFunctionalTest::createNodePost function core/modules/locale/tests/locale.test Create node in a specific language.
GenericFieldTest::createFieldContentForUser function modules/examples/field_permission_example/tests/field_permission_example.test Create a node with some field content.
LinkUITest::testCRUDCreateFieldWithLinkType function core/modules/link/tests/link.ui.test Tests the link type: "internal", "external", and "both" settings.
field_sql_storage_field_storage_create_field function core/modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_create_field().
FileDirectoryTest::testFileCreateNewFilepath function core/modules/simpletest/tests/file.test This will take a directory and path, and find a valid filepath that is not taken by another file.
FieldAttachTestCase::createFieldWithInstance function core/modules/field/tests/field.test Create a field and an instance of it.
UserCreateTestCase::testUserWithWeakPassword function core/modules/user/tests/user.test Tests setting a weak password.
views_handler_argument_node_created_fulldate class core/modules/node/views/views_handler_argument_dates_various.inc Argument handler for a full date (CCYYMMDD)
EntityExampleBasicControllerInterface::create function modules/examples/entity_example/entity_example.inc Create an entity.
FileURLRewritingTest::testPublicCreatedFileURL function core/modules/simpletest/tests/file.test Test the generating of rewritten public created file URLs.
BackdropWebTestCase::backdropCreateContentType function core/modules/simpletest/backdrop_web_test_case.php Creates a custom content type based on default settings.
views_handler_argument_node_created_year_month class core/modules/node/views/views_handler_argument_dates_various.inc Argument handler for a year plus month (CCYYMM)
views_handler_argument_node_created_day::title function core/modules/node/views/views_handler_argument_dates_various.inc Provide a link to the next level of the view
FileTransferFTPExtension::createDirectoryJailed function core/includes/filetransfer/ftp.inc Creates a directory.
FileTaxonomyTermTestCase::createAttachFileField function core/modules/file/tests/file.test Creates a file field and attaches it to the "Tags" taxonomy vocabulary.
views_handler_argument_node_created_month::title function core/modules/node/views/views_handler_argument_dates_various.inc Provide a link to the next level of the view
PathPatternFunctionalTestCase::testNodeTypeCreate function core/modules/path/tests/path_pattern.test Create a new content type with new path pattern.
views_handler_argument_node_created_day::construct function core/modules/node/views/views_handler_argument_dates_various.inc Constructor implementation
FieldInstanceCrudTestCase::testCreateFieldInstance function core/modules/field/tests/field.test Test the creation of a field instance.
Hook implementations for user-created content types group core/modules/node/node.module Functions that implement hooks for user-created content types.
UserRolesAssignmentTestCase::testCreateUserWithRole function core/modules/user/tests/user.test Tests that when creating a user the role can be assigned. And that it can be removed again.
ViewsUIWizardJumpMenuTestCase::createNodeAndGetPath function core/modules/views/tests/views_ui.test Helper function to create a node and return its expected path.
ViewsUIWizardJumpMenuTestCase::createUserAndGetPath function core/modules/views/tests/views_ui.test Helper function to create a user and return its expected path.
ViewsUIWizardJumpMenuTestCase::createFileAndGetPath function core/modules/views/tests/views_ui.test Helper function to create a file and return its expected path.
views_handler_argument_node_created_fulldate::title function core/modules/node/views/views_handler_argument_dates_various.inc Provide a link to the next level of the view
views_handler_argument_node_created_year::construct function core/modules/node/views/views_handler_argument_dates_various.inc Constructor implementation
views_handler_argument_node_created_week::construct function core/modules/node/views/views_handler_argument_dates_various.inc Constructor implementation
views_handler_argument_node_created_month::construct function core/modules/node/views/views_handler_argument_dates_various.inc Constructor implementation
NodePublishScheduling::testNodeTypeCreateDefaultDraft function core/modules/node/tests/node.test
FileAccessFunctionsAlignedTestCase::createExampleFile function core/modules/file/tests/file.test Helper function to create some files.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 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