| 
            BreakpointGroup::$sourceType           | 
                  
            property           | 
                  
            drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php           | 
                  
            The breakpoint group source type.           | 
              
          
                  | 
            search_extra_type_conditions           | 
                  
            function           | 
                  
            drupal/core/modules/search/tests/modules/search_extra_type/search_extra_type.module           | 
                  
            Test conditions callback for hook_search_info().           | 
              
          
                  | 
            TypedDataInterface::getValue           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php           | 
                  
            Gets the data value.           | 
              
          
                  | 
            TypedDataInterface::setValue           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php           | 
                  
            Sets the data value.           | 
              
          
                  | 
            InOperator::$value_form_type           | 
                  
            property           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php           | 
                  
                       | 
              
          
                  | 
            TypedDataInterface::validate           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php           | 
                  
            Validates the currently set data value.           | 
              
          
                  | 
            MimeTypeExtensionGuesser.php           | 
                  
            file           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php           | 
                  
                       | 
              
          
                  | 
            AnnotationWithVarType::$bool           | 
                  
            property           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithVarType.php           | 
                  
                       | 
              
          
                  | 
            FieldTypeTest::testFieldType           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/Node/FieldTypeTest.php           | 
                  
                       | 
              
          
                  | 
            MimeTypeGuesserInterface.php           | 
                  
            file           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php           | 
                  
                       | 
              
          
                  | 
            drupal_detect_database_types           | 
                  
            function           | 
                  
            drupal/core/includes/install.inc           | 
                  
            Detects all supported databases that are compiled into PHP.           | 
              
          
                  | 
            MimeTypeGuesser::getInstance           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php           | 
                  
            Returns the singleton instance           | 
              
          
                  | 
            MimeTypeGuesser::__construct           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php           | 
                  
            Registers all natively provided mime type guessers           | 
              
          
                  | 
            field_ui_widget_type_options           | 
                  
            function           | 
                  
            drupal/core/modules/field_ui/field_ui.admin.inc           | 
                  
            Returns an array of widget type options for a field type.           | 
              
          
                  | 
            MimeTypeMatcherTest::getInfo           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php           | 
                  
                       | 
              
          
                  | 
            form_type_image_button_value           | 
                  
            function           | 
                  
            drupal/core/includes/form.inc           | 
                  
            Determines the value for an image button form element.           | 
              
          
                  | 
            TypedDataTest::testGetAndSet           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php           | 
                  
            Tests the basics around constructing and working with data wrappers.           | 
              
          
                  | 
            CompositeExpression::TYPE_AND           | 
                  
            constant           | 
                  
            drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php           | 
                  
                       | 
              
          
                  | 
            Breakpoint::SOURCE_TYPE_THEME           | 
                  
            constant           | 
                  
            drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/Breakpoint.php           | 
                  
            Denotes that a breakpoint or breakpoint group is defined by a theme.           | 
              
          
                  | 
            file_default_mimetype_mapping           | 
                  
            function           | 
                  
            drupal/core/includes/file.mimetypes.inc           | 
                  
            Default MIME extension mapping.           | 
              
          
                  | 
            search_extra_type_search_info           | 
                  
            function           | 
                  
            drupal/core/modules/search/tests/modules/search_extra_type/search_extra_type.module           | 
                  
            Implements hook_search_info().           | 
              
          
                  | 
            search_extra_type_search_page           | 
                  
            function           | 
                  
            drupal/core/modules/search/tests/modules/search_extra_type/search_extra_type.module           | 
                  
            Implements hook_search_page().           | 
              
          
                  | 
            TypedDataInterface::getString           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php           | 
                  
            Returns a string representation of the data.           | 
              
          
                  | 
            TypedDataManager::__construct           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php           | 
                  
                       | 
              
          
                  | 
            CrudTest::testUpdateFieldType           | 
                  
            function           | 
                  
            drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php           | 
                  
                       | 
              
          
                  | 
            AnnotationWithVarType::$mixed           | 
                  
            property           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithVarType.php           | 
                  
                       | 
              
          
                  | 
            AnnotationWithVarType::$float           | 
                  
            property           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithVarType.php           | 
                  
                       | 
              
          
                  | 
            FileBinaryMimeTypeGuesser.php           | 
                  
            file           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php           | 
                  
                       | 
              
          
                  | 
            AnnotationWithVarType::$array           | 
                  
            property           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithVarType.php           | 
                  
                       | 
              
          
                  | 
            ClassMetadata::getTypeOfField           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php           | 
                  
            Returns a type name of this field.           | 
              
          
                  | 
            QueryInterface::getEntityType           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php           | 
                  
            Gets the entity type for this query.           | 
              
          
                  | 
            FieldPluginBase::element_type           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php           | 
                  
            Return an HTML element based upon the field's element type.           | 
              
          
                  | 
            Breakpoint::SOURCE_TYPE_MODULE           | 
                  
            constant           | 
                  
            drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/Breakpoint.php           | 
                  
            Denotes that a breakpoint or breakpoint group is defined by a module.           | 
              
          
                  | 
            WizardPluginBase::$entity_type           | 
                  
            property           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php           | 
                  
            The entity type connected with the wizard.           | 
              
          
                  | 
            hook_language_types_info_alter           | 
                  
            function           | 
                  
            drupal/core/modules/system/language.api.php           | 
                  
            Perform alterations on language types.           | 
              
          
                  | 
            menu_form_node_type_form_alter           | 
                  
            function           | 
                  
            drupal/core/modules/menu/menu.module           | 
                  
            Implements hook_form_FORM_ID_alter().           | 
              
          
                  | 
            ClassWithAnnotationWithVarType           | 
                  
            class           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithVarType.php           | 
                  
                       | 
              
          
                  | 
            AnnotationWithVarType::$string           | 
                  
            property           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithVarType.php           | 
                  
                       | 
              
          
                  | 
            StreamInterface::getStreamType           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php           | 
                  
            Get a label describing the underlying implementation of the stream           | 
              
          
                  | 
            FileinfoMimeTypeGuesser::guess           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php           | 
                  
            Guesses the mime type of the file with the given path.           | 
              
          
                  | 
            DisplayBase::getAllRegionTypes           | 
                  
            function           | 
                  
            drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayBase.php           | 
                  
            Implements DisplayInterface::getAllRegionTypes().           | 
              
          
                  | 
            MimeTypeMatcherTest::$fixtures           | 
                  
            property           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php           | 
                  
            A collection of shared fixture data for tests.           | 
              
          
                  | 
            views.view.test_field_type.yml           | 
                  
            file           | 
                  
            drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_field_type.yml           | 
                  
            drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_field_type.yml           | 
              
          
                  | 
            AnnotationException::typeError           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationException.php           | 
                  
            Creates a new AnnotationException describing an type error of an attribute.           | 
              
          
                  | 
            ViewExecutable::getPluginTypes           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php           | 
                  
            Returns the valid types of plugins that can be used.           | 
              
          
                  | 
            PassConfig::TYPE_AFTER_REMOVING           | 
                  
            constant           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/PassConfig.php           | 
                  
                       | 
              
          
                  | 
            node_type_delete_confirm_submit           | 
                  
            function           | 
                  
            drupal/core/modules/node/content_types.inc           | 
                  
            Form submission handler for node_type_delete_confirm().           | 
              
          
                  | 
            AnnotationWithVarType::$boolean           | 
                  
            property           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithVarType.php           | 
                  
                       | 
              
          
                  | 
            AnnotationWithVarType::$integer           | 
                  
            property           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithVarType.php           | 
                  
                       | 
              
          
                  | 
            MimeTypeExtensionGuesser::guess           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php           | 
                  
            Makes a best guess for a file extension, given a mime type           |