Search for create

  1. Search 7.x for create
  2. Search 9.5.x for create
  3. Search 8.9.x for create
  4. Search 10.3.x for create
  5. Other projects
Title Object type File name Summary
Schema::createColumnsSql function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Build the SQL expression for creating columns.
Schema::createFieldSql function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Create an SQL string for a field to be used in table create or alter.
Schema::createFieldSql function core/modules/mysql/src/Driver/Database/mysql/Schema.php Creates an SQL string for a field used in table creation or alteration.
Schema::createFieldSql function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Creates a safe SQL string for a field for table creation or alteration.
Schema::createIndexSql function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Build the SQL expression for indexes.
Schema::createKeySql function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Build the SQL expression for keys.
Schema::createKeySql function core/modules/mysql/src/Driver/Database/mysql/Schema.php Creates an SQL key for the given fields.
Schema::createKeysSql function core/modules/mysql/src/Driver/Database/mysql/Schema.php Creates the keys for an SQL table.
Schema::createPrimaryKeySql function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Create the SQL expression for primary and unique keys.
Schema::createTable function core/lib/Drupal/Core/Database/Schema.php Create a new table from a Drupal table definition.
Schema::createTableSql function core/lib/Drupal/Core/Database/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::createTableSql function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::createTableSql function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::createTableSql function core/modules/mysql/src/Driver/Database/mysql/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::_createIndexSql function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Creates a statement for an SQL index for the given fields.
Schema::_createKeys function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Adds keys for an SQL table.
Schema::_createKeySql function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Creates the SQL key for the given fields.
SchemaListenerController::create function core/modules/config/tests/config_test/src/SchemaListenerController.php Instantiates a new instance of the implementing class using autowiring.
SchemaUniquePrefixedKeysIndexTestBase::testCreateTable function core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php Tests UNIQUE keys put directly on the table definition.
SearchBlock::create function core/modules/search/src/Plugin/Block/SearchBlock.php Instantiates a new instance of the implementing class using autowiring.
SearchBlockForm::create function core/modules/search/src/Form/SearchBlockForm.php Instantiates a new instance of this class.
SearchLocalTask::create function core/modules/search/src/Plugin/Derivative/SearchLocalTask.php Creates a new class instance.
SearchPage::postCreate function core/modules/search/src/Entity/SearchPage.php Acts on a created entity before hooks are invoked.
SearchPageFormBase::create function core/modules/search/src/Form/SearchPageFormBase.php Instantiates a new instance of this class.
SearchPageListBuilder::createInstance function core/modules/search/src/SearchPageListBuilder.php Instantiates a new instance of this entity handler.
SearchPageResourceTestBase::createEntity function core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php Creates the entity to be tested.
SearchPageRoutes::create function core/modules/search/src/Routing/SearchPageRoutes.php Instantiates a new instance of this class.
SearchPageTest::createEntity function core/modules/jsonapi/tests/src/Functional/SearchPageTest.php Creates the entity to be tested.
SearchPluginBase::create function core/modules/search/src/Plugin/SearchPluginBase.php Instantiates a new instance of the implementing class using autowiring.
SecuredRedirectResponse::createFromRedirectResponse function core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php Copies an existing redirect response into a safe one.
SecurityAdvisory::createFromArray function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Creates a SecurityAdvisories instance from an array.
SecurityAdvisoryTest::providerCreateFromArray function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Data provider for testCreateFromArray().
SecurityAdvisoryTest::providerCreateFromArrayInvalidField function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Data provider for testCreateFromArrayInvalidField().
SecurityAdvisoryTest::providerCreateFromArrayMissingField function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Data provider for testCreateFromArrayMissingField().
SecurityAdvisoryTest::testCreateFromArray function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Tests creating with valid data.
SecurityAdvisoryTest::testCreateFromArrayInvalidField function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Tests exceptions for invalid field types.
SecurityAdvisoryTest::testCreateFromArrayMissingField function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Tests exceptions with missing fields.
SelectionWithAutocreateInterface interface core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php Interface for Selection plugins that support newly created entities.
SelectionWithAutocreateInterface.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php
SelectionWithAutocreateInterface::createNewEntity function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php Creates a new entity object that can be used as a valid reference.
SelectionWithAutocreateInterface::validateReferenceableNewEntities function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php Validates which newly created entities can be referenced.
SendmailCommandValidationTransportFactory::create function core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php
Serializer::create function core/modules/rest/src/Plugin/views/style/Serializer.php Instantiates a new instance of the implementing class using autowiring.
SessionConfigurationTest::createSessionConfiguration function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Constructs a partially mocked SUT.
SetProperties::create function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/SetProperties.php Creates an instance of the plugin.
SettingsForm::create function core/modules/navigation/src/Form/SettingsForm.php Instantiates a new instance of this class.
ShortcutAccessControlHandler::checkCreateAccess function core/modules/shortcut/src/ShortcutAccessControlHandler.php Performs create access checks.
ShortcutAccessControlHandler::createInstance function core/modules/shortcut/src/ShortcutAccessControlHandler.php Instantiates a new instance of this entity handler.
ShortcutCacheTagsTest::createEntity function core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php Creates the entity to be tested.
ShortcutCacheTagsTest::createShortcutEntity function core/modules/shortcut/tests/src/Kernel/ShortcutCacheTagsTest.php Creates a shortcut entity in the default shortcut set.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.