AssetFactory::createHttpAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
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 |
|
FileTestBase::createDirectory |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/FileTestBase.php |
Create a directory and assert it exists. |
image_style_create_derivative |
function |
drupal/core/modules/image/image.module |
Creates a new image derivative based on an image style. |
WidgetFactory::createInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetFactory.php |
Overrides Drupal\Component\Plugin\Factory\DefaultFactory::createInstance(). |
CrudTest::testCreateFieldFail |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
Test failure to create a field. |
FileStorageController::create |
function |
drupal/core/modules/file/lib/Drupal/file/FileStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::create(). |
ManageFieldsTest::createField |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php |
Tests adding a new field. |
NodeStorageController::create |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::create(). |
CreatedYearMonth::get_formula |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/CreatedYearMonth.php |
Overrides Drupal\views\Plugin\views\argument\Formula::get_formula(). |
WizardPluginBase::create_view |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Implements Drupal\views\Plugin\views\wizard\WizardInterface::create_view(). |
UserStorageController::create |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::create(). |
CreatedFullDate::summary_name |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/CreatedFullDate.php |
Provide a link to the next level of the view |
ViewStorageController::create |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Overrides Drupal\config\ConfigStorageController::create(). |
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(). |
FileTransfer::createDirectory |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Creates a directory. |
MatcherDumperTest::testCreate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php |
Confirms that the dumper can be instantiated successfuly. |
_field_create_entity_from_ids |
function |
drupal/core/modules/field/field.module |
Assembles a partial entity structure with initial IDs. |
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. |
PollCreateTest::testPollCreate |
function |
drupal/core/modules/poll/lib/Drupal/poll/Tests/PollCreateTest.php |
Tests creating, listing, editing a new poll. |
AsseticTokenParser::createNode |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php |
|
CreatedYearMonth::summary_name |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/CreatedYearMonth.php |
Provide a link to the next level of the view |
CreatedMonth::summary_argument |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/CreatedMonth.php |
Provide the argument to use to link from the summary to the next level;
this will be called once per row of a summary, and used as part of
$view->getUrl(). |
StorageTestBase::createStorage |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
Creates storage objects for each collection defined for this class. |
LinksTest::createLinkHierarchy |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/LinksTest.php |
Create a simple hierarchy of links. |
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… |
UrlAliasFixtures::createTables |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAliasFixtures.php |
Create the tables required for the sample data. |
AggregatorTestBase::createFeed |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php |
Create an aggregator feed (simulate form submission on admin/config/services/aggregator/add/feed). |
DefaultFactory::createInstance |
function |
drupal/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php |
Implements Drupal\Component\Plugin\Factory\FactoryInterface::createInstance(). |
RequestFactoryInterface::create |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php |
Create a new request based on the HTTP method |
FileManagedTestBase::createFile |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedTestBase.php |
Create a file and save it to the files table and assert that it occurs
correctly. |
ConfigStorageController::create |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::create(). |
BarClassFactory::createBarClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/interfaces2.php |
|
hook_field_attach_create_bundle |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_create_bundle(). |
hook_field_storage_create_field |
function |
drupal/core/modules/field/field.api.php |
Act on creation of a new field. |
_update_7000_field_create_field |
function |
drupal/core/modules/field/field.install |
Creates a field by writing directly to the database. |
ClientInterface::CREATE_REQUEST |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php |
|
DownloadTest::testFileCreateUrl |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php |
Test file_create_url(). |
DocParserTest::createTestParser |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
ResponseTest::createDateTimeNow |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
PhpTestBase::createNodeWithCode |
function |
drupal/core/modules/php/lib/Drupal/php/Tests/PhpTestBase.php |
Creates a test node with PHP code in the body. |
MetadataBagTest::testGetCreated |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php |
|
PictureMapping::createDuplicate |
function |
drupal/core/modules/picture/lib/Drupal/picture/Plugin/Core/Entity/PictureMapping.php |
Implements EntityInterface::createDuplicate(). |
ContainerBuilder::createService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Creates a service for a service definition. |
ViewExecutable::createDuplicate |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Overrides Drupal\entity\Entity::createDuplicate(). |
config_test_config_import_create |
function |
drupal/core/modules/config/tests/config_test/config_test.module |
Implements hook_config_import_create(). |