ContainerBuilder::findTaggedServiceIds |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Returns service ids for a given tag. |
PHP_CodeCoverage_UtilTest::testPercent |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/UtilTest.php |
@covers PHP_CodeCoverage_Util::percent |
SerializerTest::testDenormalizeNoMatch |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
@expectedException \Symfony\Component\Serializer\Exception\UnexpectedValueException |
CommentThreadingTest::assertParentLink |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentThreadingTest.php |
Asserts that the link to the specified parent comment is present. |
MethodNotAllowedException::__construct |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/MethodNotAllowedException.php |
|
MemcachedProfilerStorage::getMemcached |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php |
Internal convenience method that returns the instance of the Memcached |
Twig_TokenParserBroker::addTokenParser |
function |
drupal/core/vendor/twig/twig/lib/Twig/TokenParserBroker.php |
Adds a TokenParser. |
ContainerBuilder::getProxyInstantiator |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Retrieves the currently set proxy instantiator or instantiates one. |
MemcachedProfilerStorage::setMemcached |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php |
Set instance of the Memcached |
parent_without_extends_but_traits.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_without_extends_but_traits.test |
|
language_negotiation_url_prefixes_save |
function |
drupal/core/modules/language/language.negotiation.inc |
Saves language prefix settings. |
EntityDisplayBase::getExportProperties |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
Overrides \Drupal\Core\Entity\Entity::getExportProperties(). |
AbstractEntityBodyDecorator::getStream |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
Get the stream resource |
NodeAccessLanguageAwareTest::$web_user |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareTest.php |
A normal authenticated user. |
CKEditorTest::testStylesComboGetConfig |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php |
Tests StylesCombo::getConfig(). |
WriteRecordTest::testDrupalWriteRecord |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/WriteRecordTest.php |
Tests the drupal_write_record() API function. |
UpgradePathTestBase::checkRequirements |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php |
Checks that zlib is enabled in order to run the upgrade tests. |
AnnotationFileLoaderTest::testSupports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php |
|
update_authorize_update_batch_finished |
function |
drupal/core/modules/update/update.authorize.inc |
Batch callback: Performs actions when the authorized update batch is done. |
AbstractEntityBodyDecorator::setStream |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
@codeCoverageIgnore |
CKEditorTest::getDefaultInternalConfig |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php |
|
EasyRdf_Parser_Turtle::parseLongString |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php |
Parses a """long string""". This method assumes that the first three
double quotes have already been parsed. |
Twig_Node_Expression_Function::compile |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Function.php |
Compiles the node to PHP. |
UserEditTest::testUserWithoutEmailEdit |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEditTest.php |
Tests editing of a user account without an e-mail address. |
entity_crud_hook_test_entity_predelete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_entity_predelete(). |
SerializerTest::testSerializeNoEncoder |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
@expectedException \Symfony\Component\Serializer\Exception\UnexpectedValueException |
Twig_TokenParserBroker::getTokenParser |
function |
drupal/core/vendor/twig/twig/lib/Twig/TokenParserBroker.php |
Gets a suitable TokenParser for a tag. |
PHPUnit_Framework_TestResult::failures |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Returns an Enumeration for the failures. |
CurrencyValidatorTest::testNullIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CurrencyValidatorTest.php |
|
ValidationVisitor::getValidatorFactory |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidationVisitor.php |
Returns the factory for constraint validators. |
ExceptionListener::getSubscribedEvents |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php |
Returns an array of event names this subscriber wants to listen to. |
UserDeleteTest::testUserDeleteMultiple |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserDeleteTest.php |
Test deleting multiple users. |
Util_ConfigurationTest::$configuration |
property |
drupal/core/vendor/phpunit/phpunit/Tests/Util/ConfigurationTest.php |
|
EventDataCollector::setCalledListeners |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php |
Sets the called listeners. |
PHPUnit_Framework_Assert::assertEquals |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that two variables are equal. |
PHPUnit_Framework_TestResult::isStrict |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Returns the strict mode configuration option |
EasyRdf_Parser_Turtle::verifyCharacter |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php |
Verifies that the supplied character $c is one of the expected
characters specified in $expected. This method will throw a
exception if this is not the case.
@ignore |
EventDataCollector::getCalledListeners |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php |
Gets the called listeners. |
IssnValidatorTest::getInvalidValueIssn |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php |
|
CommentPreviewTest::testCommentPreview |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php |
Tests comment preview. |
QueryAggregateInterface::sortAggregate |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Sorts by an aggregated value. |
TermRenderController::getBuildDefaults |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermRenderController.php |
Overrides \Drupal\Core\Entity\EntityRenderController::getBuildDefaults(). |
Twig_Test_NodeTestCase::getEnvironment |
function |
drupal/core/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php |
|
AccessPluginBase::alterRouteDefinition |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/AccessPluginBase.php |
Allows access plugins to alter the route definition of a view. |
DatabaseStorageExpirableTest::tearDown |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableTest.php |
Deletes created files, database tables, and reverts all environment changes. |
CacheDecorator::clearCachedDefinitions |
function |
drupal/core/lib/Drupal/Core/Plugin/Discovery/CacheDecorator.php |
Implements \Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface::clearCachedDefinitions(). |
StaticReflectionClass::newInstanceArgs |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
CustomBlockTestBase::createCustomBlock |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTestBase.php |
Creates a custom block. |
NodePostSettingsTest::testPagePostInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodePostSettingsTest.php |
Confirms "Basic page" content type and post information is on a new node. |
EasyRdf_Parser_Turtle::isNameStartChar |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php |
@ignore |