LanguageUILanguageNegotiationTest |
class |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php |
Test UI language negotiation |
UserPictureUpgradePathTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php |
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing. |
SelectTest::testVulnerableComment |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests query COMMENT system against vulnerabilities. |
PhpDumper::addServiceConfigurator |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Adds configurator definition |
MockFileTransfer::getSettingsForm |
function |
drupal/core/modules/system/tests/modules/system_test/lib/Drupal/system_test/MockFileTransfer.php |
Returns a settings form with a text field to input a username. |
NullStorageExpirable::$collection |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
The name of the collection holding key and value pairs. |
BaseCompilerFilter::$warningLevel |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php |
|
NullStorageExpirable::__construct |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Creates a new expirable null key/value store. |
DateTimePlus::constructFromObject |
function |
drupal/core/lib/Drupal/Component/Datetime/DateTimePlus.php |
Creates a date object from an input date object. |
LanguageValidatorTest::$validator |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php |
|
ConfigStorageController::postSave |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Acts on a saved entity before the insert or update hook is invoked. |
LoggerDataCollector::sanitizeLogs |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php |
|
PhpDumper::addServiceSynchronizer |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Adds synchronizer methods. |
AnnotationTargetAnnotation::$data |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetAnnotation.php |
|
NullStorageExpirable::getMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::getMultiple(). |
BreakpointAPITest::testConfigName |
function |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointAPITest.php |
Test Breakpoint::buildConfigName(). |
ImageEffectDeleteForm::submitForm |
function |
drupal/core/modules/image/lib/Drupal/image/Form/ImageEffectDeleteForm.php |
Form submission handler. |
XmlFileLoaderTest::testExtensions |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php |
|
AnnotationTargetAnnotation::$name |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetAnnotation.php |
|
BlockUiTest::testBlockAdminUiPage |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockUiTest.php |
Test block admin page exists and functions correctly. |
Twig_Extension_Core::getFunctions |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Returns a list of global functions to add to the existing list. |
CascadingStylesheetsTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php |
|
UrlMatcherTest::testMatchNonAlpha |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
MenuListController::getOperations |
function |
drupal/core/modules/menu/lib/Drupal/menu/MenuListController.php |
Overrides \Drupal\Core\Entity\EntityListController::getOperations(); |
ImageStyleDeleteForm::$imageStyle |
property |
drupal/core/modules/image/lib/Drupal/image/Form/ImageStyleDeleteForm.php |
The image style to be deleted. |
BaseCompilerFilter::setExternsUrl |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php |
|
StaticPHPDriver::getAllClassNames |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php |
@todo Same code exists in AnnotationDriver, should we re-use it somehow or not worry about it? |
_drupal_initialize_db_test_prefix |
function |
drupal/core/includes/bootstrap.inc |
In a test environment, get the test db prefix and set it in $databases. |
ConfigImporter::importInvokeOwner |
function |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
Invokes import* methods on configuration entity storage controllers. |
UserEditedOwnAccountTest::getInfo |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEditedOwnAccountTest.php |
|
ImageStyleDeleteForm::getQuestion |
function |
drupal/core/modules/image/lib/Drupal/image/Form/ImageStyleDeleteForm.php |
Returns the question to ask the user. |
Twig_Extension_Core::getOperators |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Returns a list of operators to add to the existing list. |
TraceableEventDispatcherInterface |
interface |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php |
@author Fabien Potencier <fabien@symfony.com> |
EntityListControllerInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Contains \Drupal\Core\Entity\EntityListControllerInterface. |
RequirementsClassDocBlockTest.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/_files/RequirementsClassDocBlockTest.php |
|
template_preprocess_taxonomy_term |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Prepares variables for taxonomy term templates. |
NullStorageExpirable::setMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::setMultiple(). |
DateTimePlus::constructFromFormat |
function |
drupal/core/lib/Drupal/Component/Datetime/DateTimePlus.php |
Creates a date object from an input format. |
RequestInterface::setResponseBody |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php |
Set the EntityBody that will hold the response message's entity body. |
BaseCompilerFilter::setFormatting |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php |
|
MemoryBackend::invalidateMultiple |
function |
drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php |
Implements Drupal\Core\Cache\CacheBackendInterface::invalidateMultiple(). |
TraceableEventDispatcher::$logger |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php |
|
views.view.test_redirect_view.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_redirect_view.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_redirect_view.yml |
DrupalUnitTestBase::installConfig |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php |
Installs default configuration for a given list of modules. |
UnpublishByKeywordComment::submit |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/UnpublishByKeywordComment.php |
Form submission handler. |
TraceableEventDispatcher::$called |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php |
|
CallbackValidatorTest::$validator |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php |
|
PhpSessionStorageTest::getStorage |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php |
|
EntityTypeConstraintValidator.php |
file |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php |
Contains \Drupal\Core\Validation\Plugin\Validation\Constraint\EntityTypeConstraintValidator. |
DatabaseStorageController::$cache |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Whether this entity type should use the static cache. |