TaxonomyTestBase::createVocabulary |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTestBase.php |
Returns a new vocabulary with random properties. |
UserAutocompleteController::create |
function |
drupal/core/modules/user/lib/Drupal/user/Controller/UserAutocompleteController.php |
Instantiates a new instance of this controller. |
ContainerFactoryPluginBase::create |
function |
drupal/core/lib/Drupal/Core/Plugin/ContainerFactoryPluginBase.php |
Creates an instance of the plugin. |
EntityBCDecorator::createDuplicate |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
FileFieldTestBase::createFileField |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Creates a new file field. |
ChainRouterTest::createRouterMocks |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
|
AssetFactory::createAssetReference |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
TranslationTest::createTranslation |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Creates a translation for a basic page in the specified language. |
RowPluginTest::drupalCreateComment |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/RowPluginTest.php |
Helper function to create a random comment. |
Validation::createValidatorBuilder |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Validation.php |
Creates a configurable builder for validator objects. |
StringDatabaseStorage::createString |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::createString(). |
entity_crud_hook_test_entity_create |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_entity_create(). |
UserCreateFailMailTest::testUserAdd |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserCreateFailMailTest.php |
Tests the create user administration page. |
DatabaseStorageControllerNG::create |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Overrides DatabaseStorageController::create(). |
EntityTestStorageController::create |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestStorageController.php |
Overrides DatabaseStorageController::create(). |
Controller::createOrRetrieveClassId |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php |
Returns the primary key for the passed class type. |
FTPExtension::createDirectoryJailed |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FTPExtension.php |
Implements Drupal\Core\FileTransfer\FileTransfer::createDirectoryJailed(). |
AssetFactory::createAssetCollection |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
PdoSessionHandler::createNewSession |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php |
Creates a new session with the given $id and $data |
FilterPluginManager::createInstance |
function |
drupal/core/modules/filter/lib/Drupal/filter/FilterPluginManager.php |
Returns a preconfigured instance of a plugin. |
FileTransfer::createDirectoryJailed |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Creates a directory. |
DateFormatLocalizeResetForm::create |
function |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatLocalizeResetForm.php |
Instantiates a new instance of this controller. |
LocaleStringTest::createTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php |
Creates single translation for source string. |
BaseNodeFilter::createProcessBuilder |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php |
Creates a new process builder. |
ViewStorageTest::testCreateDuplicate |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
Tests the createDuplicate() View method. |
ControllerResolver::createController |
function |
drupal/core/lib/Drupal/Core/Controller/ControllerResolver.php |
Returns a callable for the given controller. |
CountValidatorTest::createCollection |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php |
|
entity_crud_hook_test_comment_create |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_comment_create(). |
field_sql_storage_field_create_field |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_create_field(). |
ActionListController::createInstance |
function |
drupal/core/modules/action/lib/Drupal/action/ActionListController.php |
Instantiates a new instance of this entity controller. |
EntityListController::createInstance |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Instantiates a new instance of this entity controller. |
WebTestBase::drupalCreateContentType |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Creates a custom content type based on default settings. |
ClassMapGeneratorTest::testCreateMap |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php |
@dataProvider getTestCreateMapTests |
EntityReferenceAutoCreateTest::setUp |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutoCreateTest.php |
Sets up a Drupal site for running functional and integration tests. |
ImageFieldTestBase::createImageField |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php |
Create a new image field. |
PHPUnit_TextUI_Command::createRunner |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/Command.php |
Create a TestRunner, override in subclasses. |
StorageComparer::addChangelistCreate |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparer.php |
Creates the create changelist. |
ControllerResolver::createController |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolver.php |
Returns a callable for the given controller. |
StringStorageInterface::createString |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Creates a source string object bound to this storage but not saved. |
EditTestBase::createFieldWithInstance |
function |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditTestBase.php |
Creates a field and an instance of it. |
ConfigStorageController::importCreate |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Create configuration upon synchronizing configuration changes. |
UserStorageController::createInstance |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Instantiates a new instance of this entity controller. |
AggregatorTestBase::createSampleNodes |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php |
Creates sample article nodes. |
EqualToValidatorTest::createValidator |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/EqualToValidatorTest.php |
|
RedirectPlugin::createRedirectRequest |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/RedirectPlugin.php |
Create a redirect request for a specific request object |
field_test_field_storage_create_field |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_create_field(). |
FlattenExceptionTest::createException |
function |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php |
|
ViewAddFormController::createInstance |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Instantiates a new instance of this entity controller. |
FieldStorageController::createInstance |
function |
drupal/core/modules/field/lib/Drupal/field/FieldStorageController.php |
Instantiates a new instance of this entity controller. |
MenuLinkFormController::createInstance |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Instantiates a new instance of this entity controller. |