SimpletestResultsForm::create |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestResultsForm.php |
Instantiates a new instance of this controller. |
FieldInstanceFormBase::create |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceFormBase.php |
Instantiates a new instance of this controller. |
UserStorageController::create |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::create(). |
ActionAdminManageForm::create |
function |
drupal/core/modules/action/lib/Drupal/action/Form/ActionAdminManageForm.php |
Instantiates a new instance of this controller. |
BatchStorageInterface::create |
function |
drupal/core/lib/Drupal/Core/Utility/BatchStorageInterface.php |
Creates and saves a batch. |
EntityDisplayBase::createCopy |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
Creates a duplicate of the EntityDisplay object on a different view mode. |
WebTestBase::drupalCreateNode |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Creates a node based on default settings. |
WebTestBase::drupalCreateUser |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Create a user with a given set of permissions. |
WebTestBase::drupalCreateRole |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Internal helper function; Create a role with specified permissions. |
RoutingFixtures::createTables |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RoutingFixtures.php |
Create the tables required for the sample data. |
TermStorageController::create |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::create(). |
field_ui_entity_bundle_create |
function |
drupal/core/modules/field_ui/field_ui.module |
Implements hook_entity_bundle_create(). |
EntityReferenceAutoCreateTest |
class |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutoCreateTest.php |
Tests the Entity Reference auto-creation feature. |
MatcherDumperTest::testCreate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php |
Confirms that the dumper can be instantiated successfuly. |
CrudTest::testCreateFieldFail |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
Test failure to create a field. |
field_test_field_create_field |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Memorize calls to hook_field_create_field(). |
CustomBlockController::create |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php |
Instantiates a new instance of this controller. |
FileStorageController::create |
function |
drupal/core/modules/file/lib/Drupal/file/FileStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::create(). |
AssetFactory::createHttpAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
NodeStorageController::create |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::create(). |
AssetFactory::createGlobAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
AssetFactory::createFileAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
image_style_create_derivative |
function |
drupal/core/modules/image/image.module |
Creates a new image derivative based on an image style. |
TypeValidatorTest::createFile |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/TypeValidatorTest.php |
|
WidgetFactory::createInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetFactory.php |
Overrides Drupal\Component\Plugin\Factory\DefaultFactory::createInstance(). |
FileTestBase::createDirectory |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/FileTestBase.php |
Create a directory and assert it exists. |
MachineNameController::create |
function |
drupal/core/modules/system/lib/Drupal/system/MachineNameController.php |
Instantiates a new instance of this controller. |
ManageFieldsTest::createField |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php |
Tests adding a new field. |
FileTransfer::createDirectory |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Creates a directory. |
ViewStorageController::create |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Overrides Drupal\config\ConfigStorageController::create(). |
AggregatorTestBase::createFeed |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php |
Creates an aggregator feed. |
QueryAggregate::createSqlAlias |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Builds a sql alias as expected in the result. |
UrlAliasFixtures::createTables |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAliasFixtures.php |
Create the tables required for the sample data. |
EntityUnitTestBase::createUser |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUnitTestBase.php |
Creates a user. |
LinksTest::createLinkHierarchy |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/LinksTest.php |
Create a simple hierarchy of links. |
StorageTestBase::createStorage |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
Creates storage objects for each collection defined for this class. |
AsseticTokenParser::createNode |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php |
|
LanguageTestController::create |
function |
drupal/core/modules/language/tests/language_test/lib/Drupal/language_test/Controller/LanguageTestController.php |
Instantiates a new instance of this controller. |
ClientInterface::createRequest |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.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… |
config_test_config_test_create |
function |
drupal/core/modules/config/tests/config_test/config_test.module |
Implements hook_ENTITY_TYPE_create(). |
FieldImportCreateTest::getInfo |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php |
|
TypedDataTest::createTypedData |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php |
Creates a typed data object and executes some basic assertions. |
StatisticsSettingsForm::create |
function |
drupal/core/modules/statistics/lib/Drupal/statistics/StatisticsSettingsForm.php |
Instantiates a new instance of this controller. |
DefaultFactory::createInstance |
function |
drupal/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php |
Implements Drupal\Component\Plugin\Factory\FactoryInterface::createInstance(). |
MetadataBagTest::testGetCreated |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php |
|
PhpTestBase::createNodeWithCode |
function |
drupal/core/modules/php/lib/Drupal/php/Tests/PhpTestBase.php |
Creates a test node with PHP code in the body. |
TwigThemeTestController::create |
function |
drupal/core/modules/system/tests/modules/twig_theme_test/lib/Drupal/twig_theme_test/TwigThemeTestController.php |
Creates the controller. |
ArchiverManager::createInstance |
function |
drupal/core/lib/Drupal/Core/Archiver/ArchiverManager.php |
Overrides \Drupal\Component\Plugin\PluginManagerBase::createInstance(). |
UserCreateFailMailTest::getInfo |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserCreateFailMailTest.php |
|
DownloadTest::testFileCreateUrl |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php |
Test file_create_url(). |