Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for create

You are here

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

Pages

  • 1
  • 2
  • 3
  • 4
  • 5
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS