EntityInterface::createDuplicate |
function |
modules/entity/entity.class.inc |
Creates a duplicate of the entity. |
DashboardCreateBlock::getContent |
function |
modules/dashboard/includes/block.create.inc |
Return the content of a block. |
FieldViewsTestHelper::CreateUser |
function |
modules/field/tests/field_views.test |
|
DashboardCreateBlock::__construct |
function |
modules/dashboard/includes/block.create.inc |
Create a new Block object. |
_filter_create_valid_external_url |
function |
modules/filter/filter.pages.inc |
Forms a valid external URL if possible. |
ViewsWizardInterface::create_view |
function |
modules/views_ui/wizards/views_ui_base_views_wizard.php |
Create a new View from form values. |
DatabaseConnection::createDatabase |
function |
includes/database/database.inc |
Creates a database. |
DatabaseSchema_mysql::createKeySql |
function |
drivers/database_mysql/schema.inc |
|
FieldCrudTestCase::testCreateField |
function |
modules/field/tests/field.test |
Test the creation of a field. |
BackdropQueueInterface::createItem |
function |
modules/system/system.queue.inc |
Add a queue item and store it directly to the queue. |
LinkBaseTestClass::createLinkField |
function |
modules/link/tests/link.test |
|
ViewsUiBaseViewsWizard::create_view |
function |
modules/views_ui/wizards/views_ui_base_views_wizard.php |
Create a View from values that have been already submitted to validate(). |
DrupalWebTestCase::drupalCreateNode |
function |
includes/drupal.classes.inc |
|
DrupalWebTestCase::drupalCreateRole |
function |
includes/drupal.classes.inc |
|
DrupalWebTestCase::drupalCreateUser |
function |
includes/drupal.classes.inc |
|
field_ui_field_attach_create_bundle |
function |
modules/field_ui/field_ui.module |
Implements hook_field_attach_create_bundle(). |
BackdropQueueInterface::createQueue |
function |
modules/system/system.queue.inc |
Create a queue. |
FileTransfer::createDirectoryJailed |
function |
includes/filetransfer/filetransfer.inc |
Creates a directory. |
DatabaseSchema_mysql::createKeysSql |
function |
drivers/database_mysql/schema.inc |
|
FileTestHelper::createTemporaryFile |
function |
modules/file/tests/file.test |
Creates a temporary file, for a specific user. |
FileDownloadTest::testFileCreateUrl |
function |
modules/simpletest/tests/file.test |
Test file_create_url(). |
DashboardCreateBlock::getAdminTitle |
function |
modules/dashboard/includes/block.create.inc |
Return an administrative title that will always have a value. |
ImageFieldTestCase::createImageField |
function |
modules/image/tests/image.test |
Create a new image field. |
ListFieldUITestCase::createListField |
function |
modules/field/modules/list/tests/list.test |
Helper function to create list field of a given type. |
DateFieldBasic::createMultiDateField |
function |
modules/date/tests/date_field.test |
Creates a date field from an array of settings values. |
DatabaseSchema_mysql::createTableSql |
function |
drivers/database_mysql/schema.inc |
Generate SQL to create a new table from a Backdrop schema definition. |
DatabaseSchema_mysql::createFieldSql |
function |
drivers/database_mysql/schema.inc |
Create an SQL string for a field to be used in table creation or alteration. |
ViewsHandlerManyToOneTest::createTerm |
function |
modules/views/tests/handlers/views_handler_manytoone.test |
Returns a new term with random properties. |
field_test_field_attach_create_bundle |
function |
modules/field/tests/field_test/field_test.storage.inc |
Implements hook_field_attach_create_bundle(). |
field_test_field_storage_create_field |
function |
modules/field/tests/field_test/field_test.storage.inc |
Implements hook_field_storage_create_field(). |
TaxonomyWebTestCase::createVocabulary |
function |
modules/taxonomy/tests/taxonomy.test |
Returns a new vocabulary with random properties. |
DashboardCreateBlock::getAdminPreview |
function |
modules/dashboard/includes/block.create.inc |
Return a preview for this block. |
FieldCrudTestCase::testCreateFieldFail |
function |
modules/field/tests/field.test |
Test failure to create a field. |
TranslationTestCase::createTranslation |
function |
modules/translation/tests/translation.test |
Creates a translation for a page in the specified language. |
LinkTokenTest::testUserTokenLinkCreate |
function |
modules/link/tests/link.token.test |
Creates a link field with a required title enabled for user-entered tokens.
Creates a node with a token in the link title and checks the value. |
FileTransferSSH::createDirectoryJailed |
function |
includes/filetransfer/ssh.inc |
Creates a directory. |
ImageStyleFlushTest::createSampleImage |
function |
modules/image/tests/image.test |
Given an image style and a wrapper, generate an image. |
BackdropWebTestCase::backdropCreateUser |
function |
modules/simpletest/backdrop_web_test_case.php |
Create a user with a given set of permissions. |
EntityDatabaseStorageController::create |
function |
modules/entity/entity.controller.inc |
Implements EntityStorageControllerInterface::create(). |
BackdropWebTestCase::backdropCreateRole |
function |
modules/simpletest/backdrop_web_test_case.php |
Creates a role with specified permissions. |
views_handler_argument_node_created_day |
class |
modules/node/views/views_handler_argument_dates_various.inc |
Argument handler for a day (DD) |
LinkUITest::testCRUDCreateFieldDefaults |
function |
modules/link/tests/link.ui.test |
If we're creating a new field and just hit 'save' on the default options, we want to make
sure they are set to the expected results. |
BackdropWebTestCase::backdropCreateNode |
function |
modules/simpletest/backdrop_web_test_case.php |
Creates a node based on default settings. |
TestFileTransfer::createDirectoryJailed |
function |
modules/simpletest/tests/filetransfer.test |
Creates a directory. |
FileTransferLocal::createDirectoryJailed |
function |
includes/filetransfer/local.inc |
Creates a directory. |
views_handler_argument_node_created_year |
class |
modules/node/views/views_handler_argument_dates_various.inc |
Argument handler for a year (CCYY) |
views_handler_argument_node_created_week |
class |
modules/node/views/views_handler_argument_dates_various.inc |
Argument handler for a week. |
config_test_hooks_config_create_validate |
function |
modules/config/tests/config_test_hooks/config_test_hooks.module |
Implements hook_config_create_validate(). |
LinkTokenTest::testStaticTokenLinkCreate |
function |
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. |
DatabaseConnection_mysql::createDatabase |
function |
drivers/database_mysql/database.inc |
Overrides DatabaseConnection::createDatabase(). |