| 
            hook_prepare           | 
                  
            function           | 
                  
            drupal/core/modules/node/node.api.php           | 
                  
            Act on a node object about to be shown on the add/edit form.           | 
              
          
                  | 
            Query::prepare           | 
                  
            function           | 
                  
            drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php           | 
                  
            Prepares the basic query with proper metadata/tags and base fields.           | 
              
          
                  | 
            hook_node_prepare           | 
                  
            function           | 
                  
            drupal/core/modules/node/node.api.php           | 
                  
            Act on a node object about to be shown on the add/edit form.           | 
              
          
                  | 
            Select::$prepared           | 
                  
            property           | 
                  
            drupal/core/lib/Drupal/Core/Database/Query/Select.php           | 
                  
            Indicates if preExecute() has already been called.           | 
              
          
                  | 
            book_node_prepare           | 
                  
            function           | 
                  
            drupal/core/modules/book/book.module           | 
                  
            Implements hook_node_prepare().           | 
              
          
                  | 
            menu_node_prepare           | 
                  
            function           | 
                  
            drupal/core/modules/menu/menu.module           | 
                  
            Implements hook_node_prepare().           | 
              
          
                  | 
            Response::prepare           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php           | 
                  
            Prepares the Response before it is sent to the client.           | 
              
          
                  | 
            Select::isPrepared           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Query/Select.php           | 
                  
            Indicates if preExecute() has already been called on that object.           | 
              
          
                  | 
            drupal_prepare_form           | 
                  
            function           | 
                  
            drupal/core/includes/form.inc           | 
                  
            Prepares a structured form array.           | 
              
          
                  | 
            FilterBase::prepare           | 
                  
            function           | 
                  
            drupal/core/modules/filter/lib/Drupal/filter/Plugin/FilterBase.php           | 
                  
            Prepares the text for processing.           | 
              
          
                  | 
            Connection::prepare           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php           | 
                  
            SQLite-specific implementation of DatabaseConnection::prepare().           | 
              
          
                  | 
            Connection::prepare           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Connection.php           | 
                  
            Prepares a statement for execution and returns a statement object           | 
              
          
                  | 
            comment_node_prepare           | 
                  
            function           | 
                  
            drupal/core/modules/comment/comment.module           | 
                  
            Implements hook_node_prepare().           | 
              
          
                  | 
            datetime_node_prepare           | 
                  
            function           | 
                  
            drupal/core/modules/datetime/datetime.module           | 
                  
            Implements hook_node_prepare().           | 
              
          
                  | 
            AjaxResponse::prepare           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Ajax/AjaxResponse.php           | 
                  
            Sets the response's data to be the array of AJAX commands.           | 
              
          
                  | 
            ViewsData::prepareCid           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/ViewsData.php           | 
                  
            Prepares the cache ID by appending a language code.           | 
              
          
                  | 
            ajax_prepare_response           | 
                  
            function           | 
                  
            drupal/core/includes/ajax.inc           | 
                  
            Converts the return value of a page callback into an Ajax commands array.           | 
              
          
                  | 
            comment_prepare_thread           | 
                  
            function           | 
                  
            drupal/core/modules/comment/comment.module           | 
                  
            Calculates the indentation level of each comment in a comment thread.           | 
              
          
                  | 
            Schema::prepareComment           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php           | 
                  
            Prepare a table or column comment for database query.           | 
              
          
                  | 
            comment_prepare_author           | 
                  
            function           | 
                  
            drupal/core/modules/comment/comment.module           | 
                  
            Prepares a user account object for rendering comment authors.           | 
              
          
                  | 
            Client::prepareRequest           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php           | 
                  
            Prepare a request to be sent from the Client by adding client specific behaviors and properties to the request.           | 
              
          
                  | 
            file_prepare_directory           | 
                  
            function           | 
                  
            drupal/core/includes/file.inc           | 
                  
            Checks that the directory exists and is writable.           | 
              
          
                  | 
            Schema::prepareComment           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Schema.php           | 
                  
            Prepare a table or column comment for database query.           | 
              
          
                  | 
            QueryAggregate::prepare           | 
                  
            function           | 
                  
            drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php           | 
                  
            Overrides \Drupal\field_sql_storage\Entity::prepare().           | 
              
          
                  | 
            hook_field_prepare_view           | 
                  
            function           | 
                  
            drupal/core/modules/field/field.api.php           | 
                  
            Prepare field values prior to display.           | 
              
          
                  | 
            FieldInfo::prepareField           | 
                  
            function           | 
                  
            drupal/core/modules/field/lib/Drupal/field/FieldInfo.php           | 
                  
            Prepares a field definition for the current run-time context.           | 
              
          
                  | 
            _install_prepare_import           | 
                  
            function           | 
                  
            drupal/core/includes/install.core.inc           | 
                  
            Tells the translation import process that Drupal core is installed.           | 
              
          
                  | 
            Request::prepareBaseUrl           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Prepares the base URL.           | 
              
          
                  | 
            file_field_prepare_view           | 
                  
            function           | 
                  
            drupal/core/modules/file/file.field.inc           | 
                  
            Implements hook_field_prepare_view().           | 
              
          
                  | 
            FilterInterface::prepare           | 
                  
            function           | 
                  
            drupal/core/modules/filter/lib/Drupal/filter/Plugin/FilterInterface.php           | 
                  
            Prepares the text for processing.           | 
              
          
                  | 
            Connection::prepareQuery           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Connection.php           | 
                  
            Prepares a query string and returns the prepared statement.           | 
              
          
                  | 
            translation_node_prepare           | 
                  
            function           | 
                  
            drupal/core/modules/translation/translation.module           | 
                  
            Implements hook_node_prepare().           | 
              
          
                  | 
            Kernel::prepareContainer           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php           | 
                  
            Prepares the ContainerBuilder before it is compiled.           | 
              
          
                  | 
            image_field_prepare_view           | 
                  
            function           | 
                  
            drupal/core/modules/image/image.field.inc           | 
                  
            Implements hook_field_prepare_view().           | 
              
          
                  | 
            Connection::prepareQuery           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php           | 
                  
            Prepares a query string and returns the prepared statement.           | 
              
          
                  | 
            hook_entity_prepare_view           | 
                  
            function           | 
                  
            drupal/core/includes/entity.api.php           | 
                  
            Act on entities as they are being prepared for view.           | 
              
          
                  | 
            Request::prepareBasePath           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Prepares the base path.           | 
              
          
                  | 
            Request::preparePathInfo           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Prepares the path info.           | 
              
          
                  | 
            Select::prepareCountQuery           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Query/Select.php           | 
                  
            Prepares a count query from the current query object.           | 
              
          
                  | 
            StreamedResponse::prepare           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php           | 
                  
            Prepares the Response before it is sent to the client.           | 
              
          
                  | 
            field_attach_prepare_view           | 
                  
            function           | 
                  
            drupal/core/modules/field/field.attach.inc           | 
                  
            Prepares field data prior to display.           | 
              
          
                  | 
            DateTimePlus::prepareTime           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Component/Datetime/DateTimePlus.php           | 
                  
            Prepares the input time value.           | 
              
          
                  | 
            SelectExtender::isPrepared           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php           | 
                  
            Indicates if preExecute() has already been called on that object.           | 
              
          
                  | 
            MemoryBackend::prepareItem           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php           | 
                  
            Prepares a cached item.           | 
              
          
                  | 
            DateTimePlus::prepareArray           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Component/Datetime/DateTimePlus.php           | 
                  
            Creates a complete array from a possibly incomplete array of date parts.           | 
              
          
                  | 
            FieldInstance::prepareSave           | 
                  
            function           | 
                  
            drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php           | 
                  
            Prepares the instance definition for saving.           | 
              
          
                  | 
            FieldInfo::prepareInstance           | 
                  
            function           | 
                  
            drupal/core/modules/field/lib/Drupal/field/FieldInfo.php           | 
                  
            Prepares an instance definition for the current run-time context.           | 
              
          
                  | 
            FormatterBase::prepareView           | 
                  
            function           | 
                  
            drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterBase.php           | 
                  
            Allows formatters to load information for field values being displayed.           | 
              
          
                  | 
            LinkFormatter::prepareView           | 
                  
            function           | 
                  
            drupal/core/modules/link/lib/Drupal/link/Plugin/field/formatter/LinkFormatter.php           | 
                  
            Allows formatters to load information for field values being displayed.           | 
              
          
                  | 
            Request::prepareRequestUri           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
                       |