46 calls to Json::decode() in Zircon Profile 8
- AssertContentTrait::setRawContent in core/
modules/ simpletest/ src/ AssertContentTrait.php - Sets the raw content (e.g. HTML).
- AttachedAssetsTest::testSettings in core/
modules/ system/ src/ Tests/ Common/ AttachedAssetsTest.php - Tests JavaScript settings.
- BasicTest::testViewsWizardAndListing in core/
modules/ views/ src/ Tests/ Wizard/ BasicTest.php - CommentNewIndicatorTest::testCommentNewCommentsIndicator in core/
modules/ comment/ src/ Tests/ CommentNewIndicatorTest.php - Tests new comment marker.
- CommentRestExportTest::testCommentRestExport in core/
modules/ comment/ src/ Tests/ Views/ CommentRestExportTest.php - Test comment row.
- ConfigTranslationUiTest::testViewsTranslationUI in core/
modules/ config_translation/ src/ Tests/ ConfigTranslationUiTest.php - Tests the views translation interface.
- ContentTranslationContextualLinksTest::testContentTranslationContextualLinks in core/
modules/ content_translation/ src/ Tests/ ContentTranslationContextualLinksTest.php - Tests that a contextual link is available for translating a node.
- ContextualDynamicContextTest::testDifferentPermissions in core/
modules/ contextual/ src/ Tests/ ContextualDynamicContextTest.php - Tests contextual links with different permissions.
- contextual_contextual_links_view_alter in core/
modules/ contextual/ contextual.module - Implements hook_contextual_links_view_alter().
- CreateTest::assertCreateEntityInvalidSerialized in core/
modules/ rest/ src/ Tests/ CreateTest.php - Send an invalid UUID to trigger the entity validation.
- DbLogResourceTest::testWatchdog in core/
modules/ dblog/ src/ Tests/ Rest/ DbLogResourceTest.php - Writes a log messages and retrieves it via the REST API.
- DisplayBlockTest::testBlockContextualLinks in core/
modules/ block/ src/ Tests/ Views/ DisplayBlockTest.php - Tests the contextual links on a Views block.
- DisplayTest::testPageContextualLinks in core/
modules/ views_ui/ src/ Tests/ DisplayTest.php - Tests contextual links on Views page displays.
- EditorSecurityTest::testSwitchingSecurity in core/
modules/ editor/ src/ Tests/ EditorSecurityTest.php - Tests administrator security: is the user safe when switching text formats?
- ElementsVerticalTabsTest::testDefaultTabCleaned in core/
modules/ system/ src/ Tests/ Form/ ElementsVerticalTabsTest.php - Ensures that vertical tab form values are cleaned.
- EmailTest::testFormEmail in core/
modules/ system/ src/ Tests/ Form/ EmailTest.php - Tests that #type 'email' fields are properly validated.
- EntityAutocompleteTest::getAutocompleteResult in core/
modules/ system/ src/ Tests/ Entity/ EntityAutocompleteTest.php - Returns the result of an Entity reference autocomplete request.
- FormTest::testCheckboxProcessing in core/
modules/ system/ src/ Tests/ Form/ FormTest.php - Test default value handling for checkboxes.
- FormTest::testDisabledElements in core/
modules/ system/ src/ Tests/ Form/ FormTest.php - Test handling of disabled elements.
- FormTest::testSelect in core/
modules/ system/ src/ Tests/ Form/ FormTest.php - Tests validation of #type 'select' elements.
- HistoryTest::testHistory in core/
modules/ history/ src/ Tests/ HistoryTest.php - Verifies that the history endpoints work.
- JsonTest::testReversibility in core/
tests/ Drupal/ Tests/ Component/ Serialization/ JsonTest.php - Tests converting PHP variables to JSON strings and back.
- JsonTest::testStructuredReversibility in core/
tests/ Drupal/ Tests/ Component/ Serialization/ JsonTest.php - Test the reversibility of structured data
- LanguageSelectElementTest::testHiddenLanguageSelectElement in core/
modules/ system/ src/ Tests/ Form/ LanguageSelectElementTest.php - Tests the case when the language select elements should not be printed.
- MenuTest::testBlockContextualLinks in core/
modules/ menu_ui/ src/ Tests/ MenuTest.php - Tests the contextual links on a menu block.
- NodeContextualLinksTest::testNodeContextualLinks in core/
modules/ node/ src/ Tests/ Views/ NodeContextualLinksTest.php - Tests contextual links.
- PreviewTest::clickPreviewLinkAJAX in core/
modules/ views_ui/ src/ Tests/ PreviewTest.php - Mimic clicking on a preview link.
- QuickEditAutocompleteTermTest::testAutocompleteQuickEdit in core/
modules/ quickedit/ src/ Tests/ QuickEditAutocompleteTermTest.php - Tests Quick Edit autocomplete term behavior.
- QuickEditIntegrationLoadingTest::testUserWithPermission in core/
modules/ editor/ src/ Tests/ QuickEditIntegrationLoadingTest.php - Test loading of untransformed text when a user does have access to it.
- QuickEditLoadingTest::testConcurrentEdit in core/
modules/ quickedit/ src/ Tests/ QuickEditLoadingTest.php - Tests Quick Edit on a node that was concurrently edited on the full node form.
- QuickEditLoadingTest::testCustomPipeline in core/
modules/ quickedit/ src/ Tests/ QuickEditLoadingTest.php - Tests that Quick Edit works with custom render pipelines.
- QuickEditLoadingTest::testImageField in core/
modules/ quickedit/ src/ Tests/ QuickEditLoadingTest.php - Tests that Quick Edit can handle an image field.
- QuickEditLoadingTest::testTitleBaseField in core/
modules/ quickedit/ src/ Tests/ QuickEditLoadingTest.php - Tests the loading of Quick Edit for the title base field.
- QuickEditLoadingTest::testUserWithPermission in core/
modules/ quickedit/ src/ Tests/ QuickEditLoadingTest.php - Tests the loading of Quick Edit when a user does have access to it.
- ReadTest::testRead in core/
modules/ rest/ src/ Tests/ ReadTest.php - Tests several valid and invalid read requests on all entity types.
- RenderWebTest::testWrapperFormatCacheContext in core/
modules/ system/ src/ Tests/ Common/ RenderWebTest.php - Asserts the cache context for the wrapper format is always present.
- ResponseTest::testFormResponse in core/
modules/ system/ src/ Tests/ Form/ ResponseTest.php - Tests that enforced responses propagate through subscribers and middleware.
- StateValuesCleanTest::testFormStateValuesClean in core/
modules/ system/ src/ Tests/ Form/ StateValuesCleanTest.php - Tests \Drupal\Core\Form\FormState::cleanValues().
- ThemeTest::testThemeOnNonHtmlRequest in core/
modules/ system/ src/ Tests/ Theme/ ThemeTest.php - Ensures that non-HTML requests never initialize themes.
- UpdateTest::testPatchUpdate in core/
modules/ rest/ src/ Tests/ UpdateTest.php - Tests several valid and invalid partial update requests on test entities.
- UpdateTest::testUpdateUser in core/
modules/ rest/ src/ Tests/ UpdateTest.php - Tests several valid and invalid update requests for the 'user' entity type.
- UrlTest::testFormUrl in core/
modules/ system/ src/ Tests/ Form/ UrlTest.php - Tests that #type 'url' fields are properly validated and trimmed.
- ViewAjaxTest::testAjaxView in core/
modules/ views/ src/ Tests/ ViewAjaxTest.php - Tests an ajax view.
- WebTestBase::drupalGetAjax in core/
modules/ simpletest/ src/ WebTestBase.php - Requests a path or URL in drupal_ajax format and JSON-decodes the response.
- WebTestBase::drupalGetJSON in core/
modules/ simpletest/ src/ WebTestBase.php - Retrieves a Drupal path or an absolute path and JSON decodes the result.
- WebTestBase::drupalPostAjaxForm in core/
modules/ simpletest/ src/ WebTestBase.php - Executes an Ajax form submission.