Search for filter

  1. Search 7.x for filter
  2. Search 8.9.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 a filter annotation object.

All search results

Title Object type File name Summary
FilterFormat::preSave function core/modules/filter/src/Entity/FilterFormat.php Acts on an entity before the presave hook is invoked.
FilterFormat::query function core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php
FilterFormat::query function core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php
FilterFormat::removeFilter function core/modules/filter/src/Entity/FilterFormat.php Removes a filter.
FilterFormat::setFilterConfig function core/modules/filter/src/Entity/FilterFormat.php Sets the configuration for a filter plugin instance.
FilterFormat::toArray function core/modules/filter/src/Entity/FilterFormat.php Gets an array of all property values.
FilterFormatAccessControlHandler class core/modules/filter/src/FilterFormatAccessControlHandler.php Defines the access control handler for the filter format entity type.
FilterFormatAccessControlHandler.php file core/modules/filter/src/FilterFormatAccessControlHandler.php
FilterFormatAccessControlHandler::checkAccess function core/modules/filter/src/FilterFormatAccessControlHandler.php Performs access checks.
FilterFormatAccessTest class core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php Tests access to text formats.
FilterFormatAccessTest.php file core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php
FilterFormatAccessTest::$adminUser property core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php A user with administrative permissions.
FilterFormatAccessTest::$allowedFormat property core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php An object representing an allowed text format.
FilterFormatAccessTest::$defaultTheme property core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php The theme to install as the default for testing.
FilterFormatAccessTest::$disallowedFormat property core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php An object representing a disallowed text format.
FilterFormatAccessTest::$filterAdminUser property core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php A user with 'administer filters' permission.
FilterFormatAccessTest::$modules property core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php Modules to enable.
FilterFormatAccessTest::$secondAllowedFormat property core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php An object representing a secondary allowed text format.
FilterFormatAccessTest::$webUser property core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php A user with permission to create and edit own content.
FilterFormatAccessTest::resetFilterCaches function core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php Rebuilds text format and permission caches in the thread running the tests.
FilterFormatAccessTest::setUp function core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php
FilterFormatAccessTest::testFormatPermissions function core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php Tests the Filter format access permissions functionality.
FilterFormatAccessTest::testFormatRoles function core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php Tests if text format is available to a role.
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/hal/tests/src/Functional/filter/FilterFormatHalJsonAnonTest.php @group hal
@group legacy
FilterFormatHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/filter/FilterFormatHalJsonAnonTest.php
FilterFormatHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/filter/FilterFormatHalJsonAnonTest.php The theme to install as the default for testing.
FilterFormatHalJsonAnonTest::$format property core/modules/hal/tests/src/Functional/filter/FilterFormatHalJsonAnonTest.php The format to use in this test.
FilterFormatHalJsonAnonTest::$mimeType property core/modules/hal/tests/src/Functional/filter/FilterFormatHalJsonAnonTest.php The MIME type that corresponds to $format.
FilterFormatHalJsonAnonTest::$modules property core/modules/hal/tests/src/Functional/filter/FilterFormatHalJsonAnonTest.php Modules to install.
FilterFormatHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/filter/FilterFormatHalJsonBasicAuthTest.php @group hal
@group legacy
FilterFormatHalJsonBasicAuthTest.php file core/modules/hal/tests/src/Functional/filter/FilterFormatHalJsonBasicAuthTest.php
FilterFormatHalJsonBasicAuthTest::$auth property core/modules/hal/tests/src/Functional/filter/FilterFormatHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
FilterFormatHalJsonBasicAuthTest::$defaultTheme property core/modules/hal/tests/src/Functional/filter/FilterFormatHalJsonBasicAuthTest.php The theme to install as the default for testing.
FilterFormatHalJsonBasicAuthTest::$format property core/modules/hal/tests/src/Functional/filter/FilterFormatHalJsonBasicAuthTest.php The format to use in this test.

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