RfcLogLevel::NOTICE

Log message severity -- Normal but significant conditions. File core/lib/Drupal/Core/Logger/RfcLogLevel.php, line 63 Class RfcLogLevel Defines various logging severity levels. Namespace Drupal\Core\Logger Code const NOTICE = 5;

ReadOnlyStream::$uri

Instance URI (stream). A stream is referenced as "scheme://target". Type: string File core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php, line 37 Class ReadOnlyStream Defines a read-only Drupal stream wrapper base class. Namespace Drupal\Core\StreamWrapper Code protected $uri;

ContentEntityStorageBase::onFieldStorageDefinitionCreate

public ContentEntityStorageBase::onFieldStorageDefinitionCreate(FieldStorageDefinitionInterface $storage_definition) Reacts to the creation of a field storage definition. Parameters \Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The definition being created. Overrides FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionCreate File core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php, line 144 Class ContentEntityStorageBase Base class for content e

filter_help

filter_help($route_name, RouteMatchInterface $route_match) Implements hook_help(). File core/modules/filter/filter.module, line 19 Framework for handling the filtering of content. Code function filter_help($route_name, RouteMatchInterface $route_match) { switch ($route_name) { case 'help.page.filter': $output = ''; $output .= '<h3>' . t('About') . '</h3>'; $output .= '<p>' . t('The Filter module allows administrators to configure text formats. Text fo

QuickEditController::fieldForm

public QuickEditController::fieldForm(EntityInterface $entity, $field_name, $langcode, $view_mode_id, Request $request) Returns a single field edit form as an Ajax response. Parameters \Drupal\Core\Entity\EntityInterface $entity: The entity being edited. string $field_name: The name of the field that is being edited. string $langcode: The name of the language for which the field is being edited. string $view_mode_id: The view mode the field should be rerendered in. \Symfony\Component\HttpFound

Color

Provides a form element for choosing a color. Properties: #default_value: Default value, in a format like #ffffff. Example usage: $form['color'] = array( '#type' => 'color', '#title' => $this->t('Color'), '#default_value' => '#ffffff', ); Plugin annotation @FormElement("color") Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, String

file_create_url

file_create_url($uri) Creates a web-accessible URL for a stream to an external or local file. Compatibility: normal paths and stream wrappers. There are two kinds of local files: "managed files", i.e. those stored by a Drupal-compatible stream wrapper. These are files that have either been uploaded by users or were generated automatically (for example through CSS aggregation). "shipped files", i.e. those outside of the files directory, which ship as part of Drupal core or contributed modules or

ListElement::create

public static ListElement::create(TypedDataInterface $schema) Creates a form element instance from a schema definition. Parameters \Drupal\Core\TypedData\TypedDataInterface $schema: The configuration schema. Return value static Overrides ElementInterface::create File core/modules/config_translation/src/FormElement/ListElement.php, line 41 Class ListElement Defines the list element for the configuration translation interface. Namespace Drupal\config_translation\FormElement Code public

ReorderDisplays

Displays the display reorder form. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\views_ui\Form\Ajax\ViewsFormBase implements ViewsFormInterfaceclass \Drupal\views_ui\Form\Ajax\ReorderDisplays File core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php, line 12 Namespace Drupal\view

ResponsiveImageStyle::setBreakpointGroup

public ResponsiveImageStyle::setBreakpointGroup($breakpoint_group) Sets the breakpoint group for the responsive image style. Parameters string $breakpoint_group: The responsive image style breakpoint group. Return value $this Overrides ResponsiveImageStyleInterface::setBreakpointGroup File core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php, line 155 Class ResponsiveImageStyle Defines the responsive image style entity. Namespace Drupal\responsive_image\Entity Code publi