|
CreateTest::$modules |
property |
drupal/core/modules/rest/lib/Drupal/rest/Tests/CreateTest.php |
Modules to enable. |
|
RegionalForm::create |
function |
drupal/core/modules/system/lib/Drupal/system/Form/RegionalForm.php |
Instantiates a new instance of this controller. |
|
ItemList::createItem |
function |
drupal/core/lib/Drupal/Core/TypedData/ItemList.php |
Helper for creating a list item object. |
|
Node::$createdColumn |
property |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/Node.php |
Set the created column. |
|
GDToolkit::createTmp |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php |
Creates a truecolor image preserving transparency from a provided image. |
|
JsonResponse::create |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/JsonResponse.php |
Factory method for chainability |
|
BulkFormBase::create |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/views/field/BulkFormBase.php |
Creates an instance of the plugin. |
|
BookTest::createBook |
function |
drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php |
Creates a new book with a page hierarchy. |
|
FieldEditForm::create |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldEditForm.php |
Instantiates a new instance of this controller. |
|
Schema::createKeysSql |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
|
|
Client::createRequest |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php |
Create and return a new {
Use an absolute path to override the base path of the client, or a relative path to append to the base path of
the client. The URI can contain the query string as well. Use an array to provide a URI template and… |
|
FILE_CREATE_DIRECTORY |
constant |
drupal/core/includes/file.inc |
Flag used by file_prepare_directory() -- create directory if not present. |
|
FieldOverview::create |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Instantiates a new instance of this controller. |
|
MENU_CREATED_BY_ADMIN |
constant |
drupal/core/includes/menu.inc |
Internal menu flag -- menu item was created by administrator. |
|
Schema::_createKeySql |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
|
|
field_create_instance |
function |
drupal/core/modules/field/field.crud.inc |
Creates an instance of a field, binding it to a bundle. |
|
BreakLockForm::create |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/BreakLockForm.php |
Instantiates a new instance of this controller. |
|
View::createDuplicate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Overrides Drupal\Core\Config\Entity\ConfigEntityBase::createDuplicate(). |
|
FieldImportCreateTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php |
Tests creating fields and instances as part of config import. |
|
MessageAction::create |
function |
drupal/core/modules/action/lib/Drupal/action/Plugin/Action/MessageAction.php |
Creates an instance of the plugin. |
|
Users::$createdColumn |
property |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/wizard/Users.php |
Set the created column. |
|
Schema::createTableSql |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Generate SQL to create a new table from a Drupal schema definition. |
|
RequestFactory::create |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php |
Create a new request based on the HTTP method |
|
Schema::createFieldSql |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Create an SQL string for a field to be used in table creation or alteration. |
|
ForumTest::createForum |
function |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php |
Creates a forum container or a forum. |
|
UserCreateFailMailTest |
class |
drupal/core/modules/user/lib/Drupal/user/Tests/UserCreateFailMailTest.php |
Tests the create user administration page. |
|
Schema::createTableSql |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Generate SQL to create a new table from a Drupal schema definition. |
|
Schema::createIndexSql |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Build the SQL expression for indexes. |
|
Schema::createFieldSql |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Create an SQL string for a field to be used in table creation or alteration. |
|
ProcessBuilder::create |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ProcessBuilder.php |
|
|
MockFileFinder::create |
function |
drupal/core/lib/Drupal/Component/Reflection/MockFileFinder.php |
Creates new mock file finder objects. |
|
CreateTest::testCreate |
function |
drupal/core/modules/rest/lib/Drupal/rest/Tests/CreateTest.php |
Tests several valid and invalid create requests on all entity types. |
|
Schema::createTableSql |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Generate SQL to create a new table from a Drupal schema definition. |
|
Schema::createFieldSql |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Create an SQL string for a field to be used in table creation or
alteration. |
|
UserController::create |
function |
drupal/core/modules/user/lib/Drupal/user/Controller/UserController.php |
Instantiates a new instance of this controller. |
|
HelpController::create |
function |
drupal/core/modules/help/lib/Drupal/help/Controller/HelpController.php |
Instantiates a new instance of this controller. |
|
DeleteMultiple::create |
function |
drupal/core/modules/node/lib/Drupal/node/Form/DeleteMultiple.php |
Instantiates a new instance of this controller. |
|
BookController::create |
function |
drupal/core/modules/book/lib/Drupal/book/Controller/BookController.php |
Injects BookManager Service. |
|
FieldDeleteForm::create |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldDeleteForm.php |
Instantiates a new instance of this controller. |
|
ViewUI::createDuplicate |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::createDuplicate(). |
|
Schema::createColumsSql |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Build the SQL expression for creating columns. |
|
Comment::$createdColumn |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php |
Set the created column. |
|
AdminController::create |
function |
drupal/core/modules/system/lib/Drupal/system/Controller/AdminController.php |
Instantiates a new instance of this controller. |
|
hook_field_create_field |
function |
drupal/core/modules/field/field.api.php |
Act on a field being created. |
|
ThemeController::create |
function |
drupal/core/modules/system/lib/Drupal/system/Controller/ThemeController.php |
Instantiates a new instance of this controller. |
|
MetadataBag::getCreated |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php |
Gets the created timestamp metadata. |
|
UserCreateTest::getInfo |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserCreateTest.php |
|
|
DisplayOverview::create |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php |
Instantiates a new instance of this controller. |
|
Schema::_createIndexSql |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
|
|
PerformanceForm::create |
function |
drupal/core/modules/system/lib/Drupal/system/Form/PerformanceForm.php |
Instantiates a new instance of this controller. |