FilterFormat::$format

Unique machine name of the format. @todo Rename to $id. Type: string File core/modules/filter/src/Entity/FilterFormat.php, line 58 Class FilterFormat Represents a text format. Namespace Drupal\filter\Entity Code protected $format;

FilterFormat::$roles

List of user role IDs to grant access to use this format on initial creation. This property is always empty and unused for existing text formats. Default configuration objects of modules and installation profiles are allowed to specify a list of user role IDs to grant access to. This property only has an effect when a new text format is created and the list is not empty. By default, no user role is allowed to use a new format. Type: array File core/modules/filter/src/Entity/FilterFormat.php, li

PrivateTempStore::$expire

The time to live for items in seconds. By default, data is stored for one week (604800 seconds) before expiring. Type: int File core/modules/user/src/PrivateTempStore.php, line 66 Class PrivateTempStore Stores and retrieves temporary data for a given owner. Namespace Drupal\user Code protected $expire;

FilterFormatInterface::getHtmlRestrictions

public FilterFormatInterface::getHtmlRestrictions() Retrieve all HTML restrictions (tags and attributes) for the text format. Note that restrictions applied to the "*" tag (the wildcard tag, i.e. all tags) are treated just like any other HTML tag. That means that any restrictions applied to it are not automatically applied to all other tags. It is up to the caller to handle this in whatever way it sees fit; this way no information granularity is lost. Return value array|false A structured arra

EntityFormDisplay::getRenderer

public EntityFormDisplay::getRenderer($field_name) Gets the renderer plugin for a field (e.g. widget, formatter). Parameters string $field_name: The field name. Return value \Drupal\Core\Field\PluginSettingsInterface|null A widget or formatter plugin or NULL if the field does not exist. Overrides EntityDisplayInterface::getRenderer File core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php, line 132 Class EntityFormDisplay Configuration entity that contains widget options for all comp

FilterFormatInterface::isFallbackFormat

public FilterFormatInterface::isFallbackFormat() Returns if this format is the fallback format. The fallback format can never be disabled. It must always be available. Return value bool TRUE if this format is the fallback format, FALSE otherwise. File core/modules/filter/src/FilterFormatInterface.php, line 45 Class FilterFormatInterface Provides an interface defining a filter format entity. Namespace Drupal\filter Code public function isFallbackFormat();

FilterProcessResult::$processedText

The processed text. Type: string See also \Drupal\filter\Plugin\FilterInterface::process() File core/modules/filter/src/FilterProcessResult.php, line 72 Class FilterProcessResult Used to return values from a text filter plugin's processing method. Namespace Drupal\filter Code protected $processedText;

AuthenticationProviderChallengeInterface::challengeException

public AuthenticationProviderChallengeInterface::challengeException(Request $request, \Exception $previous) Constructs an exception which is used to generate the challenge. Parameters \Symfony\Component\HttpFoundation\Request $request: The request. \Exception $previous: The previous exception. Return value \Symfony\Component\HttpKernel\Exception\HttpExceptionInterface|null An exception to be used in order to generate an authentication challenge. File core/lib/Drupal/Core/Authentication/Authen

FieldStorageAddForm::fieldNameExists

public FieldStorageAddForm::fieldNameExists($value, $element, FormStateInterface $form_state) Checks if a field machine name is taken. Parameters string $value: The machine name, not prefixed. array $element: An array containing the structure of the 'field_name' element. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value bool Whether or not the field machine name is taken. File core/modules/field_ui/src/Form/FieldStorageAddForm.php, line 542 Class

BookManagerInterface::bookLinkTranslate

public BookManagerInterface::bookLinkTranslate(&$link) Provides book loading, access control and translation. Note: copied from _menu_link_translate() in menu.inc, but reduced to the minimal code that's used. Parameters array $link: A book link. File core/modules/book/src/BookManagerInterface.php, line 143 Class BookManagerInterface Provides an interface defining a book manager. Namespace Drupal\book Code public function bookLinkTranslate(&$link);