You are here

179 calls to SafeMarkup::format() in Zircon Profile 8.0

AccessDeniedTest::testAccessDenied in core/modules/system/src/Tests/System/AccessDeniedTest.php
AggregatorRenderingTest::testFeedPage in core/modules/aggregator/src/Tests/AggregatorRenderingTest.php
Creates a feed and checks that feed's page.
AssertContentTrait::assertFieldById in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a field exists with the given ID and value.
AssertContentTrait::assertFieldByName in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a field exists with the given name and value.
AssertContentTrait::assertFieldChecked in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a checkbox field in the current page is checked.
AssertContentTrait::assertLinkByHref in core/modules/simpletest/src/AssertContentTrait.php
Passes if a link containing a given href (part) is found.
AssertContentTrait::assertNoDuplicateIds in core/modules/simpletest/src/AssertContentTrait.php
Asserts that each HTML ID is used for just a single element.
AssertContentTrait::assertNoFieldById in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a field does not exist with the given ID and value.
AssertContentTrait::assertNoFieldByName in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a field does not exist with the given name and value.
AssertContentTrait::assertNoFieldChecked in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a checkbox field in the current page is not checked.
AssertContentTrait::assertNoLink in core/modules/simpletest/src/AssertContentTrait.php
Passes if a link with the specified label is not found.
AssertContentTrait::assertNoLinkByHref in core/modules/simpletest/src/AssertContentTrait.php
Passes if a link containing a given href (part) is not found.
AssertContentTrait::assertNoLinkByHrefInMainRegion in core/modules/simpletest/src/AssertContentTrait.php
Passes if a link containing a given href is not found in the main region.
AssertContentTrait::assertNoOption in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a select option in the current page does not exist.
AssertContentTrait::assertNoOptionSelected in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a select option in the current page is not checked.
AssertContentTrait::assertNoPattern in core/modules/simpletest/src/AssertContentTrait.php
Triggers a pass if the perl regex pattern is not found in raw content.
AssertContentTrait::assertNoTitle in core/modules/simpletest/src/AssertContentTrait.php
Pass if the page title is not the given string.
AssertContentTrait::assertOption in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a select option in the current page exists.
AssertContentTrait::assertOptionSelected in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a select option in the current page is checked.
AssertContentTrait::assertOptionSelectedWithDrupalSelector in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a select option in the current page is checked.
AssertContentTrait::assertOptionWithDrupalSelector in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a select option in the current page exists.
AssertContentTrait::assertPattern in core/modules/simpletest/src/AssertContentTrait.php
Triggers a pass if the Perl regex pattern is found in the raw content.
AssertContentTrait::assertTextHelper in core/modules/simpletest/src/AssertContentTrait.php
Helper for assertText and assertNoText.
AssertContentTrait::assertTextPattern in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a Perl regex pattern is found in the plain-text content.
AssertContentTrait::assertTitle in core/modules/simpletest/src/AssertContentTrait.php
Pass if the page title is the given string.
AssertContentTrait::parse in core/modules/simpletest/src/AssertContentTrait.php
Parse content returned from curlExec using DOM and SimpleXML.
BanMiddleware::handle in core/modules/ban/src/BanMiddleware.php
Handles a Request to convert it to a Response.
BasicAuth::challengeException in core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php
Constructs an exception which is used to generate the challenge.
BasicAuthTest::testBasicAuth in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Test http basic authentication.
BasicTest::testWizardDefaultValues in core/modules/views/src/Tests/Wizard/BasicTest.php
Tests default plugin values are populated from the wizard form.
BlockContentTestBase::createBlockContent in core/modules/block_content/src/Tests/Views/BlockContentTestBase.php
Creates a custom block.
BlockContentTestBase::createBlockContentType in core/modules/block_content/src/Tests/Views/BlockContentTestBase.php
Creates a custom block type (bundle).
BookTest::checkBookNode in core/modules/book/src/Tests/BookTest.php
Checks the outline of sub-pages; previous, up, and next.
BooleanFormatterSettingsTest::testBooleanFormatterSettings in core/modules/field/src/Tests/Boolean/BooleanFormatterSettingsTest.php
Tests the formatter settings page for the Boolean formatter.
BrokenHandlerTrait::buildOptionsForm in core/modules/views/src/Plugin/views/BrokenHandlerTrait.php
Provides a form to edit options for this plugin.
BrowserTestBase::checkPermissions in core/modules/simpletest/src/BrowserTestBase.php
Checks whether a given list of permission names is valid.
BrowserTestBase::drupalCreateRole in core/modules/simpletest/src/BrowserTestBase.php
Creates a role with specified permissions.
BrowserTestBase::drupalCreateUser in core/modules/simpletest/src/BrowserTestBase.php
Creates a user with a given set of permissions.
BrowserTestBase::drupalLogin in core/modules/simpletest/src/BrowserTestBase.php
Logs in a user using the Mink controlled browser.
BrowserTestBase::installDrupal in core/modules/simpletest/src/BrowserTestBase.php
Installs Drupal into the Simpletest site.
BulkFormAccessTest::testNodeEditAccess in core/modules/node/src/Tests/Views/BulkFormAccessTest.php
Tests if nodes that may not be edited, can not be edited in bulk.
BulkFormAccessTest::testUserEditAccess in core/modules/user/src/Tests/Views/BulkFormAccessTest.php
Tests if users that may not be edited, can not be edited in bulk.
BulkFormTest::setUp in core/modules/node/src/Tests/Views/BulkFormTest.php
Sets up a Drupal site for running functional and integration tests.
CommentBlockTest::testRecentCommentBlock in core/modules/comment/src/Tests/CommentBlockTest.php
Tests the recent comments block.
CommentFieldAccessTest::testAccessToAdministrativeFields in core/modules/comment/src/Tests/CommentFieldAccessTest.php
Test permissions on comment fields.
CommentPagerTest::clickLinkWithXPath in core/modules/comment/src/Tests/CommentPagerTest.php
Follows a link found at a give xpath query.
ConfigCRUDTest::testDataTypes in core/modules/config/src/Tests/ConfigCRUDTest.php
Tests data type handling.
ConfigEntityTest::testCRUD in core/modules/config/src/Tests/ConfigEntityTest.php
Tests CRUD operations.
ConfigImporterTest::testSecondaryUpdateDeletedDeleterFirst in core/modules/config/src/Tests/ConfigImporterTest.php
Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryWritePrimaryFirst in core/modules/config/src/Tests/ConfigImporterTest.php
Tests that secondary writes are overwritten.
ConfigImportRenameValidationTest::testRenameSimpleConfigValidation in core/modules/config/src/Tests/ConfigImportRenameValidationTest.php
Tests configuration renaming validation for simple configuration.
ConfigImportRenameValidationTest::testRenameValidation in core/modules/config/src/Tests/ConfigImportRenameValidationTest.php
Tests configuration renaming validation.
ConfigImportUITest::testImportErrorLog in core/modules/config/src/Tests/ConfigImportUITest.php
Tests an import that results in an error.
ConfigSchemaChecker::onConfigSave in core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php
Checks that configuration complies with its schema on config save.
ConfigTranslationUiTest::assertDisabledTextarea in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Asserts that a textarea with a given ID has been disabled from editing.
ConfirmFormTest::assertCancelLinkUrl in core/modules/system/src/Tests/Form/ConfirmFormTest.php
Asserts that a cancel link is present pointing to the provided URL.
ContactPersonalTest::testSendPersonalContactMessage in core/modules/contact/src/Tests/ContactPersonalTest.php
Tests that mails for contact messages are correctly sent.
ContentEntityBase::onChange in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Reacts to changes to a field.
ContentTranslationUITestBase::doTestBasicTranslation in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationWorkflowsTest::doTestWorkflows in core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php
Checks that workflows have the expected behaviors for the given user.
ContextualLinksPlaceholder::preRenderPlaceholder in core/modules/contextual/src/Element/ContextualLinksPlaceholder.php
Pre-render callback: Renders a contextual links placeholder into #markup.
CurrentThemeConditionTest::testCurrentTheme in core/modules/system/src/Tests/Condition/CurrentThemeConditionTest.php
Tests the current theme condition.
CustomBooleanTest::testCustomOption in core/modules/views_ui/src/Tests/CustomBooleanTest.php
Tests the setting and output of custom labels for boolean values.
CustomBooleanTest::testCustomOptionTemplate in core/modules/views_ui/src/Tests/CustomBooleanTest.php
Tests the setting and output of custom labels for boolean values.
DateTimeFieldTest::testDateField in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests date field functionality.
DateTimeFieldTest::testDatetimeField in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests date and time field.
DateTimeTimeAgoFormatter::formatDate in core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeTimeAgoFormatter.php
Formats a date/time as a time interval.
DbDumpTest::testScriptLoad in core/modules/system/src/Tests/Update/DbDumpTest.php
Test loading the script back into the database.
DblogMessage::render in core/modules/dblog/src/Plugin/views/field/DblogMessage.php
Renders the field.
DefaultExceptionSubscriber::onHtml in core/lib/Drupal/Core/EventSubscriber/DefaultExceptionSubscriber.php
Handles any exception as a generic error page for HTML.
DefaultMobileMetaTagsTest::testDefaultMetaTagsExist in core/modules/system/src/Tests/System/DefaultMobileMetaTagsTest.php
Verifies that the default mobile meta tags are added.
DefaultMobileMetaTagsTest::testRemovingDefaultMetaTags in core/modules/system/src/Tests/System/DefaultMobileMetaTagsTest.php
Verifies that the default mobile meta tags can be removed.
DisplayPluginBase::optionLink in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Returns a link to a section of a form.
DisplayTest::testDisplayAreas in core/modules/views_ui/src/Tests/DisplayTest.php
Tests display areas.
drupal_get_filename in core/includes/bootstrap.inc
Returns and optionally sets the filename for a system resource.
Element::children in core/lib/Drupal/Core/Render/Element.php
Identifies the children of an element array, optionally sorted by weight.
ElementsVerticalTabsTest::testDefaultTabCleaned in core/modules/system/src/Tests/Form/ElementsVerticalTabsTest.php
Ensures that vertical tab form values are cleaned.
EntityFieldDefaultValueTest::assertDefaultValues in core/modules/system/src/Tests/Entity/EntityFieldDefaultValueTest.php
Executes a test set for a defined entity type.
EntityReferenceIntegrationTest::testSupportedEntityTypesAndWidgets in core/modules/field/src/Tests/EntityReference/EntityReferenceIntegrationTest.php
Tests the entity reference field with all its supported field widgets.
EntitySchemaTest::testEntitySchemaUpdate in core/modules/system/src/Tests/Entity/EntitySchemaTest.php
Tests that entity schema responds to changes in the entity type definition.
EntitySerializationTest::testDenormalize in core/modules/serialization/src/Tests/EntitySerializationTest.php
Tests denormalization of an entity.
EntityTranslationTest::testEntityAdapter in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Tests how entity adapters work with translations.
Error::renderExceptionSafe in core/lib/Drupal/Core/Utility/Error.php
Renders an exception error message without further exceptions.
FieldImportDeleteTest::testImportDelete in core/modules/field/src/Tests/FieldImportDeleteTest.php
Tests deleting field storages and fields as part of config import.
FieldTypePluginManagerTest::testCreateInstance in core/modules/field/src/Tests/FieldTypePluginManagerTest.php
Tests creation of field item instances.
FieldTypePluginManagerTest::testCreateInstanceWithConfig in core/modules/field/src/Tests/FieldTypePluginManagerTest.php
Tests creation of field item instances.
FieldWidgetConstraintValidatorTest::testValidationWithCompositeConstraint in core/modules/system/src/Tests/Entity/FieldWidgetConstraintValidatorTest.php
Tests widget constraint validation with composite constraints.
FilePrivateTest::testPrivateFile in core/modules/file/src/Tests/FilePrivateTest.php
Tests file access for file uploaded to a private node.
FilterFormTest::assertDisabledTextarea in core/modules/filter/src/Tests/FilterFormTest.php
Asserts that a textarea with a given ID has been disabled from editing.
FilterFormTest::assertEnabledTextarea in core/modules/filter/src/Tests/FilterFormTest.php
Asserts that a textarea with a given ID exists and is not disabled.
FilterFormTest::assertNoSelect in core/modules/filter/src/Tests/FilterFormTest.php
Makes sure that no select element with the given ID exists on the page.
FilterFormTest::assertOptions in core/modules/filter/src/Tests/FilterFormTest.php
Asserts that a select element has the correct options.
FilterFormTest::assertRequiredSelectAndOptions in core/modules/filter/src/Tests/FilterFormTest.php
Asserts that there is a select element with the given ID that is required.
format_string in core/includes/bootstrap.inc
Formats a string for HTML display by replacing variable placeholders.
FormTest::testDisabledElements in core/modules/system/src/Tests/Form/FormTest.php
Test handling of disabled elements.
FrontPageTest::testDrupalFrontPage in core/modules/system/src/Tests/System/FrontPageTest.php
Test front page functionality.
FunctionsTest::testLinks in core/modules/system/src/Tests/Theme/FunctionsTest.php
Tests links.html.twig.
HandlerTest::testBrokenHandlers in core/modules/views_ui/src/Tests/HandlerTest.php
Tests broken handlers.
HtaccessUnitTest::assertFilePermissions in core/modules/system/src/Tests/File/HtaccessUnitTest.php
Asserts expected file permissions for a given file.
ImageAdminStylesTest::testStyle in core/modules/image/src/Tests/ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
ImageToolkitOperationManager::getToolkitOperationPluginId in core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php
Returns the plugin ID for a given toolkit and operation.
KernelTestBase::installEntitySchema in core/tests/Drupal/KernelTests/KernelTestBase.php
Installs the storage schema for a specific entity type.
KernelTestBase::installEntitySchema in core/modules/simpletest/src/KernelTestBase.php
Installs the storage schema for a specific entity type.
LinksTest::assertMenuLinkParents in core/modules/menu_link_content/src/Tests/LinksTest.php
Assert that at set of links is properly parented.
LocaleJavascriptTranslationTest::testFileParsing in core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php
LocaleTranslationUiTest::testJavaScriptTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
LocaleUpdateBase::addLanguage in core/modules/locale/src/Tests/LocaleUpdateBase.php
Adds a language.
LocaleUpdateInterfaceTest::testInterface in core/modules/locale/src/Tests/LocaleUpdateInterfaceTest.php
Tests the user interfaces of the interface translation update system.
MaintenanceModeSubscriber::onKernelRequestMaintenance in core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
Returns the site maintenance page if the site is offline.
ManageFieldsTest::testHiddenFields in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that Field UI respects the 'no_ui' flag in the field type definition.
MenuTest::testMenus in core/modules/views/src/Tests/Wizard/MenuTest.php
Tests the menu functionality.
MigrateDependenciesTest::testAggregatorMigrateDependencies in core/modules/migrate_drupal/src/Tests/dependencies/MigrateDependenciesTest.php
Tests dependencies on the migration of aggregator feeds & items.
ModuleTest::testViewsPluginList in core/modules/views/src/Tests/ModuleTest.php
Tests the \Drupal\views\Views::pluginList() method.
NodeFieldAccessTest::testAccessToAdministrativeFields in core/modules/node/src/Tests/NodeFieldAccessTest.php
Test permissions on nodes status field.
PageCacheTagsTestBase::verifyPageCache in core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php
Verify that when loading a given page, it's a page cache hit or miss.
PageNotFoundTest::testPageNotFound in core/modules/system/src/Tests/System/PageNotFoundTest.php
PlainTextOutputTest::testRenderFromHtml in core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php
Tests ::renderFromHtml().
PluralVariants::getSourceElement in core/modules/config_translation/src/FormElement/PluralVariants.php
Returns the source element for a given configuration definition.
PluralVariants::getTranslationElement in core/modules/config_translation/src/FormElement/PluralVariants.php
Returns the translation form element for a given configuration definition.
PoStreamReader::readLine in core/lib/Drupal/Component/Gettext/PoStreamReader.php
Reads a line from the PO stream and stores data internally.
PreExistingConfigException::create in core/lib/Drupal/Core/Config/PreExistingConfigException.php
Creates an exception for an extension and a list of configuration objects.
Rearrange::buildForm in core/modules/views_ui/src/Form/Ajax/Rearrange.php
Form constructor.
ReorderDisplays::buildForm in core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php
Form constructor.
SafeMarkupKernelTest::testSafeMarkupUri in core/tests/Drupal/KernelTests/Component/Utility/SafeMarkupKernelTest.php
Tests URL ":placeholders" in SafeMarkup::format().
SafeMarkupKernelTest::testSafeMarkupUriWithExceptionUri in core/tests/Drupal/KernelTests/Component/Utility/SafeMarkupKernelTest.php
@dataProvider providerTestSafeMarkupUriWithException @expectedException \InvalidArgumentException
SafeMarkupTest::testFormat in core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php
Tests string formatting with SafeMarkup::format().
SchemaCheckTestTrait::assertConfigSchema in core/modules/config/src/Tests/SchemaCheckTestTrait.php
Asserts the TypedConfigManager has a valid schema for the configuration.
SearchExtraTypeSearch::execute in core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php
Execute the search.
SearchIntegrationTest::assertOneLink in core/modules/views/src/Tests/SearchIntegrationTest.php
Asserts that exactly one link exists with the given text.
SearchTestBase::submitGetForm in core/modules/search/src/Tests/SearchTestBase.php
Simulates submission of a form using GET instead of POST.
SessionTestForm::submitForm in core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php
Form submission handler.
SettingsForm::__construct in core/modules/aggregator/src/Form/SettingsForm.php
Constructs a \Drupal\aggregator\SettingsForm object.
ShortcutLinksTest::testShortcutLinkAdd in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that creating a shortcut works properly.
shortcut_preprocess_page_title in core/modules/shortcut/shortcut.module
Implements hook_preprocess_HOOK() for page title templates.
SortDateTest::testDateOrdering in core/modules/views/src/Tests/Handler/SortDateTest.php
Tests numeric ordering of the result set.
StateValuesCleanTest::testFormStateValuesClean in core/modules/system/src/Tests/Form/StateValuesCleanTest.php
Tests \Drupal\Core\Form\FormState::cleanValues().
tablesort_header in core/includes/tablesort.inc
Formats a column header.
template_preprocess_menu_local_task in core/includes/menu.inc
Prepares variables for single local task link templates.
template_preprocess_views_ui_build_group_filter_form in core/modules/views_ui/views_ui.theme.inc
Prepares variables for Views UI build group filter form templates.
template_preprocess_views_ui_rearrange_filter_form in core/modules/views_ui/views_ui.theme.inc
Prepares variables for Views UI rearrange filter form templates.
TestBase::assertEqual in core/modules/simpletest/src/TestBase.php
Check to see if two values are equal.
TestBase::assertFalse in core/modules/simpletest/src/TestBase.php
Check to see if a value is false.
TestBase::assertIdentical in core/modules/simpletest/src/TestBase.php
Check to see if two values are identical.
TestBase::assertIdenticalObject in core/modules/simpletest/src/TestBase.php
Checks to see if two objects are identical.
TestBase::assertNotEqual in core/modules/simpletest/src/TestBase.php
Check to see if two values are not equal.
TestBase::assertNotIdentical in core/modules/simpletest/src/TestBase.php
Check to see if two values are not identical.
TestBase::assertNotNull in core/modules/simpletest/src/TestBase.php
Check to see if a value is not NULL.
TestBase::assertNull in core/modules/simpletest/src/TestBase.php
Check to see if a value is NULL.
TestBase::assertTrue in core/modules/simpletest/src/TestBase.php
Check to see if a value is not false.
TestBase::exceptionHandler in core/modules/simpletest/src/TestBase.php
Handle exceptions.
TestControllers::testDefaults in core/modules/system/tests/modules/menu_test/src/TestControllers.php
Prints out test data.
TestControllers::testSession in core/modules/system/tests/modules/menu_test/src/TestControllers.php
Prints out test data.
TimestampAgoFormatter::formatTimestamp in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php
Formats a timestamp.
TimestampFormatterTest::testTimestampAgoFormatter in core/modules/field/src/Tests/Timestamp/TimestampFormatterTest.php
Tests TimestampAgoFormatter.
ToolkitGdTest::testManipulations in core/modules/system/src/Tests/Image/ToolkitGdTest.php
Since PHP can't visually check that our images have been manipulated properly, build a list of expected color values for each of the corners and the expected height and widths for the final images.
ToolkitGdTest::testMissingOperation in core/modules/system/src/Tests/Image/ToolkitGdTest.php
Tests calling a missing image operation plugin.
ToolkitGdTest::testTransparentColorOutOfRange in core/modules/system/src/Tests/Image/ToolkitGdTest.php
Tests loading an image whose transparent color index is out of range.
ToolkitTestBase::assertToolkitOperationsCalled in core/modules/system/src/Tests/Image/ToolkitTestBase.php
Assert that all of the specified image toolkit operations were called exactly once once, other values result in failure.
UninstallTest::testUninstallPage in core/modules/system/src/Tests/Module/UninstallTest.php
Tests the Uninstall page and Uninstall confirmation page.
UnmetDependenciesException::create in core/lib/Drupal/Core/Config/UnmetDependenciesException.php
Creates an exception for an extension and a list of configuration objects.
UpdatePathTestBaseTest::testDatabaseLoaded in core/modules/system/src/Tests/Update/UpdatePathTestBaseTest.php
Tests that the database was properly loaded.
UserCreationTrait::checkPermissions in core/modules/simpletest/src/UserCreationTrait.php
Checks whether a given list of permission names is valid.
UserCreationTrait::createRole in core/modules/simpletest/src/UserCreationTrait.php
Creates a role with specified permissions.
UserCreationTrait::createUser in core/modules/simpletest/src/UserCreationTrait.php
Create a user with a given set of permissions.
UserRegistrationTest::testUniqueFields in core/modules/user/src/Tests/UserRegistrationTest.php
Tests username and email field constraints on user registration.
UserRoleConditionTest::testConditions in core/modules/user/src/Tests/Condition/UserRoleConditionTest.php
Test the user_role condition.
user_hooks_test_user_format_name_alter in core/modules/user/tests/modules/user_hooks_test/user_hooks_test.module
Implements hook_user_format_name_alter().
ViewEditForm::getFormBucket in core/modules/views_ui/src/ViewEditForm.php
Add information about a section to a display.
ViewsDataHelper::fetchFields in core/modules/views/src/ViewsDataHelper.php
Fetches a list of all fields available for a given base type.
ViewsIntegrationTest::testIntegration in core/modules/dblog/src/Tests/Views/ViewsIntegrationTest.php
Tests the integration.
WebTestBase::assertNoResponse in core/modules/simpletest/src/WebTestBase.php
Asserts the page did not return the specified response code.
WebTestBase::assertResponse in core/modules/simpletest/src/WebTestBase.php
Asserts the page responds with the specified response code.
WebTestBase::assertUrl in core/modules/simpletest/src/WebTestBase.php
Passes if the internal browser's URL matches the given path.
WebTestBase::clickLinkHelper in core/modules/simpletest/src/WebTestBase.php
Provides a helper for ::clickLink() and ::clickLinkPartialName().
WebTestBase::curlExec in core/modules/simpletest/src/WebTestBase.php
Initializes and executes a cURL request.
WebTestBase::drupalCreateContentType in core/modules/simpletest/src/WebTestBase.php
Creates a custom content type based on default settings.
WebTestBase::drupalPostForm in core/modules/simpletest/src/WebTestBase.php
Executes a form submission.
WebTestBase::installModulesFromClassProperty in core/modules/simpletest/src/WebTestBase.php
Install modules defined by `static::$modules`.
_drupal_log_error in core/includes/errors.inc
Logs a PHP error or exception and displays an error page in fatal cases.