83 string references to 't' in Drupal 8
- 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.
- EntityViewsDataTest.php in core/
modules/ views/ tests/ src/ Unit/ EntityViewsDataTest.php - Contains \Drupal\Tests\views\Unit\EntityViewsDataTest.
- 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 - Gets unused inline block IDs.
- 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 - MachineNameTest.php in core/
tests/ Drupal/ Tests/ Core/ Render/ Element/ MachineNameTest.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 - Test the standard profile configuration for media type 'audio'.
- MediaStandardProfileTest::videoTest in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaStandardProfileTest.php - Test 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.
- 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/ d7/ NodeType.php - NumberFieldRdfaTest::testDecimalFormatterWithSettings in core/
modules/ rdf/ tests/ src/ Kernel/ Field/ NumberFieldRdfaTest.php - Tests the decimal formatter with settings.
- 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/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Schema.php - Fetches the list of constraints used on a field.
- 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 - Test 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 - Test 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.
- SelectProfileForm::buildForm in core/
lib/ Drupal/ Core/ Installer/ Form/ SelectProfileForm.php - Form constructor.
- SelectSubqueryTest::testConditionSubquerySelect2 in core/
tests/ Drupal/ KernelTests/ Core/ Database/ SelectSubqueryTest.php - Test 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 - Test 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 - Test 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::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.
- SqlContentEntityStorage::countFieldData in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorage.php - Determines the number of entities with values for a given field.
- SqlContentEntityStorage::readFieldItemsToPurge in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorage.php - Reads values to be purged for a single field.
- 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.
- TaxonomyTermUpdatePathTest::assertTermName in core/
modules/ taxonomy/ tests/ src/ Functional/ Update/ TaxonomyTermUpdatePathTest.php - Assert that a term name matches the expectation.
- 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 - 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 - Test 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