hook_field_create_instance |
function |
modules/field/field.api.php |
Act on a field instance being created. |
backdrop_xml_parser_create |
function |
includes/unicode.inc |
Prepares a new XML parser. |
backdrop_render_cid_create |
function |
includes/common.inc |
Creates the cache ID for a renderable element. |
LinkUITest::testLinkCreate |
function |
modules/link/tests/link.ui.test |
Creates a link field for the "page" type and creates a page with a link. |
field_attach_create_bundle |
function |
modules/field/field.attach.inc |
Notify field.module that a new bundle was created. |
FileTestHelper::createFile |
function |
modules/file/tests/file.test |
|
TaxonomyTerm::createAccess |
function |
modules/taxonomy/taxonomy.entity.inc |
Overrides Entity::createAccess(). |
_comment_body_field_create |
function |
modules/comment/comment.module |
Creates a comment_body field instance for a given node type. |
backdrop_page_create_cache |
function |
includes/common.inc |
Create a page cache object for a page request. |
layout_create_relationship |
function |
modules/layout/layout.module |
Helper function to create a Layout Context. |
DashboardCreateBlock::form |
function |
modules/dashboard/includes/block.create.inc |
Build the settings form for editing this block. |
ViewsPagerTest::createNodes |
function |
modules/views/tests/views_pager.test |
|
UserInterface::createAccess |
function |
includes/userinterface.inc |
Determines whether the given user has access to create this type of entity. |
views_field_create_instance |
function |
modules/views/views.module |
Implements hook_field_create_instance. |
DatabaseSchema::createTable |
function |
includes/database/schema.inc |
Create a new table from a Backdrop table definition. |
node_config_create_validate |
function |
modules/node/node.module |
Implements hook_config_create_validate(). |
hook_config_create_validate |
function |
modules/config/config.api.php |
Validate a new configuration before saving it. |
AnonymousUser::createAccess |
function |
includes/anonymous.inc |
Provides anonymous user createAccess for consistency with User entities. |
BookTestCase::createBookNode |
function |
modules/book/tests/book.test |
Creates a book node. |
field_config_create_validate |
function |
modules/field/field.module |
Implements hook_config_create_validate(). |
FileTypeTestCase::testCreate |
function |
modules/file/tests/file.test |
Test creating a new type. Basic CRUD. |
UserCreateTestCase::$profile |
property |
modules/user/tests/user.test |
The profile to install as a basis for testing. |
_field_create_entity_from_ids |
function |
modules/field/field.module |
Assembles a partial entity structure with initial IDs. |
field_test_field_create_field |
function |
modules/field/tests/field_test/field_test.module |
Memorize calls to hook_field_create_field(). |
TestFieldEntity::createAccess |
function |
modules/field/tests/field_test/field_test.class.inc |
Implements EntityInterface::createAccess(). |
EntityInterface::createAccess |
function |
modules/entity/entity.class.inc |
Determines whether the given user has access to create this type of entity. |
FileTransfer::createDirectory |
function |
includes/filetransfer/filetransfer.inc |
Creates a directory. |
UserStorageController::create |
function |
modules/user/user.entity.inc |
Overrides EntityDatabaseStorageController::create(). |
ViewsSqlTest::viewsCreateTerm |
function |
modules/views/tests/views_query.test |
Create a term. |
FileTestCase::createDirectory |
function |
modules/simpletest/tests/file.test |
Create a directory and assert it exists. |
image_style_create_derivative |
function |
modules/image/image.module |
Creates a new image derivative based on an image style. |
DatabaseSchema::createTableSql |
function |
includes/database/schema.inc |
Generate an array of query strings suitable for creating a table. |
FileTestHelper::createFileType |
function |
modules/file/tests/file.test |
|
TaxonomyTermController::create |
function |
modules/taxonomy/taxonomy.entity.inc |
Overrides EntityDatabaseStorageController::create(). |
comment_config_create_validate |
function |
modules/comment/comment.module |
Implements hook_config_create_validate() |
DashboardCreateBlock::getTitle |
function |
modules/dashboard/includes/block.create.inc |
Return the title of a block as configured in the layout. |
hook_field_attach_create_bundle |
function |
modules/field/field.api.php |
Act on field_attach_create_bundle(). |
hook_field_storage_create_field |
function |
modules/field/field.api.php |
Act on creation of a new field. |
FileTestHelper::createFileField |
function |
modules/file/tests/file.test |
Creates a new file field. |
admin_bar_field_create_instance |
function |
modules/admin_bar/admin_bar.module |
Implements hook_field_create_instance(). |
TranslationTestCase::createPage |
function |
modules/translation/tests/translation.test |
Creates a "Page" in the specified language. |
_installer_batch_create_message |
function |
modules/installer/installer.authorize.inc |
Creates a structure of log messages. |
UserCreateTestCase::testUserAdd |
function |
modules/user/tests/user.test |
Create a user through the administration interface and ensure that it
displays in the user list. |
taxonomy_config_create_validate |
function |
modules/taxonomy/taxonomy.module |
Implements hook_config_create_validate() |
TaxonomyWebTestCase::createTerm |
function |
modules/taxonomy/tests/taxonomy.test |
Returns a new term with random properties in the given vocabulary. |
DateFieldBasic::createDateField |
function |
modules/date/tests/date_field.test |
Creates a date field from an array of settings values. |
config_test_hooks_config_create |
function |
modules/config/tests/config_test_hooks/config_test_hooks.module |
Implements hook_config_create(). |
DashboardCreateBlock::getContent |
function |
modules/dashboard/includes/block.create.inc |
Return the content of a block. |
LinkUITest::testStaticLinkCreate |
function |
modules/link/tests/link.ui.test |
Testing that if you use <strong> in a static title for your link, that the
title actually displays <strong>. |
DashboardCreateBlock::formSubmit |
function |
modules/dashboard/includes/block.create.inc |
Submit handler to save the form settings. |