Search for create

  1. Search 7.x for create
  2. Search 9.5.x for create
  3. Search 10.3.x for create
  4. Search 11.x for create
  5. Other projects
Title Object type File name Summary
Schema::createKeySql function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Build the SQL expression for keys.
Schema::createKeySql function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Schema::createKeysSql function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Schema::createPrimaryKeySql function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Create the SQL expression for primary 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/Driver/sqlite/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::createTableSql function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::createTableSql function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::_createIndexSql function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Schema::_createKeys function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Schema::_createKeySql function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
SchemaListenerController::create function core/modules/config/tests/config_test/src/SchemaListenerController.php Instantiates a new instance of this class.
SchemaTest::providerTestSchemaCreateTablePrimaryKey function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Provides test cases for SchemaTest::testSchemaCreateTablePrimaryKey().
SearchBlock::create function core/modules/search/src/Plugin/Block/SearchBlock.php Creates an instance of the plugin.
SearchBlockForm::create function core/modules/search/src/Form/SearchBlockForm.php Instantiates a new instance of this class.
SearchController::create function core/modules/search/src/Controller/SearchController.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 Creates an instance of the plugin.
SecuredRedirectResponse::createFromRedirectResponse function core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php Copies an existing redirect response into a safe one.
SelectionTrait::create function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php
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.
Serializer::create function core/modules/rest/src/Plugin/views/style/Serializer.php Creates an instance of the plugin.
SessionConfigurationTest::createSessionConfiguration function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Constructs a partially mocked SUT.
SettingsForm::create function core/modules/aggregator/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.
ShortcutResourceTestBase::createEntity function core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php Creates the entity to be tested.
ShortcutSetAccessControlHandler::checkCreateAccess function core/modules/shortcut/src/ShortcutSetAccessControlHandler.php Performs create access checks.
ShortcutSetController::create function core/modules/shortcut/src/Controller/ShortcutSetController.php Instantiates a new instance of this class.
ShortcutSetDeleteForm::create function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Instantiates a new instance of this class.
ShortcutSetResourceTestBase::createEntity function core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php Creates the entity to be tested.
ShortcutSetsTest::testShortcutSetCreateWithSetName function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests creating a new shortcut set with a defined set name.
ShortcutSetsTest::testShortcutSetSwitchCreate function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetStorage::createInstance function core/modules/shortcut/src/ShortcutSetStorage.php Instantiates a new instance of this entity handler.
ShortcutSetTest::createEntity function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Creates the entity to be tested.
ShortcutSetUsers::create function core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Creates an instance of the plugin.
ShortcutTest::createEntity function core/modules/jsonapi/tests/src/Functional/ShortcutTest.php Creates the entity to be tested.
ShortcutTranslationUITest::createEntity function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Creates the entity to be translated.
SimpleConfigSectionStorage::create function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Creates an instance of the plugin.
SimpleTestInstallBatchTest::testLoadingEntitiesCreatedInBatch function core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php Tests loading entities created in a batch in test_batch_test_install().

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