EntityTranslation::getPropertyDefinition |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::getPropertyDefinition(). |
RequestContextAwareInterface::setContext |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContextAwareInterface.php |
Sets the request context. |
PasswordHashingTest::testPasswordHashing |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/PasswordHashingTest.php |
Test password hashing. |
RequestContextAwareInterface::getContext |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContextAwareInterface.php |
Gets the request context. |
EntityReferenceAutocompleteTest::getInfo |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutocompleteTest.php |
|
Twig_Node_Expression_Binary_GreaterEqual |
class |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php |
|
image_system_file_system_settings_submit |
function |
drupal/core/modules/image/image.module |
Form submission handler for system_file_system_settings(). |
ImageValidatorTest::testInvalidMinHeight |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
Util_TypeTest::testNonBinaryStringExport |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/TypeTest.php |
@dataProvider provideNonBinaryMultibyteStrings |
ImageValidatorTest::testInvalidMaxHeight |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
Twig_Tests_Node_IncludeTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/IncludeTest.php |
@covers Twig_Node_Include::compile
@dataProvider getTests |
ExecutionContextInterface::validateValue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Validates a value against a constraint. |
PHPUnit_Framework_Constraint_Not::negate |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Not.php |
|
ExecutionContextInterface::getViolations |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Returns the violations generated by the validator so far. |
SystemMenuBlock::getDerivativeDefinition |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/Derivative/SystemMenuBlock.php |
Implements \Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinition(). |
Twig_Tests_LexerTest::testStringWithHash |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
|
TranslationManager::getStringTranslation |
function |
drupal/core/lib/Drupal/Core/StringTranslation/TranslationManager.php |
Retrieves English string to given language. |
ComplexDataConstraintValidator::validate |
function |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraintValidator.php |
Checks if the passed value is valid. |
ModulesUninstallConfirmForm::getQuestion |
function |
drupal/core/modules/system/lib/Drupal/system/Form/ModulesUninstallConfirmForm.php |
Returns the question to ask the user. |
TranslationTest::testLanguageSwitchLinks |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Checks that the language switch links behave properly. |
UpdateComplexTest::testInConditionUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php |
Tests WHERE IN clauses. |
InvalidBreakpointMediaQueryException.php |
file |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointMediaQueryException.php |
Definition of Drupal\breakpoint\InvalidBreakpointMediaQueryException. |
ConstraintViolationListInterface::addAll |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationListInterface.php |
Merges an existing violation list into this list. |
AnnotationReader::collectParsingMetadata |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php |
Collects parsing metadata for a given class |
StaticDiscoveryDecorator::getDefinitions |
function |
drupal/core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php |
Implements Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions(). |
CachedModuleHandlerInterface::writeCache |
function |
drupal/core/lib/Drupal/Core/Extension/CachedModuleHandlerInterface.php |
Write the hook implementation info to the cache. |
ConstraintViolationListInterface::remove |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationListInterface.php |
Removes a violation at a given offset. |
UploadedFile::getClientOriginalExtension |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php |
Returns the original file extension |
Twig_Node_Expression_Binary_Or::operator |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php |
|
NotBlankValidatorTest::testNullIsInvalid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotBlankValidatorTest.php |
|
InvalidBreakpointSourceTypeException.php |
file |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointSourceTypeException.php |
Definition of Drupal\breakpoint\InvalidBreakpointSourceTypeException. |
Twig_Test_EscapingTest::$urlSpecialChars |
property |
drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php |
|
Twig_Test_EscapingTest::$cssSpecialChars |
property |
drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php |
|
AnalyzeServiceReferencesPass::$container |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php |
|
ConditionInterface::setExecutableManager |
function |
drupal/core/lib/Drupal/Core/Condition/ConditionInterface.php |
Sets the executable manager class. |
PHPUnit_Framework_Constraint_GreaterThan |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/GreaterThan.php |
Constraint that asserts that the value it is evaluated for is greater
than a given value. |
Twig_Tests_Node_Expression_Binary_OrTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/OrTest.php |
|
PHPUnit_TextUI_ResultPrinter::$maxColumn |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/ResultPrinter.php |
|
Twig_Node_Expression_Binary_In::operator |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php |
|
drupal_install_profile_distribution_name |
function |
drupal/core/includes/install.inc |
Loads the installation profile, extracting its defined distribution name. |
LoggerInterfaceTest::testLogsAtAllLevels |
function |
drupal/core/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php |
@dataProvider provideLevelsAndMessages |
FieldPluginBase::getTokenValuesRecursive |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Recursive function to add replacements for nested query string parameters. |
CollectionTest::testRejectNonConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
EntityEnclosingRequestInterface::setBody |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Set the body of the request |
RangeValidatorTest::testInvalidValuesMin |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php |
@dataProvider getLessThanTen |
EntityEnclosingRequestInterface::getBody |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Get the body of the request if set |
RangeValidatorTest::testInvalidValuesMax |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php |
@dataProvider getMoreThanTwenty |
MissingDependentModuleUnitTest::testFail |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MissingDependentModuleUnitTest.php |
Ensure that this test will not be loaded despite its dependency. |
BinaryFileResponseTest::testConstruction |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php |
|
EventDispatcherInterface::removeListener |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php |
Removes an event listener from the specified events. |