StaticReflectionService::hasPublicMethod |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php |
Check if the class have a public method with the given name. |
ArgumentPluginBase::has_default_argument |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Determine if the argument is set to provide a default argument. |
UserLoginTest::testPasswordRehashOnLogin |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserLoginTest.php |
Test that user password is re-hashed upon login after changing $count_log2. |
AbstractMessage::hasCacheControlDirective |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Check if the message has a Cache-Control directive |
AbstractHasDispatcher::setEventDispatcher |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php |
Set the EventDispatcher of the request |
AbstractHasDispatcher::getEventDispatcher |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php |
Get the EventDispatcher of the request |
RuntimeReflectionService::hasPublicMethod |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php |
Check if the class have a public method with the given name. |
MessageInterface::hasCacheControlDirective |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php |
Check if the message has a Cache-Control directive |
HasDispatcherInterface::setEventDispatcher |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php |
Set the EventDispatcher of the request |
HasDispatcherInterface::getEventDispatcher |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php |
Get the EventDispatcher of the request |
Twig_ExpressionParser::parseHashExpression |
function |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
VIEWS_HANDLER_RENDER_TEXT_PHASE_COMPLETELY |
constant |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Indicator of the render_text() method for rendering the whole element.
(if no render_item() method is available). |
ResponseHeaderBag::hasCacheControlDirective |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php |
|
ContainerAwareEventDispatcher::hasListeners |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
|
PhpassHashedPassword::enforceLog2Boundaries |
function |
drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php |
Ensures that $count_log2 is within set bounds. |
VIEWS_HANDLER_RENDER_TEXT_PHASE_SINGLE_ITEM |
constant |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Indicator of the render_text() method for rendering a single item.
(If no render_item() is present). |
AbstractClassMetadataFactory::hasMetadataFor |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Checks whether the factory has the metadata for a class loaded already. |
ImmutableEventDispatcherTest::testHasListenersDelegates |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php |
|
HttpCacheTest::testCachesResponsesWithASMaxAgeDirective |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
DocParserTest::testWithoutConstructorWhenHasNoProperties |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage The annotation @SomeAnnotationClassNameWithoutConstructorAndProperties declared on does not accept any values, but got {"value":"Foo"}. |
BackendChainImplementationUnitTest::testGetHasPropagated |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/BackendChainImplementationUnitTest.php |
Ensure get values propagation to previous backends. |
ContainerAwareEventDispatcherTest::testHasListenersOnLazyLoad |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
|
JsonResponseTest::testConstructorWithAssocArrayCreatesJsonObject |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
BackendChainImplementationUnitTest::testGetMultipleHasPropagated |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/BackendChainImplementationUnitTest.php |
Ensure get multiple values propagation to previous backends. |
YamlFileLoaderTest::testLoadThrowsExceptionIfArrayHasUnsupportedKeys |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php |
@expectedException \InvalidArgumentException |
BackendChainImplementationUnitTest::testNotEmptyIfOneBackendHasTheKey |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/BackendChainImplementationUnitTest.php |
Test that the chain is not empty when at least one backend has data. |
HttpKernelTest::testHandleWhenAnExceptionIsHandledWithASpecificStatusCode |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
@dataProvider getStatusCodes |
HttpCacheTest::testAssignsDefaultTtlWhenResponseHasNoFreshnessInformation |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
InlineTest::testHashStringsResemblingExponentialNumericsShouldNotBeChangedToINF |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php |
|
HttpCacheTest::testDoesNotAssignDefaultTtlWhenResponseHasMustRevalidateDirective |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|