RdfMappingManager::getTypedDataIdsFromTypeUris |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/RdfMappingManager.php |
Convert an array of RDF type URIs to the corresponding TypedData IDs. |
RouterTest::testGetOptionWithUnsupportedOption |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
@expectedException \InvalidArgumentException
@expectedExceptionMessage The Router does not support the "option_foo" option |
MongoDbProfilerStorageTest::tearDownAfterClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
PHPUnit_Util_GlobalState::getConstantsAsString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/GlobalState.php |
|
PHPUnit_Util_GlobalState::getSuperGlobalArrays |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/GlobalState.php |
|
PHP_CodeCoverage_Report_Node_File::getTestData |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/File.php |
Returns the test data of this node. |
AbstractProfilerStorageTest::testRetrieveByUrl |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
PHP_CodeCoverageTest::testGetLinesToBeCovered2 |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::getLinesToBeCovered
@covers PHP_CodeCoverage::resolveCoversToReflectionObjects
@expectedException PHP_CodeCoverage_Exception |
PHP_CodeCoverageTest::testGetLinesToBeCovered3 |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::getLinesToBeCovered
@covers PHP_CodeCoverage::resolveCoversToReflectionObjects
@expectedException PHP_CodeCoverage_Exception |
PHP_CodeCoverageTest::testGetLinesToBeCovered4 |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::getLinesToBeCovered
@covers PHP_CodeCoverage::resolveCoversToReflectionObjects
@expectedException PHP_CodeCoverage_Exception |
ClassWithAnnotationWithTargetSyntaxError::$foo |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithTargetSyntaxError.php |
Plugin annotation
@AnnotationWithTargetSyntaxError(); |
ReverseProxySubscriberUnitTest::getMockedEvent |
function |
drupal/core/tests/Drupal/Tests/Core/EventSubscriber/ReverseProxySubscriberUnitTest.php |
Creates a mocked event. |
EntityEnclosingRequestInterface::getPostFields |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Get the post fields that will be used in the request |
SimpleProcessTest::testGetPidIsNullBeforeStart |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SimpleProcessTest.php |
|
MaintenanceModeSubscriber::getSubscribedEvents |
function |
drupal/core/modules/user/lib/Drupal/user/EventSubscriber/MaintenanceModeSubscriber.php |
Returns an array of event names this subscriber wants to listen to. |
BoundDisplayInterface::getSortedBlocksByRegion |
function |
drupal/core/modules/layout/lib/Drupal/layout/Config/BoundDisplayInterface.php |
Returns the blocks in the requested region, ordered by weight. |
FileProfilerStorageTest::testMultiRowIndexFile |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php |
|
PHPUnit_Framework_ComparisonFailure::getActual |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/ComparisonFailure.php |
|
Twig_Tests_EnvironmentTest_Extension::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php |
|
MaintenanceModeSubscriber::getSubscribedEvents |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php |
Returns an array of event names this subscriber wants to listen to. |
EntityFormControllerInterface::getFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Returns the code identifying the active form language. |
EntityTranslationController::getSourceLangcode |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getSourceLanguage(). |
Twig_Tests_EnvironmentTest_TokenParser::getTag |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php |
Gets the tag name associated with this token parser. |
PHP_TokenWithScopeAndVisibility::getVisibility |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
PluginInspectionInterface::getPluginDefinition |
function |
drupal/core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php |
Returns the definition of the plugin implementation. |
FieldAttachStorageTest::testEntityDeleteBundle |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test entity_bundle_delete(). |
Twig_Tests_TemplateTest::testGetAttributeStrict |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
@dataProvider getGetAttributeTests |
Twig_Tests_Node_Expression_ParentTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/ParentTest.php |
|
UserTranslationUITest::getTranslatorPermissions |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getTranslatorPermission(). |
language_get_default_configuration_settings_key |
function |
drupal/core/modules/language/language.module |
Returns the root name of the variables used to store the configuration. |
PHP_Token_InterfaceTest::testGetParentNotExists |
function |
drupal/core/vendor/phpunit/php-token-stream/Tests/Token/InterfaceTest.php |
@covers PHP_Token_INTERFACE::getParent |
CallbackValidatorTest::testConstraintGetTargets |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php |
|
TraceableEventDispatcher::getNotCalledListeners |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php |
Gets the not called listeners. |
EntityFormDisplayTest::testEntityGetFromDisplay |
function |
drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityFormDisplayTest.php |
Tests entity_get_form_display(). |
LocaleImportFunctionalTest::getPoFileWithMsgstr |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php |
Helper function that returns a .po file with an empty last item. |
LocaleImportFunctionalTest::getPoFileWithConfig |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php |
Helper function that returns a .po file with configuration translations. |
RequestTest::getRequestInstanceForClientIpTests |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
NativeSessionStorageTest::testRegenerateDestroy |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
PHPUnit_Framework_TestCase::getTestResultObject |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
@since Method available since Release 3.5.7 |
UserLanguageTest::testUserLanguageConfiguration |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserLanguageTest.php |
Test if user can change their default language. |
NativeSessionStorageTest::testCanStartOutside54 |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
@expectedException \RuntimeException |
ResolveReferencesToAliasesPass::getDefinitionId |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php |
Resolves an alias into a definition id. |
ServiceCircularReferenceException::getServiceId |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php |
|
FileDriverTest::testGetAllClassNamesBothSources |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php |
|
AnnotationWithAttributes::getArrayOfAnnotations |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php |
|
ConfigurableActionBase::getDefaultConfiguration |
function |
drupal/core/lib/Drupal/Core/Action/ConfigurableActionBase.php |
Returns default configuration for this action. |
MockLayoutBlockDeriver::getDerivativeDefinition |
function |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php |
Implements Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinition(). |
AbstractEntityBodyDecorator::getContentEncoding |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
Get the Content-Encoding of the EntityBody |
ScopeCrossingInjectionException::getSourceScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php |
|
LegacyControllerSubscriber::getSubscribedEvents |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/LegacyControllerSubscriber.php |
Registers the methods in this class that should be listeners. |