| 
            ContainerBuilder::hasDefinition           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php           | 
                  
            Returns true if a service definition exists under the given identifier.           | 
              
          
                  | 
            AutoExpireFlashBagTest::testHas           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php           | 
                  
                       | 
              
          
                  | 
            HasDispatcherInterface::dispatch           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php           | 
                  
            Helper to dispatch Guzzle events and set the event name on the event           | 
              
          
                  | 
            ContainerInterface::hasParameter           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php           | 
                  
            Checks if a parameter exists.           | 
              
          
                  | 
            PhpassHashedPassword::$countLog2           | 
                  
            property           | 
                  
            drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php           | 
                  
            Specifies the number of times the hashing function will be applied when
generating new password hashes. The number of times is calculated by
raising 2 to the power of the given value.           | 
              
          
                  | 
            StaticReflectionClass::hasMethod           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php           | 
                  
                       | 
              
          
                  | 
            FilterManagerTest::testHasInvalid           | 
                  
            function           | 
                  
            drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/FilterManagerTest.php           | 
                  
                       | 
              
          
                  | 
            PagerPluginBase::has_more_records           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php           | 
                  
            Determine if there are more records available.           | 
              
          
                  | 
            ExpiringCacheTest::testHasExpired           | 
                  
            function           | 
                  
            drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Cache/ExpiringCacheTest.php           | 
                  
                       | 
              
          
                  | 
            GenericEventTest::testHasArgument           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php           | 
                  
                       | 
              
          
                  | 
            GenericEventTest::testHasIterator           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php           | 
                  
                       | 
              
          
                  | 
            PhpassHashedPassword::HASH_LENGTH           | 
                  
            constant           | 
                  
            drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php           | 
                  
            The expected (and maximum) number of characters in a hashed password.           | 
              
          
                  | 
            TaxonomyIndexTid::hasExtraOptions           | 
                  
            function           | 
                  
            drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php           | 
                  
            If a handler has 'extra options' it will get a little settings widget and
another form called extra_options.           | 
              
          
                  | 
            PhpassHashedPassword::__construct           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php           | 
                  
            Constructs a new phpass password hashing instance.           | 
              
          
                  | 
            TestObjectMetadata::hasAssociation           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php           | 
                  
            Checks if the given field is a mapped association for this class.           | 
              
          
                  | 
            ReflectionService::hasPublicMethod           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php           | 
                  
            Check if the class have a public method with the given name.           | 
              
          
                  | 
            PhpassHashedPassword::base64Encode           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php           | 
                  
            Encode bytes into printable base 64 using the *nix standard from crypt().           | 
              
          
                  | 
            PhpassHashedPassword::generateSalt           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php           | 
                  
            Generates a random base 64-encoded salt prefixed with settings for the hash.           | 
              
          
                  | 
            PhpassHashedPassword::getCountLog2           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php           | 
                  
            Parse the log2 iteration count from a stored hash or setting string.           | 
              
          
                  | 
            ViewTestBase::helperButtonHasLabel           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php           | 
                  
            Asserts the existence of a button with a certain ID and label.           | 
              
          
                  | 
            StaticReflectionClass::hasConstant           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php           | 
                  
                       | 
              
          
                  | 
            StaticReflectionClass::hasProperty           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php           | 
                  
                       | 
              
          
                  | 
            HeaderBag::hasCacheControlDirective           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php           | 
                  
                       | 
              
          
                  | 
            AbstractHasDispatcher::getAllEvents           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php           | 
                  
            Get a list of all of the events emitted from the class           | 
              
          
                  | 
            RequestTest::testHasPreviousSession           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php           | 
                  
                       | 
              
          
                  | 
            PreUpdateEventArgs::hasChangedField           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php           | 
                  
            Check if field has a changeset.           | 
              
          
                  | 
            NamespacedAttributeBagTest::testHas           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php           | 
                  
            @dataProvider attributesProvider           | 
              
          
                  | 
            PasswordInterface::userNeedsNewHash           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Password/PasswordInterface.php           | 
                  
            Check whether a user's hashed password needs to be replaced with a new hash.           | 
              
          
                  | 
            ConfigDataCollector::hasAccelerator           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php           | 
                  
            Returns true if any accelerator is enabled.           | 
              
          
                  | 
            AbstractHasDispatcher::addSubscriber           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php           | 
                  
            Add an event subscriber to the dispatcher           | 
              
          
                  | 
            HasDispatcherInterface::getAllEvents           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php           | 
                  
            Get a list of all of the events emitted from the class           | 
              
          
                  | 
            ExpiringCacheTest::testHasNotExpired           | 
                  
            function           | 
                  
            drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Cache/ExpiringCacheTest.php           | 
                  
                       | 
              
          
                  | 
            ClassMetadataFactory::hasMetadataFor           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php           | 
                  
            Checks whether the factory has the metadata for a class loaded already.           | 
              
          
                  | 
            PhpassHashedPassword::MIN_HASH_COUNT           | 
                  
            constant           | 
                  
            drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php           | 
                  
            The minimum allowed log2 number of iterations for password stretching.           | 
              
          
                  | 
            PhpassHashedPassword::MAX_HASH_COUNT           | 
                  
            constant           | 
                  
            drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php           | 
                  
            The maximum allowed log2 number of iterations for password stretching.           | 
              
          
                  | 
            ConfigDataCollector::hasEAccelerator           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php           | 
                  
            Returns true if EAccelerator is enabled.           | 
              
          
                  | 
            ExceptionDataCollector::hasException           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php           | 
                  
            Checks if the exception is not null.           | 
              
          
                  | 
            AssetCollectionIterator::hasChildren           | 
                  
            function           | 
                  
            drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php           | 
                  
                       | 
              
          
                  | 
            ProjectServiceContainer::hasParameter           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php           | 
                  
            Checks if a parameter exists.           | 
              
          
                  | 
            TestMultipleHttpKernel::hasBeenCalled           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php           | 
                  
                       | 
              
          
                  | 
            HasDispatcherInterface::addSubscriber           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php           | 
                  
            Add an event subscriber to the dispatcher           | 
              
          
                  | 
            VIEWS_HANDLER_RENDER_TEXT_PHASE_EMPTY           | 
                  
            constant           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php           | 
                  
            Indicator of the render_text() method for rendering the empty text.           | 
              
          
                  | 
            EsiTest::testHasSurrogateEsiCapability           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php           | 
                  
                       | 
              
          
                  | 
            PhpassHashedPassword::userNeedsNewHash           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php           | 
                  
            Implements Drupal\Core\Password\PasswordInterface::userNeedsNewHash().           | 
              
          
                  | 
            ImmutableEventDispatcher::hasListeners           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php           | 
                  
            Checks whether an event has any registered listeners.           | 
              
          
                  | 
            EventDispatcherInterface::hasListeners           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php           | 
                  
            Checks whether an event has any registered listeners.           | 
              
          
                  | 
            Twig_Node_Expression_Array::hasElement           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Array.php           | 
                  
                       | 
              
          
                  | 
            AbstractHasDispatcher::$eventDispatcher           | 
                  
            property           | 
                  
            drupal/core/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php           | 
                  
                       | 
              
          
                  | 
            PasswordHashingTest::testPasswordHashing           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/System/PasswordHashingTest.php           | 
                  
            Test password hashing.           | 
              
          
                  | 
            Twig_Tests_LexerTest::testStringWithHash           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php           | 
                  
                       |