116 string references to 't' in Drupal 10
- BasicSyntaxTest::testGetFullQualifiedTableName in core/
tests/ Drupal/ KernelTests/ Core/ Database/ BasicSyntaxTest.php - Tests \Drupal\Core\Database\Connection::getFullQualifiedTableName().
- BasicSyntaxTest::testLikeBackslash in core/
tests/ Drupal/ KernelTests/ Core/ Database/ BasicSyntaxTest.php - Tests a LIKE query containing a backslash.
- BasicSyntaxTest::testLikeEscape in core/
tests/ Drupal/ KernelTests/ Core/ Database/ BasicSyntaxTest.php - Tests escaping of LIKE wildcards.
- BulkDeleteTest::testDeleteField in core/
modules/ field/ tests/ src/ Kernel/ BulkDeleteTest.php - Verify that deleting a field leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and field definition.
- Bytes.php in core/
lib/ Drupal/ Component/ Utility/ Bytes.php - CommentType::query in core/
modules/ comment/ src/ Plugin/ migrate/ source/ CommentType.php - DatabaseTestController::pagerQueryEven in core/
modules/ system/ tests/ modules/ database_test/ src/ Controller/ DatabaseTestController.php - Runs a pager query and returns the results.
- DatabaseTestController::pagerQueryOdd in core/
modules/ system/ tests/ modules/ database_test/ src/ Controller/ DatabaseTestController.php - Runs a pager query and returns the results.
- DatabaseTestController::testTablesort in core/
modules/ system/ tests/ modules/ database_test/ src/ Controller/ DatabaseTestController.php - Runs a tablesort query and returns the results.
- DatabaseTestController::testTablesortFirst in core/
modules/ system/ tests/ modules/ database_test/ src/ Controller/ DatabaseTestController.php - Runs a tablesort query with a second order_by after and returns the results.
- DateHelper::days in core/
lib/ Drupal/ Core/ Datetime/ DateHelper.php - Constructs an array of days in a month.
- DateHelper::daysInMonth in core/
lib/ Drupal/ Core/ Datetime/ DateHelper.php - Identifies the number of days in a month for a date.
- DeleteTruncateTest::testSubselectDelete in core/
tests/ Drupal/ KernelTests/ Core/ Database/ DeleteTruncateTest.php - Confirms that we can use a subselect in a delete successfully.
- drupal6.php in core/
modules/ migrate_drupal/ tests/ fixtures/ drupal6.php - A database agnostic dump for testing purposes.
- drupal7.php in core/
modules/ tracker/ tests/ fixtures/ drupal7.php - A database agnostic dump for testing purposes.
- drupal7.php in core/
modules/ rdf/ tests/ fixtures/ drupal7.php - A database agnostic dump for testing purposes.
- drupal7.php in core/
modules/ migrate_drupal/ tests/ fixtures/ drupal7.php - A database agnostic dump for testing purposes.
- EntityDefinitionUpdateTest::testBaseFieldDeleteWithExistingData in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDefinitionUpdateTest.php - Tests deleting a base field when it has existing data.
- EntityDefinitionUpdateTest::testBundleFieldDeleteWithExistingData in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDefinitionUpdateTest.php - Tests deleting a bundle field when it has existing data.
- ExtensionMimeTypeGuesser.php in core/
lib/ Drupal/ Core/ File/ MimeType/ ExtensionMimeTypeGuesser.php - FieldableEntity::getFieldValues in core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ source/ d7/ FieldableEntity.php - Retrieves field values for a single field of a single entity.
- FieldDataCountTest::testEntityCountAndHasData in core/
modules/ field/ tests/ src/ Kernel/ FieldDataCountTest.php - Tests entityCount() and hadData() methods.
- FieldSqlStorageTest::testFieldWrite in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ FieldSqlStorageTest.php - Tests field saving works correctly by reading directly from the tables.
- FileAudioFormatterTest::testRender in core/
modules/ file/ tests/ src/ Functional/ Formatter/ FileAudioFormatterTest.php - @covers ::viewElements
- FileEntityFormatterTest::setUp in core/
modules/ file/ tests/ src/ Kernel/ Formatter/ FileEntityFormatterTest.php - FileVideoFormatterTest::testAttributes in core/
modules/ file/ tests/ src/ Functional/ Formatter/ FileVideoFormatterTest.php - Tests that the attributes added to the formatter are applied on render.
- FileVideoFormatterTest::testRender in core/
modules/ file/ tests/ src/ Functional/ Formatter/ FileVideoFormatterTest.php - @covers ::viewElements
- InlineBlockUsage::getUnused in core/
modules/ layout_builder/ src/ InlineBlockUsage.php - LanguageContentSettings::query in core/
modules/ language/ src/ Plugin/ migrate/ source/ d6/ LanguageContentSettings.php - LanguageContentSettings::query in core/
modules/ language/ src/ Plugin/ migrate/ source/ d7/ LanguageContentSettings.php - MediaSourceAudioVideoTest::testAudioTypeCreation in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceAudioVideoTest.php - Check the Audio source functionality.
- MediaSourceAudioVideoTest::testVideoTypeCreation in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceAudioVideoTest.php - Check the Video source functionality.
- MediaStandardProfileTest::audioTest in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaStandardProfileTest.php - Tests the standard profile configuration for media type 'audio'.
- MediaStandardProfileTest::videoTest in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaStandardProfileTest.php - Tests the standard profile configuration for media type 'video'.
- MenuLinkContentStorage::getMenuLinkIdsWithPendingRevisions in core/
modules/ menu_link_content/ src/ MenuLinkContentStorage.php - Gets a list of menu link IDs with pending revisions.
- MigrateSqlIdMapTest::getIdMapContents in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php - Retrieves the contents of an ID map.
- Node::getFieldData in core/
modules/ node/ src/ Plugin/ migrate/ source/ d6/ Node.php - Retrieves raw field data for a node.
- NodeType::query in core/
modules/ node/ src/ Plugin/ migrate/ source/ d6/ NodeType.php - NodeType::query in core/
modules/ node/ src/ Plugin/ migrate/ source/ d7/ NodeType.php - NumberFieldRdfaTest::testDecimalFormatterWithSettings in core/
modules/ rdf/ tests/ src/ Kernel/ Field/ NumberFieldRdfaTest.php - Tests the decimal formatter with settings.
- QueryTest::testConditionOperatorArgumentsSQLInjection in core/
tests/ Drupal/ KernelTests/ Core/ Database/ QueryTest.php - Tests SQL injection via condition operator.
- Random::word in core/
lib/ Drupal/ Component/ Utility/ Random.php - Generate a string that looks like a word (letters only, alternating consonants and vowels).
- Schema::queryFieldInformation in core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Schema.php - Fetches the list of constraints used on a field.
- SchemaTest::testDefaultAfterAlter in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SchemaTest.php - Tests default values after altering table.
- SearchQuery::prepareAndNormalize in core/
modules/ search/ src/ SearchQuery.php - Prepares the query and calculates the normalization factor.
- SelectCloneTest::testNestedQueryCloning in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectCloneTest.php - Tests that nested SELECT queries are cloned properly.
- SelectCloneTest::testSelectConditionSubQueryCloning in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectCloneTest.php - Tests that subqueries as value within conditions are cloned properly.
- SelectComplexTest::testDefaultJoin in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectComplexTest.php - Tests simple JOIN statements.
- SelectComplexTest::testGroupBy in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectComplexTest.php - Tests GROUP BY clauses.
- SelectComplexTest::testGroupByAndHaving in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectComplexTest.php - Tests GROUP BY and HAVING clauses together.
- SelectComplexTest::testJoinConditionObject in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectComplexTest.php - Tests that join conditions can use Condition objects.
- SelectComplexTest::testLeftOuterJoin in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectComplexTest.php - Tests LEFT OUTER joins.
- SelectionTest::testAutocompleteOutput in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ Views/ SelectionTest.php - Tests that the Views selection handles the views output properly.
- SelectPagerDefaultTest::testElementNumbers in core/
modules/ system/ tests/ src/ Functional/ Database/ SelectPagerDefaultTest.php - Confirms that every pager gets a valid, non-overlapping element ID.
- SelectPagerDefaultTest::testHavingPagerQuery in core/
modules/ system/ tests/ src/ Functional/ Database/ SelectPagerDefaultTest.php - Confirms that a paging query results with a having expression are valid.
- SelectPagerDefaultTest::testInnerPagerQuery in core/
modules/ system/ tests/ src/ Functional/ Database/ SelectPagerDefaultTest.php - Confirms that a pager query results with an inner pager query are valid.
- SelectProfileForm::buildForm in core/
lib/ Drupal/ Core/ Installer/ Form/ SelectProfileForm.php - Form constructor.
- SelectSubqueryTest::testConditionSubquerySelect2 in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectSubqueryTest.php - Tests that we can use a subquery with a relational operator in a WHERE clause.
- SelectSubqueryTest::testConditionSubquerySelect3 in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectSubqueryTest.php - Tests that we can use 2 subqueries with a relational operator in a WHERE clause.
- SelectSubqueryTest::testConditionSubquerySelect4 in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectSubqueryTest.php - Tests that we can use multiple subqueries.
- SelectSubqueryTest::testExistsSubquerySelect in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectSubqueryTest.php - Tests EXISTS subquery conditionals on SELECT statements.
- SelectSubqueryTest::testFromSubquerySelect in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectSubqueryTest.php - Tests that we can use a subquery in a FROM clause.
- SelectSubqueryTest::testFromSubquerySelectWithLimit in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectSubqueryTest.php - Tests that we can use a subquery in a FROM clause with a LIMIT.
- SelectSubqueryTest::testJoinSubquerySelect in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectSubqueryTest.php - Tests that we can use a subquery in a JOIN clause.
- SelectSubqueryTest::testNotExistsSubquerySelect in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectSubqueryTest.php - Tests NOT EXISTS subquery conditionals on SELECT statements.
- SelectTest::testEmptyInCondition in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectTest.php - Tests thrown exception for IN query conditions with an empty array.
- SelectTest::testInvalidSelectCount in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectTest.php - Tests that an invalid count query throws an exception.
- SelectTest::testRandomOrder in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectTest.php - Tests that random ordering of queries works.
- SelectTest::testRegularExpressionCondition in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectTest.php - Tests that filter by 'REGEXP' and 'NOT REGEXP' works as expected.
- SelectTest::testSelectDuplicateAlias in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectTest.php - Tests that aliases are renamed when they are duplicates.
- SelectTest::testUnion in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectTest.php - Tests that we can UNION multiple Select queries together.
- SelectTest::testUnionAll in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectTest.php - Tests that we can UNION ALL multiple SELECT queries together.
- SelectTest::testUnionCount in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectTest.php - Tests that we can get a count query for a UNION Select query.
- SelectTest::testUnionOrder in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectTest.php - Tests that we can UNION multiple Select queries together and set the ORDER.
- SelectTest::testUnionOrderLimit in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectTest.php - Tests that we can UNION multiple Select queries together with and a LIMIT.
- SqlContentEntityStorage::countFieldData in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorage.php - Determines the number of entities with values for a given field.
- SqlContentEntityStorage::loadFromDedicatedTables in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorage.php - Loads values of fields stored in dedicated tables for a group of entities.
- SqlContentEntityStorage::readFieldItemsToPurge in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorage.php - Reads values to be purged for a single field.
- SqlContentEntityStorageSchema::hasNullFieldPropertyData in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorageSchema.php - Checks whether a field property has NULL values.
- SqlFieldableEntityTypeListenerTrait::copyData in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlFieldableEntityTypeListenerTrait.php - Copies entity data from the original storage to the temporary one.
- StringDatabaseStorage::dbFieldTable in core/
modules/ locale/ src/ StringDatabaseStorage.php - Gets table alias for field.
- StringDatabaseStorage::dbStringSelect in core/
modules/ locale/ src/ StringDatabaseStorage.php - Builds a SELECT query with multiple conditions and fields.
- StringTranslationTraitTest::testT in core/
tests/ Drupal/ Tests/ Core/ StringTranslation/ StringTranslationTraitTest.php - @covers ::t
- TaxonomyQueryAlterTest::testTaxonomyQueryAlter in core/
modules/ taxonomy/ tests/ src/ Kernel/ TaxonomyQueryAlterTest.php - Tests that appropriate tags are added when querying the database.
- TermStorage::getTermIdsWithPendingRevisions in core/
modules/ taxonomy/ src/ TermStorage.php - Gets a list of term IDs with pending revisions.
- TermStorage::loadTree in core/
modules/ taxonomy/ src/ TermStorage.php - Finds all terms in a given vocabulary ID.
- TrackChangesTest::query in core/
modules/ migrate/ tests/ modules/ migrate_track_changes_test/ src/ Plugin/ migrate/ source/ TrackChangesTest.php - TrackerController::buildContent in core/
modules/ tracker/ src/ Controller/ TrackerController.php - Builds content for the tracker controllers.
- TwigExtension::getFilters in core/
lib/ Drupal/ Core/ Template/ TwigExtension.php - TwigNodeTrans::compile in core/
lib/ Drupal/ Core/ Template/ TwigNodeTrans.php - UpdateComplexTest::testSubSelectUpdate in core/
tests/ Drupal/ KernelTests/ Core/ Database/ UpdateComplexTest.php - Tests UPDATE with a subselect value.
- x01.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x01.php - x02.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x02.php - x03.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x03.php - x04.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x04.php - x05.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x05.php - x06.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x06.php - x07.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x07.php - x09.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x09.php - x0d.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x0d.php - x0e.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x0e.php - x0f.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x0f.php - x10.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x10.php - x11.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x11.php - x14.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x14.php - x16.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x16.php - x17.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x17.php - x18.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x18.php - x1d.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x1d.php - x1e.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x1e.php - x28.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x28.php - x31.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x31.php - x32.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ x32.php - xfb.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ xfb.php - xfe.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ xfe.php - xff.php in core/
lib/ Drupal/ Component/ Transliteration/ data/ xff.php