NativeProxy::isWrapper |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/NativeProxy.php |
Returns true if this handler wraps an internal PHP session save handler using \SessionHandler. |
FrozenParameterBag.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php |
|
RangeValidatorTest.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php |
|
DefaultFileLocator.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php |
|
EntityBCDecorator::get |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
LanguageItem::setValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/LanguageItem.php |
Overrides \Drupal\Core\Entity\Field\FieldItemBase::get(). |
UserController::logout |
function |
drupal/core/modules/user/lib/Drupal/user/Controller/UserController.php |
Logs the current user out. |
HelpController::create |
function |
drupal/core/modules/help/lib/Drupal/help/Controller/HelpController.php |
Instantiates a new instance of this controller. |
ViewsBlock::$displayID |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Block/ViewsBlock.php |
The display ID being used for this View. |
FilterHtmlEscape::tips |
function |
drupal/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterHtmlEscape.php |
Generates a filter's tip. |
Twig_Tests_Node_IfTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/IfTest.php |
|
EntityBCDecorator::set |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
BookManager::$database |
property |
drupal/core/modules/book/lib/Drupal/book/BookManager.php |
Database Service Object. |
system_stream_wrappers |
function |
drupal/core/modules/system/system.module |
Implements hook_stream_wrappers(). |
StatementPrefetch::key |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
NodeSyndicateBlockTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeSyndicateBlockTest.php |
Tests the availability of the syndicate block. |
EntityQueryTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Sets up Drupal unit test environment. |
ConfigImportUITest.php |
file |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php |
Definition of Drupal\config\Tests\ConfigImportUITest. |
update_test_2.info.yml |
file |
drupal/core/modules/system/tests/modules/update_test_2/update_test_2.info.yml |
drupal/core/modules/system/tests/modules/update_test_2/update_test_2.info.yml |
image_scale_dimensions |
function |
drupal/core/modules/image/image.effects.inc |
Image dimensions callback; Scale. |
DrupalDateTimeTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DrupalDateTimeTest.php |
Definition of Drupal\system\Tests\Datetime\DateTimePlusTest. |
SymfonyFileLocator.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php |
|
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… |
WebTestBase::assertUrl |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Pass if the internal browser's URL matches the given path. |
theme_image_style_list |
function |
drupal/core/modules/image/image.admin.inc |
Returns HTML for the page containing the list of image styles. |
FieldsOverlapException |
class |
drupal/core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php |
Exception thrown if an insert query specifies a field twice. |
UriSigner::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/UriSigner.php |
Constructor. |
NodeType::validateForm |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/Condition/NodeType.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
TaxonomyIndexTid::init |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/TaxonomyIndexTid.php |
Overrides \Drupal\views\Plugin\views\field\PrerenderList::init(). |
CustomBlockType::$uuid |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlockType.php |
The custom block type UUID. |
ExtensionInterface.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php |
|
ItemList::offsetExists |
function |
drupal/core/lib/Drupal/Core/TypedData/ItemList.php |
Implements \ArrayAccess::offsetExists(). |
BanIpManager::isDenied |
function |
drupal/core/modules/ban/lib/Drupal/ban/BanIpManager.php |
Returns whether an IP address is blocked. |
WebTestBase::assertRaw |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Pass if the raw text IS found on the loaded page, fail otherwise. Raw text
refers to the raw HTML that the page generated. |
Twig_Compiler::$source |
property |
drupal/core/vendor/twig/twig/lib/Twig/Compiler.php |
|
PHPUnit_Runner_Version |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Runner/Version.php |
This class defines the current version of PHPUnit. |
UrlGenerator::$request |
property |
drupal/core/lib/Drupal/Core/Routing/UrlGenerator.php |
A request object. |
ResponseTest::testIsOk |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
ChainRouterTest::setUp |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
|
BanIpManager::isBanned |
function |
drupal/core/modules/ban/lib/Drupal/ban/BanIpManager.php |
Returns if this IP address is banned. |
RequestHandler::handle |
function |
drupal/core/modules/rest/lib/Drupal/rest/RequestHandler.php |
Handles a web API request. |
system_authorized_init |
function |
drupal/core/modules/system/system.module |
Setup a given callback to run via authorize.php with elevated privileges. |
LazyAssetManager::load |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php |
Loads formulae from resources. |
FormatterPluginManager |
class |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterPluginManager.php |
Plugin type manager for field formatters. |
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… |
_color_save_stylesheet |
function |
drupal/core/modules/color/color.module |
Saves the rewritten stylesheet to disk. |
BookManager::loadBooks |
function |
drupal/core/modules/book/lib/Drupal/book/BookManager.php |
Loads Books Array. |
ConfigEntityStatusTest |
class |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityStatusTest.php |
Tests configuration entity status functionality. |
UriSigner::computeHash |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/UriSigner.php |
|
ProcessFailedException |
class |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/ProcessFailedException.php |
Exception for failed processes. |