entity_create |
function |
core/modules/entity/entity.module |
Constructs a new entity object, without permanently saving it. |
User::$created |
property |
core/modules/user/user.entity.inc |
The timestamp when the user was created. |
Node::$created |
property |
core/modules/node/node.entity.inc |
The node creation timestamp. |
file_create_url |
function |
core/includes/file.inc |
Creates a web-accessible URL for a stream to an external or local file. |
db_create_table |
function |
core/includes/database/database.inc |
Creates a new table from a Backdrop table definition. |
block.create.inc |
file |
core/modules/dashboard/includes/block.create.inc |
Dashboard block providing links to create new content. |
field_create_field |
function |
core/modules/field/field.crud.inc |
Creates a field. |
Node::createAccess |
function |
core/modules/node/node.entity.inc |
Overrides Entity::createAccess(). |
User::createAccess |
function |
core/modules/user/user.entity.inc |
Overrides Entity::createAccess(). |
UserCreateTestCase |
class |
core/modules/user/tests/user.test |
Test the create user administration page. |
File::createAccess |
function |
core/modules/file/file.entity.inc |
Overrides Entity::createAccess(). |
hook_config_create |
function |
core/modules/config/config.api.php |
Respond to configuration creation. |
Archive_Tar::create |
function |
core/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… |
field_config_create |
function |
core/modules/field/field.module |
Implements hook_config_create(). |
image_gd_create_tmp |
function |
core/modules/system/image.gd.inc |
Create a truecolor image preserving transparency from a provided image. |
color_config_create |
function |
core/modules/color/color.module |
Implements hook_config_create(). |
file_create_filename |
function |
core/includes/file.inc |
Creates a full file path from a directory and filename. |
Entity::createAccess |
function |
core/modules/entity/entity.class.inc |
Implements EntityInterface::createAccess(). |
layout_create_access |
function |
core/modules/layout/layout.module |
Helper function to create a Layout Access. |
file_create_htaccess |
function |
core/includes/drupal.inc |
Creates a .htaccess file in the given directory. |
locale_config_create |
function |
core/modules/locale/locale.module |
Implements hook_config_create(). |
DashboardCreateBlock |
class |
core/modules/dashboard/includes/block.create.inc |
@file
Dashboard block providing links to create new content. |
field_create_instance |
function |
core/modules/field/field.crud.inc |
Creates an instance of a field, binding it to a bundle. |
_views_create_handler |
function |
core/modules/views/includes/utility.inc |
Instantiate and construct a new handler |
MENU_CREATED_BY_ADMIN |
constant |
core/includes/menu.inc |
Internal menu flag -- menu item was created by administrator. |
Comment::createAccess |
function |
core/modules/comment/comment.entity.inc |
Overrides Entity::createAccess(). |
layout_create_handler |
function |
core/modules/layout/layout.module |
Helper function to instantiate handlers when loading from config. |
layout_create_context |
function |
core/modules/layout/layout.module |
Helper function to create a Layout Context. |
Node::createDuplicate |
function |
core/modules/node/node.entity.inc |
Overrides Entity::createDuplicate(). |
FILE_CREATE_DIRECTORY |
constant |
core/includes/file.inc |
Flag used by file_prepare_directory() -- create directory if not present. |
layout_create_renderer |
function |
core/modules/layout/layout.module |
Helper function to create a Layout Renderer. |
Entity::createDuplicate |
function |
core/modules/entity/entity.class.inc |
Implements EntityInterface::createDuplicate(). |
hook_field_create_field |
function |
core/modules/field/field.api.php |
Act on a field being created. |
SystemQueue::createItem |
function |
core/modules/system/system.queue.inc |
Add a queue item and store it directly to the queue. |
MemoryQueue::createItem |
function |
core/modules/system/system.queue.inc |
Add a queue item and store it directly to the queue. |
FileTestCase::createFile |
function |
core/modules/simpletest/tests/file.test |
Create a file and save it to the files table and assert that it occurs
correctly. |
TestEntity::createAccess |
function |
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::createAccess(). |
field_test_create_entity |
function |
core/modules/field/tests/field_test/field_test.entity.inc |
Creates a basic test_entity entity. |
update_create_fetch_task |
function |
core/modules/update/update.module |
Creates a new fetch task after loading the necessary include file. |
drupal_render_cid_create |
function |
core/includes/drupal.inc |
Creates the cache ID for a renderable element. |
field_test_create_bundle |
function |
core/modules/field/tests/field_test/field_test.entity.inc |
Creates a new bundle for test_entity entities. |
drupal_xml_parser_create |
function |
core/includes/drupal.inc |
Prepares a new XML parser. |
SystemQueue::createQueue |
function |
core/modules/system/system.queue.inc |
Create a queue. |
MemoryQueue::createQueue |
function |
core/modules/system/system.queue.inc |
Create a queue. |
BookTestCase::createBook |
function |
core/modules/book/tests/book.test |
Creates a new book with a page hierarchy. |
UserCreateTestCase::setUp |
function |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
Archive_Tar::createModify |
function |
core/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… |
_book_install_type_create |
function |
core/modules/book/book.install |
Creates the book content type. |
_update_create_fetch_task |
function |
core/modules/update/update.fetch.inc |
Adds a task to the queue for fetching release history data for a project. |
entity_create_stub_entity |
function |
core/modules/entity/entity.module |
Assembles an object structure with initial IDs. |