Search for filter

  1. Search 7.x for filter
  2. Search 9.5.x for filter
  3. Search 10.3.x for filter
  4. Search 11.x for filter
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Filter class core/modules/jsonapi/src/Query/Filter.php Gathers information about the filter parameter.
Filter class core/modules/filter/src/Annotation/Filter.php Defines an filter annotation object.

All search results

Title Object type File name Summary
FilterFormatAccessTest::testFormatWidgetPermissions function core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php Tests editing a page using a disallowed text format.
FilterFormatAddForm class core/modules/filter/src/FilterFormatAddForm.php Provides a form for adding a filter format.
FilterFormatAddForm.php file core/modules/filter/src/FilterFormatAddForm.php
FilterFormatAddForm::form function core/modules/filter/src/FilterFormatAddForm.php Gets the actual form array to be built.
FilterFormatAddForm::submitForm function core/modules/filter/src/FilterFormatAddForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
FilterFormatEditForm class core/modules/filter/src/FilterFormatEditForm.php Provides a form for adding a filter format.
FilterFormatEditForm.php file core/modules/filter/src/FilterFormatEditForm.php
FilterFormatEditForm::form function core/modules/filter/src/FilterFormatEditForm.php Gets the actual form array to be built.
FilterFormatEditForm::submitForm function core/modules/filter/src/FilterFormatEditForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
FilterFormatFormBase class core/modules/filter/src/FilterFormatFormBase.php Provides a base form for a filter format.
FilterFormatFormBase.php file core/modules/filter/src/FilterFormatFormBase.php
FilterFormatFormBase::actions function core/modules/filter/src/FilterFormatFormBase.php Returns an array of supported actions for the current entity form.
FilterFormatFormBase::exists function core/modules/filter/src/FilterFormatFormBase.php Determines if the format already exists.
FilterFormatFormBase::form function core/modules/filter/src/FilterFormatFormBase.php Gets the actual form array to be built.
FilterFormatFormBase::submitForm function core/modules/filter/src/FilterFormatFormBase.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
FilterFormatFormBase::validateForm function core/modules/filter/src/FilterFormatFormBase.php Form validation handler.
FilterFormatHalJsonAnonTest class core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonAnonTest.php @group hal
FilterFormatHalJsonAnonTest.php file core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonAnonTest.php
FilterFormatHalJsonAnonTest::$defaultTheme property core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonAnonTest.php The theme to install as the default for testing.
FilterFormatHalJsonAnonTest::$format property core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonAnonTest.php The format to use in this test.
FilterFormatHalJsonAnonTest::$mimeType property core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonAnonTest.php The MIME type that corresponds to $format.
FilterFormatHalJsonAnonTest::$modules property core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonAnonTest.php Modules to install.
FilterFormatHalJsonBasicAuthTest class core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonBasicAuthTest.php @group hal
FilterFormatHalJsonBasicAuthTest.php file core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonBasicAuthTest.php
FilterFormatHalJsonBasicAuthTest::$auth property core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
FilterFormatHalJsonBasicAuthTest::$defaultTheme property core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonBasicAuthTest.php The theme to install as the default for testing.
FilterFormatHalJsonBasicAuthTest::$format property core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonBasicAuthTest.php The format to use in this test.
FilterFormatHalJsonBasicAuthTest::$mimeType property core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
FilterFormatHalJsonBasicAuthTest::$modules property core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonBasicAuthTest.php Modules to install.
FilterFormatHalJsonCookieTest class core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonCookieTest.php @group hal
FilterFormatHalJsonCookieTest.php file core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonCookieTest.php
FilterFormatHalJsonCookieTest::$auth property core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonCookieTest.php The authentication mechanism to use in this test.
FilterFormatHalJsonCookieTest::$defaultTheme property core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonCookieTest.php The theme to install as the default for testing.
FilterFormatHalJsonCookieTest::$format property core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonCookieTest.php The format to use in this test.
FilterFormatHalJsonCookieTest::$mimeType property core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonCookieTest.php The MIME type that corresponds to $format.
FilterFormatHalJsonCookieTest::$modules property core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonCookieTest.php Modules to install.
FilterFormatInterface interface core/modules/filter/src/FilterFormatInterface.php Provides an interface defining a filter format entity.
FilterFormatInterface.php file core/modules/filter/src/FilterFormatInterface.php
FilterFormatInterface::filters function core/modules/filter/src/FilterFormatInterface.php Returns the ordered collection of filter plugin instances or an individual plugin instance.
FilterFormatInterface::getFilterTypes function core/modules/filter/src/FilterFormatInterface.php Retrieves all filter types that are used in the text format.
FilterFormatInterface::getHtmlRestrictions function core/modules/filter/src/FilterFormatInterface.php Retrieve all HTML restrictions (tags and attributes) for the text format.
FilterFormatInterface::getPermissionName function core/modules/filter/src/FilterFormatInterface.php Returns the machine-readable permission name for the text format.
FilterFormatInterface::isFallbackFormat function core/modules/filter/src/FilterFormatInterface.php Returns if this format is the fallback format.
FilterFormatInterface::removeFilter function core/modules/filter/src/FilterFormatInterface.php Removes a filter.
FilterFormatInterface::setFilterConfig function core/modules/filter/src/FilterFormatInterface.php Sets the configuration for a filter plugin instance.
FilterFormatJsonAnonTest class core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php @group rest
FilterFormatJsonAnonTest.php file core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php
FilterFormatJsonAnonTest::$defaultTheme property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php The theme to install as the default for testing.
FilterFormatJsonAnonTest::$format property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php The format to use in this test.
FilterFormatJsonAnonTest::$mimeType property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php The MIME type that corresponds to $format.

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