FieldInstanceStorageController::loadByProperties |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::loadByProperties(). |
PHPUnit_Framework_Constraint_JsonMatches::$value |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/JsonMatches.php |
|
PdoSessionHandlerTest::testWrongTableOptionsRead |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php |
|
PHP_CodeCoverage_Filter::removeFileFromWhitelist |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Filter.php |
Removes a file from the whitelist. |
UrlGeneratorTest::testPathWithTwoStartingSlashes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
TraceableEventDispatcherTest::testDispatchNested |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php |
|
MenuRouterTest::testThemeCallbackHookCustomTheme |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test that the theme callback wins out over hook_custom_theme(). |
UserRolesAssignmentTest::testAssignAndRemoveRole |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserRolesAssignmentTest.php |
Tests that a user can be assigned a role and that the role can be removed
again. |
PHP_CodeCoverage_Report_Node::getNumTestedTraits |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node.php |
Returns the number of tested traits. |
JsonResponseTest::testConstructorWithSimpleTypes |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
_translation_entity_update_field_translatability |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Stores entity translation settings. |
entity_crud_hook_test_taxonomy_vocabulary_create |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_create(). |
PHPUnit_Framework_Constraint_IsIdentical::$value |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsIdentical.php |
|
ResolveReferencesToAliasesPass::processArguments |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php |
Processes the arguments to replace aliases. |
ValidatorTest::testValidateGroupSequenceProvider |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorTest.php |
|
ProjectServiceContainer::getFooWithInlineService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php |
Gets the 'foo_with_inline' service. |
MenuRouterTest::testMenuLoadArgumentsInheritance |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests inheritance of 'load arguments'. |
user_template_preprocess_default_variables_alter |
function |
drupal/core/modules/user/user.module |
Implements hook_template_preprocess_default_variables_alter(). |
PHPUnit_Framework_MockObject_Stub_ReturnCallback |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnCallback.php |
@package PHPUnit_MockObject
@author Sebastian Bergmann <sb@sebastian-bergmann.de>
@copyright 2010-2013 Sebastian Bergmann <sb@sebastian-bergmann.de>
@license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause… |
DefinitionTest::testGetArgumentShouldCheckBounds |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php |
@expectedException OutOfBoundsException |
PHPUnit_Framework_TestCase::assertPostConditions |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Performs assertions shared by all tests of a test case. |
ConstraintTest::testMagicPropertiesAreNotAllowed |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php |
|
PHPUnit_Framework_MockObject_Stub_Return::$value |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/Return.php |
|
entity_crud_hook_test_taxonomy_vocabulary_insert |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_insert(). |
PHPUnit_Framework_MockObject_Stub_Return::invoke |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/Return.php |
Fakes the processing of the invocation $invocation by returning a
specific value. |
Twig_Node_Expression_ExtensionReference::compile |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php |
Compiles the node to PHP. |
ClassMetadata::getAssociationMappedByTargetField |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Returns the target field of the owning side of the association |
ConstraintTest::testRequiredOptionsMustBeDefined |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php |
|
ProjectServiceContainer::getFooWithInlineService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php |
Gets the 'foo_with_inline' service. |
PHPUnit_Framework_MockObject_Stub_ReturnValueMap |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnValueMap.php |
Stubs a method by returning a value from a map. |
DocParserTest::getAnnotationVarTypeProviderValid |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
RequestDataCollectorTest::staticControllerMethod |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php |
Dummy method used as controller callable |
OptionsFieldUITest::testOptionsAllowedValuesText |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (text) : test 'allowed values' input. |
PHPUnit_Framework_Constraint_Callback::$callback |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Callback.php |
|
OptionsFieldUITest::testOptionsTrimmedValuesText |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (text) : test 'trimmed values' input. |
ParameterCircularReferenceException::$parameters |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php |
|
ParameterCircularReferenceException::__construct |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php |
|
Framework_ConstraintTest::testConstraintIsEmpty2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_IsEmpty
@covers PHPUnit_Framework_TestFailure::exceptionToString |
DocParserTest::testAnnotationWithAttributesError |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@dataProvider getAnnotationVarTypeProviderInvalid |
MockLayoutBlockDeriver::getDerivativeDefinitions |
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::getDerivativeDefinitions(). |
PHPUnit_Framework_TestResult::deprecatedFeatures |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Returns an Enumeration for the deprecated features used. |
entity_crud_hook_test_taxonomy_vocabulary_update |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_update(). |
PHPUnit_Framework_Constraint_TraversableContains |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/TraversableContains.php |
Constraint that asserts that the Traversable it is applied to contains
a given value. |
Twig_Test_IntegrationTestCase::doIntegrationTest |
function |
drupal/core/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php |
|
RelationshipRepresentativeNode::testRelationship |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNode.php |
Tests the relationship. |
ViewUnitTestBase::assertIdenticalResultsetHelper |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php |
Performs View result assertions. |
AjaxCommandsUnitTest::testOpenModalDialogCommand |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php |
Tests that OpenModalDialogCommand objects can be constructed and rendered. |
Twig_Node_Expression_BlockReference::__construct |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php |
Constructor. |
PHPUnit_Framework_MockObject_Stub_ReturnArgument |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnArgument.php |
Stubs a method by returning an argument that was passed to the mocked method. |
AggregatorCategoryBlock::getDerivativeDefinition |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorCategoryBlock.php |
Implements \Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinition(). |