EntityControllerInterface::createInstance |
function |
drupal/core/lib/Drupal/Core/Entity/EntityControllerInterface.php |
Instantiates a new instance of this entity controller. |
IdenticalToValidatorTest::createValidator |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php |
|
GreaterThanValidatorTest::createValidator |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php |
|
StringStorageInterface::createTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Creates a string translation object bound to this storage but not saved. |
MemoryBackendUnitTest::createCacheBackend |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/MemoryBackendUnitTest.php |
Creates a new instance of MemoryBackend. |
StorageComparerInterface::createChangelist |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php |
Add differences between source and target configuration storage to changelist. |
entity_crud_hook_test_taxonomy_term_create |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_term_create(). |
FileProfilerStorage::createProfileFromData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php |
|
CustomBlockTestBase::createCustomBlockType |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTestBase.php |
Creates a custom block type (bundle). |
IdenticalToValidatorTest::createConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php |
|
FieldUnitTestBase::createFieldWithInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldUnitTestBase.php |
Create a field and an instance of it. |
GreaterThanValidatorTest::createConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php |
|
UrlRewritingTest::testPublicCreatedFileURL |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UrlRewritingTest.php |
Test the generating of rewritten public created file URLs. |
DefaultViewRecentComments::$commentsCreated |
property |
drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentComments.php |
Will hold the comments created for testing. |
RedisProfilerStorage::createProfileFromData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
|
JsonResponseTest::testStaticCreateJsonArray |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
PHPUnit_TextUI_TestRunner::createTestResult |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/TestRunner.php |
|
DatabaseBackendUnitTest::createCacheBackend |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/DatabaseBackendUnitTest.php |
Creates a new instance of DatabaseBackend. |
ArgumentDateTest::testCreatedFullDateHandler |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentDateTest.php |
Tests the CreatedFullDate handler. |
ContainerBuilderTest::testCreateServiceClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::createService |
FragmentListenerTest::createGetResponseEvent |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php |
|
JsonResponseTest::testStaticCreateJsonObject |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
field_sql_storage_field_storage_create_field |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_create_field(). |
ClassMapGeneratorTest::getTestCreateMapTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php |
|
NotIdenticalToValidatorTest::createValidator |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php |
|
StorageComparerInterface::addChangelistCreate |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php |
Creates the create changelist. |
CountValidatorCountableTest::createCollection |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorCountableTest.php |
|
MongoDbProfilerStorage::createProfileFromData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
EntityReferenceAutoCreateTest::testAutoCreate |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutoCreateTest.php |
Assert creation on a new entity. |
ShortcutSetsTest::testShortcutSetSwitchCreate |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php |
Tests switching a user's shortcut set and creating one at the same time. |
FieldItemNormalizer::createTranslatedInstance |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/FieldItemNormalizer.php |
Get a translated version of the field item instance. |
LessThanOrEqualValidatorTest::createValidator |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php |
|
NotIdenticalToValidatorTest::createConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php |
|
FieldInstanceCrudTest::testCreateFieldInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Test the creation of a field instance. |
PHPUnit_Extensions_TestDecorator::createResult |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/TestDecorator.php |
Creates a default TestResult object. |
FieldInstanceStorageController::createInstance |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
Instantiates a new instance of this entity controller. |
Controller::createOrRetrieveSecurityIdentityId |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php |
Returns the primary key for the passed security identity. |
FieldImportCreateTest::testImportCreateDefault |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php |
Tests creating fields and instances during default config import. |
LessThanOrEqualValidatorTest::createConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php |
|
Twig_Tests_Node_Expression_TestTest::createTest |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/TestTest.php |
|
UserRolesAssignmentTest::testCreateUserWithRole |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserRolesAssignmentTest.php |
Tests that when creating a user the role can be assigned. And that it can
be removed again. |
CustomBlockTranslationUITest::createCustomBlock |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTranslationUITest.php |
Creates a custom block. |
ContainerBuilderTest::testCreateServiceArguments |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::createService |
RouterListenerTest::createGetResponseEventForUri |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
|
ContainerBuilderTest::testCreateSyntheticService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::createService
@expectedException \RuntimeException |
entity_crud_hook_test_taxonomy_vocabulary_create |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_create(). |
Framework_MockObjectTest::testCreateMockFromWsdl |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
@requires extension soap |
GreaterThanOrEqualValidatorTest::createValidator |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php |
|
JsonResponseTest::testStaticCreateEmptyJsonObject |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
JsonResponseTest::testStaticCreateWithSimpleTypes |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|