You are here

24 calls to Unicode::truncate() in Zircon Profile 8

BookManager::recurseTableOfContents in core/modules/book/src/BookManager.php
Recursively processes and formats book links for getTableOfContents().
CommentAdminOverview::buildForm in core/modules/comment/src/Form/CommentAdminOverview.php
Form constructor for the comment overview administration form.
CommentForm::buildEntity in core/modules/comment/src/CommentForm.php
Builds an updated entity object based upon the submitted form values.
DbLogController::overview in core/modules/dblog/src/Controller/DbLogController.php
Displays a listing of database log messages.
DbLogTest::assertLogMessage in core/modules/dblog/src/Tests/DbLogTest.php
Confirms that a log message appears on the database log overview screen.
DbLogTest::doUser in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies some user events.
DefaultProcessor::process in core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php
Processes feed data.
InOperator::adminSummary in core/modules/views/src/Plugin/views/filter/InOperator.php
Display the filter on the administrative summary
LinkFieldTest::testLinkFormatter in core/modules/link/src/Tests/LinkFieldTest.php
Tests the default 'link' formatter.
LinkFieldTest::testLinkSeparateFormatter in core/modules/link/src/Tests/LinkFieldTest.php
Tests the 'link_separate' formatter.
LinkFormatter::viewElements in core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php
Builds a renderable array for a field value.
LinkSeparateFormatter::viewElements in core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php
Builds a renderable array for a field value.
MenuParentFormSelector::parentSelectOptionsTreeWalk in core/lib/Drupal/Core/Menu/MenuParentFormSelector.php
Iterates over all items in the tree to prepare the parents select options.
PathController::adminOverview in core/modules/path/src/Controller/PathController.php
Displays the path administration overview page.
Schema::prepareComment in core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Prepare a table or column comment for database query.
SchemaTest::checkSchemaComment in core/modules/system/src/Tests/Database/SchemaTest.php
Checks that a table or column comment matches a given description.
SearchPageTextTest::testSearchText in core/modules/search/src/Tests/SearchPageTextTest.php
Tests the failed search text, and various other text on the search page.
SearchPluginBase::suggestedTitle in core/modules/search/src/Plugin/SearchPluginBase.php
Provides a suggested title for a page of search results.
search_excerpt in core/modules/search/search.module
Returns snippets from a piece of text, with search keywords highlighted.
template_preprocess_username in core/modules/user/user.module
Prepares variables for username templates.
text_summary in core/modules/text/text.module
Generates a trimmed, formatted version of a text field value.
UnicodeTest::testTruncate in core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php
Tests multibyte truncate.
_filter_url_trim in core/modules/filter/filter.module
Shortens long URLs to http://www.example.com/long/url
_search_index_truncate in core/modules/search/search.module
Helper function for array_walk in search_index_split.