FilterEqualityTest::getGroupedExposedFilters |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterEqualityTest.php |
|
DerivativeInterface::getDerivativeDefinition |
function |
drupal/core/lib/Drupal/Component/Plugin/Derivative/DerivativeInterface.php |
Returns the definition of a derivative plugin. |
TypeLinkManagerInterface::getTypeInternalIds |
function |
drupal/core/modules/rest/lib/Drupal/rest/LinkManager/TypeLinkManagerInterface.php |
Get a bundle's Typed Data IDs based on a URI. |
DirectoryResourceFilterIterator::getChildren |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php |
|
ConnectionRegistry::getDefaultConnectionName |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php |
Gets the default connection name. |
MongoDbProfilerStorageTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
SigchildDisabledProcessTest::testGetExitCode |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
PHPUnit_Util_GlobalState::getGlobalsAsString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/GlobalState.php |
|
LoggingTest::testEnableTargetLoggingNoTarget |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/LoggingTest.php |
Tests that logs to separate targets utilize the same connection properly. |
AnnotatedClassDiscovery::getPluginNamespaces |
function |
drupal/core/lib/Drupal/Component/Plugin/Discovery/AnnotatedClassDiscovery.php |
Returns an array of PSR-0 namespaces to search for plugin classes. |
ClassWithAnnotationWithTargetSyntaxError.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithTargetSyntaxError.php |
|
PHP_CodeCoverage_Report_Node_File::getTraits |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/File.php |
Returns the traits of this node. |
ClassWithValidAnnotationTarget::someFunction |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithValidAnnotationTarget.php |
Plugin annotation
@AnnotationTargetPropertyMethod("Some data",name="Some name") |
ClassWithInvalidAnnotationTargetAtMethod.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtMethod.php |
|
EntityListControllerInterface::getOperations |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Provides an array of information to build a list of operation links. |
DerivativeDiscoveryDecorator::getDefinitions |
function |
drupal/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Implements Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions(). |
DerivativeDiscoveryDecorator::getDerivatives |
function |
drupal/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Adds derivatives to a list of plugin definitions. |
CustomBlockTypeListController::getOperations |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeListController.php |
Overrides \Drupal\Core\Entity\EntityListController::getOperations(). |
EntityTranslationSyncImageTest::$cardinality |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncImageTest.php |
The cardinality of the image field. |
StorageTest::testCachedFormStorageValidation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php |
Tests updating cached form storage during form validation. |
Twig_Tests_Node_BlockReferenceTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/BlockReferenceTest.php |
|
EntityEnclosingRequestInterface::getPostFile |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Get a POST file from the request |
Twig_Tests_Node_SandboxedPrintTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/SandboxedPrintTest.php |
|
PHPUnit_TextUI_ResultPrinter::getCountString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/ResultPrinter.php |
@since Method available since Release 3.0.0 |
ComplexDataInterface::getPropertyDefinitions |
function |
drupal/core/lib/Drupal/Core/TypedData/ComplexDataInterface.php |
Gets an array of property definitions of contained properties. |
PHPUnit_Framework_ComparisonFailure::getDiff |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/ComparisonFailure.php |
|
ContextAwarePluginInterface::getContextValue |
function |
drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php |
Gets the value for a defined context. |
MTimeProtectedFileStorageTest::$storageClass |
property |
drupal/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php |
|
PHP_TokenWithScopeAndVisibility::getKeywords |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
ConfigStorageController::getIDFromConfigName |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Extracts the configuration entity ID from the full configuration name. |
EntityTranslationController::getPathInstance |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Returns an instance of the given path. |
AbstractProcessTest::testGetIncrementalOutput |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
HttpCacheTest::testPassesOnNonGetHeadRequests |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
Twig_Tests_TemplateTest::getGetAttributeTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
|
ConstraintViolationInterface::getPropertyPath |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationInterface.php |
Returns the property path from the root element to the violation. |
RequestTest::testGetHostWithFakeHttpHostValue |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@expectedException RuntimeException |
NodeAccessLanguageTest::testNodeAccessPrivate |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageTest.php |
Tests node_access() with multiple node languages and private nodes. |
ConstraintViolationInterface::getInvalidValue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationInterface.php |
Returns the value that caused the violation. |
Twig_Tests_Node_Expression_NameTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/NameTest.php |
|
ContextAwarePluginBase::getContextDefinitions |
function |
drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php |
Implements \Drupal\Component\Plugin\ContextAwarePluginInterface::getContextDefinitions(). |
Twig_Tests_Node_Expression_TestTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/TestTest.php |
|
AbstractProcessTest::testGetPidIsNullAfterRun |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
StaticReflectionMethod::getNumberOfParameters |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php |
|
language_get_browser_drupal_langcode_mappings |
function |
drupal/core/modules/language/language.module |
Returns language mappings between browser and Drupal language codes. |
GroupSequenceProviderEntity::getGroupSequence |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/GroupSequenceProviderEntity.php |
Returns which validation groups should be used for a certain state
of the object. |
MemcacheSessionHandlerTest::getOptionFixtures |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php |
|
ProjectServiceContainer::getDefaultParameters |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php |
Gets the default parameters. |
MultiTransferException::getSuccessfulRequests |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/MultiTransferException.php |
Get an array of successful requests sent in the multi transfer |
PHPUnit_Framework_TestCase::getObjectForTrait |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Returns an object for the specified trait. |
ProjectServiceContainer::getDefaultParameters |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php |
Gets the default parameters. |