RequestCloseSubscriber::__construct |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php |
Constructor. |
AbstractMessage::getTokenizedHeader |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Get a tokenized header as a Collection |
PathProcessorTest::$languageManager |
property |
drupal/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php |
|
_file_generic_settings_max_filesize |
function |
drupal/core/modules/file/file.field.inc |
Render API callback: Validates the maximum upload size field. |
RequestCloseSubscriber::onTerminate |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php |
Performs end of request tasks. |
AbstractMessage::setTokenizedHeader |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Set a tokenized header on the request that implodes a Collection of data into a string separated by a token. |
EventManager::removeEventSubscriber |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/EventManager.php |
Removes an EventSubscriber. The subscriber is asked for all the events it is
interested in and removed as a listener for these events. |
EasyRdf_Http_Client::prepareHeaders |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Client.php |
Prepare the request headers |
HandlerAliasTest::testPluginAliases |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerAliasTest.php |
|
TelephoneLinkFormatter::prepareView |
function |
drupal/core/modules/telephone/lib/Drupal/telephone/Plugin/field/formatter/TelephoneLinkFormatter.php |
Allows formatters to load information for field values being displayed. |
EntityViewModeStorageController.php |
file |
drupal/core/modules/entity/lib/Drupal/entity/EntityViewModeStorageController.php |
Contains \Drupal\entity\EntityViewModeStorageController. |
EntityEnclosingRequestInterface.php |
file |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
|
FieldInfoTest::testWidgetDefinition |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php |
Test that the widget definition functions work. |
locale_translate_import_form_submit |
function |
drupal/core/modules/locale/locale.bulk.inc |
Form submission handler for locale_translate_import_form(). |
EasyRdf_Literal::setDatatypeMapping |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal.php |
Register an RDF datatype with a PHP class name |
KeyValueStoreInterface::getMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php |
Returns the stored key/value pairs for a given set of keys. |
ContactSitewideTest::updateCategory |
function |
drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php |
Updates a category. |
LocaleStringTest::testStringCRUDAPI |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php |
Test CRUD API. |
IniFileLoaderTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php |
|
_HWLDF_WordAccumulator::_flushGroup |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
_node_access_rebuild_batch_finished |
function |
drupal/core/modules/node/node.module |
Performs post-processing for node_access_rebuild(). |
FrontPageTest::assertNotInResultSet |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/FrontpageTest.php |
Verifies that an amount of nids aren't in the result. |
StaticReflectionParser::$docComment |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php |
The docComment of the class. |
RedirectableUrlMatcherInterface.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php |
|
theme-test-render-element.html.twig |
file |
drupal/core/modules/system/tests/modules/theme_test/templates/theme-test-render-element.html.twig |
<div{{ attributes }}></div> |
locale_translate_export_form_submit |
function |
drupal/core/modules/locale/locale.bulk.inc |
Form submission handler for locale_translate_export_form(). |
ImageAdminStylesTest::getImageCount |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php |
Count the number of images currently create for a style. |
LocaleStringTest::buildSourceString |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php |
Creates random source string object. |
TrackerTest::testTrackerNewComments |
function |
drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php |
Tests for comment counters on the tracker listing. |
TelephoneDefaultWidget::formElement |
function |
drupal/core/modules/telephone/lib/Drupal/telephone/Plugin/field/widget/TelephoneDefaultWidget.php |
Implements \Drupal\field\Plugin\Type\Widget\WidgetInterface::formElement(). |
EmailValidatorTest::testNullIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php |
|
AttributeBagTest::testGetStorageKey |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php |
|
locale_translate_batch_import_files |
function |
drupal/core/modules/locale/locale.bulk.inc |
Prepare a batch to import all translations. |
DatabaseBackendFactory::$connection |
property |
drupal/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php |
The database connection. |
GenericCacheBackendUnitTestBase.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php |
Definition of Drupal\system\Tests\Cache\GenericCacheBackendUnitTestBase. |
KeyValueStoreInterface::setMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php |
Saves key/value pairs. |
DatabaseBackendFactory::__construct |
function |
drupal/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php |
Constructs the DatabaseBackendFactory object. |
LocaleStringTest::createTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php |
Creates single translation for source string. |
StaticReflectionParser::__construct |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php |
Parses a class residing in a PSR-0 hierarchy. |
GeneratorDumperInterface::getRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php |
Gets the routes to dump. |
PHPUnit_TextUI_TestRunner::$printer |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/TestRunner.php |
|
PhpStorageTestBase::$storageFactory |
property |
drupal/core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php |
The storage factory object. |
StatisticsPopularBlock::blockSubmit |
function |
drupal/core/modules/statistics/lib/Drupal/statistics/Plugin/Block/StatisticsPopularBlock.php |
Overrides \Drupal\block\BlockBase::blockSubmit(). |
EmailValidatorTest::testValidEmails |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php |
@dataProvider getValidEmails |
ShortcutStorageController::postSave |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutStorageController.php |
Overrides \Drupal\config\ConfigStorageController::postSave(). |
LocaleUpdateInterfaceTest::$modules |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateInterfaceTest.php |
Modules to enable. |
Twig_Extension_Escaper::__construct |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Escaper.php |
|
GotoAction::getDefaultConfiguration |
function |
drupal/core/modules/action/lib/Drupal/action/Plugin/Action/GotoAction.php |
Returns default configuration for this action. |
AjaxSubscriber::getSubscribedEvents |
function |
drupal/core/lib/Drupal/Core/Ajax/AjaxSubscriber.php |
Registers the methods in this class that should be listeners. |
ConfigStorageController::$statusKey |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Name of the entity's status key or FALSE if a status is not supported. |