Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
FilterFormat::isFallbackFormat function core/modules/filter/src/Entity/FilterFormat.php Returns if this format is the fallback format.
FilterFormat::postSave function core/modules/filter/src/Entity/FilterFormat.php Acts on a saved entity before the insert or update hook is invoked.
FilterFormat::preSave function core/modules/filter/src/Entity/FilterFormat.php Acts on an entity before the presave hook is invoked.
FilterFormat::setFilterConfig function core/modules/filter/src/Entity/FilterFormat.php #[ActionMethod(adminLabel: new TranslatableMarkup('Sets configuration for a filter plugin'))]
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 install.
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::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::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::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.
FilterFormatInterface::filters function core/modules/filter/src/FilterFormatInterface.php Returns a sorted collection of filter plugins or an individual 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::getRoles function core/modules/filter/src/FilterFormatInterface.php Retrieves a list of roles that are allowed to use this format.
FilterFormatInterface::isFallbackFormat function core/modules/filter/src/FilterFormatInterface.php Returns if this format is the fallback format.
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 Tests Filter Format Json Anon.
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.
FilterFormatJsonBasicAuthTest class core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php Tests Filter Format Json Basic Auth.
FilterFormatJsonBasicAuthTest.php file core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php
FilterFormatJsonBasicAuthTest::$auth property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php The authentication mechanism to use in this test.
FilterFormatJsonBasicAuthTest::$defaultTheme property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php The theme to install as the default for testing.
FilterFormatJsonBasicAuthTest::$format property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php The format to use in this test.
FilterFormatJsonBasicAuthTest::$mimeType property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php The MIME type that corresponds to $format.
FilterFormatJsonBasicAuthTest::$modules property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php Modules to install.
FilterFormatJsonCookieTest class core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php Tests Filter Format Json Cookie.

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