Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
FilterTest::testLimitExposedOperators function core/modules/views/tests/src/Functional/Plugin/FilterTest.php Tests the limit of the expose operator functionality.
FilterTest::testQueryCondition function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Tests query condition.
FilterTest::testRememberUserRoles function core/modules/views/tests/src/Functional/Plugin/FilterTest.php Tests that disabled user roles of the "Remember the last selection" functionality are removed on save.
FilterTest::viewsData function core/modules/views/tests/src/Functional/Plugin/FilterTest.php Returns the views data definition.
FilterTest::waitForOnlyContentRows function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php Waits for only content rows to be visible.
FilterTest::waitForVisibleElementCount function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php Waits for the specified number of items to be visible.
FilterTestAssets class core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestAssets.php Provides a test filter to attach assets.
FilterTestAssets.php file core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestAssets.php
FilterTestAssets::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestAssets.php Performs the filter processing.
FilterTestCacheContexts class core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheContexts.php Provides a test filter to associate cache contexts.
FilterTestCacheContexts.php file core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheContexts.php
FilterTestCacheContexts::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheContexts.php Performs the filter processing.
FilterTestCacheMerge class core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php Provides a test filter to merge with CacheableMetadata.
FilterTestCacheMerge.php file core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php
FilterTestCacheMerge::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php Performs the filter processing.
FilterTestCacheTags class core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheTags.php Provides a test filter to associate cache tags.
FilterTestCacheTags.php file core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheTags.php
FilterTestCacheTags::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheTags.php Performs the filter processing.
FilterTestFormatForm class core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php Shows a test form for testing the 'text_format' form element.
FilterTestFormatForm.php file core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php
FilterTestFormatForm::buildForm function core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php Form constructor.
FilterTestFormatForm::getFormId function core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php Returns a unique string identifying the form.
FilterTestFormatForm::submitForm function core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php Form submission handler.
FilterTestHooks class core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php Hook implementations for filter_test.
FilterTestHooks.php file core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php
FilterTestHooks::filterFormatDisable function core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php Implements hook_filter_format_disable().
FilterTestHooks::filterFormatInsert function core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php Implements hook_ENTITY_TYPE_insert().
FilterTestHooks::filterFormatUpdate function core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php Implements hook_ENTITY_TYPE_update().
FilterTestPlaceholders class core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php Provides a test filter to use placeholders.
FilterTestPlaceholders.php file core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php
FilterTestPlaceholders::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php Performs the filter processing.
FilterTestPlaceholders::renderDynamicThing function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php Render API callback: Builds a render array containing the dynamic thing.
FilterTestPlaceholders::renderStaticThing function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php Render API callback: Builds a render array.
FilterTestPlaceholders::trustedCallbacks function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php Lists the trusted callbacks provided by the implementing class.
FilterTestReplace class core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestReplace.php Provides a test filter to replace all content.
FilterTestReplace.php file core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestReplace.php
FilterTestReplace::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestReplace.php Performs the filter processing.
FilterTestRestrictTagsAndAttributes class core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php Provides a test filter to restrict HTML tags and attributes.
FilterTestRestrictTagsAndAttributes.php file core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php
FilterTestRestrictTagsAndAttributes::getHTMLRestrictions function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php Returns HTML allowed by this filter's configuration.
FilterTestRestrictTagsAndAttributes::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php Performs the filter processing.
FilterTestStatic class core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterTestStatic.php Provides a filter that returns the same static text.
FilterTestStatic.php file core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterTestStatic.php
FilterTestStatic::process function core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterTestStatic.php Performs the filter processing.
FilterThemeHooks class core/modules/filter/src/Hook/FilterThemeHooks.php Theme hooks for filter.
FilterThemeHooks.php file core/modules/filter/src/Hook/FilterThemeHooks.php
FilterThemeHooks::getFilterTips function core/modules/filter/src/Hook/FilterThemeHooks.php Retrieves the filter tips.
FilterThemeHooks::preprocessFilterGuidelines function core/modules/filter/src/Hook/FilterThemeHooks.php Prepares variables for text format guideline templates.
FilterThemeHooks::preprocessTextFormatWrapper function core/modules/filter/src/Hook/FilterThemeHooks.php Prepares variables for text format wrapper templates.
FilterThemeHooks::theme function core/modules/filter/src/Hook/FilterThemeHooks.php Implements hook_theme().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.