Search for create

  1. Search 9.5.x for create
  2. Search 8.9.x for create
  3. Search 10.3.x for create
  4. Search 11.x for create
  5. Other projects
Title Object type File name Summary
AggregatorTestCase::createFeed function modules/aggregator/aggregator.test Creates an aggregator feed.
AggregatorTestCase::createSampleNodes function modules/aggregator/aggregator.test Creates sample article nodes.
Archive_Tar::create function modules/system/system.tar.inc This method creates the archive file and add the files / directories
that are listed in $p_filelist.
If a file with the same name exist and is writable, it is replaced
by the new tar.
The method return false and a PEAR error text.
The $p_filelist…
Archive_Tar::createModify function modules/system/system.tar.inc This method creates the archive file and add the files / directories
that are listed in $p_filelist.
If the file already exists and is writable, it is replaced by the
new tar. It is a create and not an add. If the file exists and is
read-only or is a…
BookTestCase::createBook function modules/book/book.test Creates a new book with a page hierarchy.
BookTestCase::createBookNode function modules/book/book.test Creates a book node.
DatabaseSchema::createTable function includes/database/schema.inc Create a new table from a Drupal table definition.
DatabaseSchema_mysql::createFieldSql function includes/database/mysql/schema.inc Create an SQL string for a field to be used in table creation or alteration.
DatabaseSchema_mysql::createKeySql function includes/database/mysql/schema.inc
DatabaseSchema_mysql::createKeysSql function includes/database/mysql/schema.inc
DatabaseSchema_mysql::createKeysSqlHelper function includes/database/mysql/schema.inc
DatabaseSchema_mysql::createTableSql function includes/database/mysql/schema.inc Generate SQL to create a new table from a Drupal schema definition.
DatabaseSchema_pgsql::createFieldSql function includes/database/pgsql/schema.inc Create an SQL string for a field to be used in table creation or
alteration.
DatabaseSchema_pgsql::createTableSql function includes/database/pgsql/schema.inc Generate SQL to create a new table from a Drupal schema definition.
DatabaseSchema_pgsql::_createIndexSql function includes/database/pgsql/schema.inc
DatabaseSchema_pgsql::_createKeys function includes/database/pgsql/schema.inc
DatabaseSchema_pgsql::_createKeySql function includes/database/pgsql/schema.inc
DatabaseSchema_sqlite::createColumsSql function includes/database/sqlite/schema.inc Build the SQL expression for creating columns.
DatabaseSchema_sqlite::createFieldSql function includes/database/sqlite/schema.inc Create an SQL string for a field to be used in table creation or alteration.
DatabaseSchema_sqlite::createIndexSql function includes/database/sqlite/schema.inc Build the SQL expression for indexes.
DatabaseSchema_sqlite::createKeySql function includes/database/sqlite/schema.inc Build the SQL expression for keys.
DatabaseSchema_sqlite::createTableSql function includes/database/sqlite/schema.inc Generate SQL to create a new table from a Drupal schema definition.
db_create_table function includes/database/database.inc Creates a new table from a Drupal table definition.
DrupalQueueInterface::createItem function modules/system/system.queue.inc Add a queue item and store it directly to the queue.
DrupalQueueInterface::createQueue function modules/system/system.queue.inc Create a queue.
DrupalWebTestCase::drupalCreateContentType function modules/simpletest/drupal_web_test_case.php Creates a custom content type based on default settings.
DrupalWebTestCase::drupalCreateNode function modules/simpletest/drupal_web_test_case.php Creates a node based on default settings.
DrupalWebTestCase::drupalCreateRole function modules/simpletest/drupal_web_test_case.php Creates a role with specified permissions.
DrupalWebTestCase::drupalCreateUser function modules/simpletest/drupal_web_test_case.php Create a user with a given set of permissions.
drupal_render_cid_create function includes/common.inc Creates the cache ID for a renderable element.
drupal_xml_parser_create function includes/unicode.inc Prepares a new XML parser.
entity_create_stub_entity function includes/common.inc Helper function to assemble an object structure with initial ids.
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle function modules/field/tests/field.test Test field_attach_create_bundle() and field_attach_rename_bundle().
FieldAttachTestCase::createFieldWithInstance function modules/field/tests/field.test Create a field and an instance of it.
FieldCrudTestCase::testCreateField function modules/field/tests/field.test Test the creation of a field.
FieldCrudTestCase::testCreateFieldFail function modules/field/tests/field.test Test failure to create a field.
FieldInstanceCrudTestCase::testCreateFieldInstance function modules/field/tests/field.test Test the creation of a field instance.
FieldUIManageFieldsTestCase::createField function modules/field_ui/field_ui.test Tests adding a new field.
field_attach_create_bundle function modules/field/field.attach.inc Notify field.module that a new bundle was created.
field_create_field function modules/field/field.crud.inc Creates a field.
field_create_instance function modules/field/field.crud.inc Creates an instance of a field, binding it to a bundle.
field_sql_storage_field_storage_create_field function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_create_field().
field_test_create_bundle function modules/field/tests/field_test.entity.inc Creates a new bundle for test_entity entities.
field_test_create_stub_entity function modules/field/tests/field_test.entity.inc Creates a basic test_entity entity.
field_test_field_attach_create_bundle function modules/field/tests/field_test.storage.inc Implements hook_field_attach_create_bundle().
field_test_field_create_field function modules/field/tests/field_test.module Memorize calls to hook_field_create_field().
field_test_field_storage_create_field function modules/field/tests/field_test.storage.inc Implements hook_field_storage_create_field().
field_ui_field_attach_create_bundle function modules/field_ui/field_ui.module Implements hook_field_attach_create_bundle().
FileDirectoryTest::testFileCreateNewFilepath function modules/simpletest/tests/file.test This will take a directory and path, and find a valid filepath that is not
taken by another file.
FileDownloadTest::testFileCreateUrl function modules/simpletest/tests/file.test Test file_create_url().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.