views.view.test_filter_group_override.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_filter_group_override.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_filter_group_override.yml |
form_test_validate_required_form_no_title |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form constructor to test the #required property without #title. |
FilterUserUIDTest::testCommentUserUIDTest |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Comment/FilterUserUIDTest.php |
|
PHPTransliteration::readLanguageOverrides |
function |
drupal/core/lib/Drupal/Core/Transliteration/PHPTransliteration.php |
Overrides \Drupal\Component\Transliteration\PHPTransliteration::readLanguageOverrides(). |
CheckReferenceValidityPass::$currentScope |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php |
|
CheckReferenceValidityPass::validateScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php |
Validates the scope of a single Reference. |
CheckReferenceValidityPass::getDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php |
Returns the Definition given an id. |
ViewTestBase::assertNotIdenticalResultset |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php |
Verifies that a result set returned by a View differs from certain values. |
ValidatorTest::testFileValidateExtensions |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/ValidatorTest.php |
Test the file_validate_extensions() function. |
PHPTransliteration::readLanguageOverrides |
function |
drupal/core/lib/Drupal/Component/Transliteration/PHPTransliteration.php |
Reads in language overrides for a language code. |
ValidatorTest::testFileValidateNameLength |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/ValidatorTest.php |
This will ensure the filename length is valid. |
CacheBackendInterface::invalidateMultiple |
function |
drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php |
Marks cache items as invalid. |
ViewUnitTestBase::assertIdenticalResultset |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php |
Verifies that a result set returned by a View matches expected values. |
ProjectExtension::getXsdValidationBasePath |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectExtension.php |
Returns the base path for the XSD files. |
FileResourceTest::testIsFreshOnInvalidPath |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/Resource/FileResourceTest.php |
|
AssetCollectionTest::testRemoveInvalidLeaf |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
OpenIDFunctionalTest::testBlockedUserLogin |
function |
drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDFunctionalTest.php |
Test that a blocked user cannot log in. |
ClassWithInvalidAnnotationTargetAtProperty |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php |
Plugin annotation
@AnnotationTargetClass("Some data"); |
CacheProvider::DOCTRINE_NAMESPACE_CACHEKEY |
constant |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/CacheProvider.php |
|
ArgumentValidatorPluginBase::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php |
Retrieve the options when this is a new access
control plugin |
TaxonomyIndexTid::$validated_exposed_input |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php |
|
SearchPageOverrideTest::testSearchPageHook |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageOverrideTest.php |
|
OverrideDisplaysTest::testOverrideDisplays |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/OverrideDisplaysTest.php |
Tests that displays can be overridden via the UI. |
HttpCacheTest::testEsiCacheForceValidation |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
OptionsWidgetsTest::testSelectListMultiple |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php |
Tests the 'options_select' widget (multiple select). |
FileFieldWidgetTest::testMultiValuedWidget |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests upload and remove buttons for multiple multi-valued File fields. |
XmlRpcBasicTest::testInvalidMessageParsing |
function |
drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcBasicTest.php |
Ensure that XML-RPC correctly handles invalid messages when parsing. |
ConfigGlobalOverrideSubscriber::configInit |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/ConfigGlobalOverrideSubscriber.php |
Override configuration values with global $conf. |
StreamWrapperTest::testGetValidStreamScheme |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php |
Test the scheme functions. |
Twig_TokenParser_AutoEscape::decideBlockEnd |
function |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php |
|
LocaleTranslationTest::testStringValidation |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php |
Tests the validation of the translation input. |
RequestTest::getFormatToMimeTypeMapProvider |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
ClassWithInvalidAnnotationTargetAtClass.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtClass.php |
|
TestObjectMetadata::getIdentifierFieldNames |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
Returns an array of identifier field names numerically indexed. |
DirectoryResourceTest::testInvalidDirectory |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/Resource/DirectoryResourceTest.php |
|
AssetCollectionTest::testReplaceInvalidLeaf |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
AlterTest::testDefaultWidgetPropertiesAlter |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/AlterTest.php |
Tests hook_field_widget_properties_alter() on the default field widget. |
ParameterBagTest::stringsWithSpacesProvider |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php |
|
OpenIDFunctionalTest::addRedirectedIdentity |
function |
drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDFunctionalTest.php |
Add OpenID identity, changed by the following redirects, to user's profile. |
OpenIDTestBase::getPasswordResetURLFromMail |
function |
drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTestBase.php |
Parses the last sent e-mail and returns the one-time login link URL. |
UploadedFileTest::uploadedFileErrorProvider |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php |
|
AssetFactoryTest::testOptionalInvalidFilter |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
|
TermFieldTest::testTaxonomyTermFieldWidgets |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
Test widgets. |
ContainerAwareEventDispatcher::$listenerIds |
property |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
The service IDs of the event listeners and subscribers |
HtmlIdentifierUnitTest::testDrupalHTMLClass |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlIdentifierUnitTest.php |
Tests that drupal_html_class() cleans the class name properly. |
hook_openid_normalization_method_info_alter |
function |
drupal/core/modules/openid/openid.api.php |
Allow modules to alter normalization methods. |
OverrideDisplaysTest::testRevertAllDisplays |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/OverrideDisplaysTest.php |
Tests that the revert to all displays select-option works as expected. |
ArgumentUserUIDTest::testCommentUserUIDTest |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Comment/ArgumentUserUIDTest.php |
|
OptionsDynamicValuesValidationTest::getInfo |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsDynamicValuesValidationTest.php |
|
FileFieldWidgetTest::testSingleValuedWidget |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests upload and remove buttons for a single-valued File field. |