Com::generate |
function |
drupal/core/lib/Drupal/Component/Uuid/Com.php |
Generates a Universally Unique IDentifier (UUID). |
Php::generate |
function |
drupal/core/lib/Drupal/Component/Uuid/Php.php |
Implements Drupal\Component\Uuid\UuidInterface::generate(). |
Uuid::generate |
function |
drupal/core/lib/Drupal/Component/Uuid/Uuid.php |
Generates a universally unique identifier. |
Pecl::generate |
function |
drupal/core/lib/Drupal/Component/Uuid/Pecl.php |
Implements Drupal\Component\Uuid\UuidInterface::generate(). |
Token::generate |
function |
drupal/core/lib/Drupal/Core/Utility/Token.php |
Generates replacement values for a list of tokens. |
Router::generate |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
Generates a URL or path for a specific route based on the given parameters. |
DummyGeneratedValue |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
ChainRouter::generate |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
Loops through all registered routers and returns a router if one is found.
It will always return the first route generated. |
UrlGenerator::generate |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php |
Generates a URL or path for a specific route based on the given parameters. |
generate-d6-content.sh |
file |
drupal/core/scripts/generate-d6-content.sh |
#!/usr/bin/env php
<?php
/**
* Generate content for a Drupal 6 database to test the upgrade process.
*
* Run this script at the root of an existing Drupal 6 installation.
* Steps to use this generation script:
* - Install drupal 6.
* - Run… |
generate-d7-content.sh |
file |
drupal/core/scripts/generate-d7-content.sh |
#!/usr/bin/env php
<?php
/**
* Generate content for a Drupal 7 database to test the upgrade process.
*
* Run this script at the root of an existing Drupal 6 installation.
* Steps to use this generation script:
* - Install drupal 7.
* - Run… |
UrlGenerator::generate |
function |
drupal/core/lib/Drupal/Core/Routing/UrlGenerator.php |
Implements Symfony\Component\Routing\Generator\UrlGeneratorInterface::generate(). |
drupal_generate_test_ua |
function |
drupal/core/includes/bootstrap.inc |
Generates a user agent string with a HMAC and timestamp for simpletest. |
DynamicRouter::generate |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
Generates a URL from the given parameters. |
NullGenerator::generate |
function |
drupal/core/lib/Drupal/Core/Routing/NullGenerator.php |
Overrides Drupal\Core\Routing\UrlGenerator::generate(); |
View::generateDisplayId |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Generates a display ID of a certain plugin type. |
UuidInterface::generate |
function |
drupal/core/lib/Drupal/Component/Uuid/UuidInterface.php |
Generates a Universally Unique IDentifier (UUID). |
UrlGenerator::doGenerate |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php |
|
simpletest_generate_file |
function |
drupal/core/modules/simpletest/simpletest.module |
Generate test file. |
drupal_session_regenerate |
function |
drupal/core/includes/session.inc |
Called when an anonymous user becomes authenticated or vice-versa. |
MetadataGenerator::generate |
function |
drupal/core/modules/edit/lib/Drupal/edit/MetadataGenerator.php |
Implements \Drupal\edit\MetadataGeneratorInterface::generate(). |
Store::generateContentDigest |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php |
Returns content digest for $response. |
error_test_generate_warnings |
function |
drupal/core/modules/system/tests/modules/error_test/error_test.module |
Menu callback; generate warnings to test the error handler. |
ChainRouterTest::testGenerate |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
|
DbLogTest::generateLogEntries |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php |
Generates a number of random database log events. |
UuidUnitTest::testGenerateUuid |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php |
Tests generating a UUID. |
TestBase::generatePermutations |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
Converts a list of possible parameters into a stack of permutations. |
ForumTest::generateForumTopics |
function |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php |
Generates forum topics. |
ViewExecutable::generateItemId |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Generates a unique ID for an handler instance. |
UrlGenerator::generateFromPath |
function |
drupal/core/lib/Drupal/Core/Routing/UrlGenerator.php |
Implements \Drupal\Core\Routing\PathBasedGeneratorInterface::generateFromPath(). |
UrlGeneratorInterface::generate |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php |
Generates a URL or path for a specific route based on the given parameters. |
ContentAwareGenerator::generate |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentAwareGenerator.php |
|
_user_cancel_session_regenerate |
function |
drupal/core/modules/user/user.module |
Finished batch processing callback for cancelling a user account. |
Renderer::doGenerateFragmentUri |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php |
|
AssetFactory::generateAssetName |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
Display::generateUnboundDisplay |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Implements BoundDisplayInterface::generateUnboundDisplay(). |
UnboundDisplay::generateDisplay |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/UnboundDisplay.php |
Implements UnboundDisplayInterface::generateDisplay(). |
DynamicRouterTest::testGenerate |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
HttpKernel::generateInternalUri |
function |
drupal/core/lib/Drupal/Core/HttpKernel.php |
Generates an internal URI for a given controller. |
ProviderBasedGenerator::generate |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ProviderBasedGenerator.php |
Generates a URL or path for a specific route based on the given parameters. |
NativeSessionStorage::regenerate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Regenerates id that represents this storage. |
WebTestBase::$generatedTestFiles |
property |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Whether the files were copied to the test files directory. |
BookTest::generateOutlinePattern |
function |
drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php |
Creates a regular expression to check for the sub-nodes in the outline. |
EasyRdf_Parser_Rdfa::generateList |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rdfa.php |
|
CachePluginBase::generateOutputKey |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.php |
Calculates and sets a cache ID used for the output cache. |
MockFileSessionStorage::regenerate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
Regenerates id that represents this storage. |
PhpassHashedPassword::generateSalt |
function |
drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php |
Generates a random base 64-encoded salt prefixed with settings for the hash. |
ClassUtils::generateProxyClassName |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php |
Given a class name and a proxy namespace return the proxy name. |
CachePluginBase::generateResultsKey |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.php |
Calculates and sets a cache ID used for the result cache. |
MockArraySessionStorage::regenerate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Regenerates id that represents this storage. |