DeleteForm

Builds the form to delete a path alias. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfirmFormBase implements ConfirmFormInterfaceclass \Drupal\path\Form\DeleteForm File core/modules/path/src/Form/DeleteForm.php, line 14 Namespace Drupal\path\Form Members Name Modi

BlockManager

Manages discovery and instantiation of block plugins. @todo Add documentation to this class. Hierarchy class \Drupal\Component\Plugin\PluginManagerBase implements PluginManagerInterface uses DiscoveryTraitclass \Drupal\Core\Plugin\DefaultPluginManager implements CachedDiscoveryInterface, PluginManagerInterface, CacheableDependencyInterface uses DiscoveryCachedTrait, UseCacheBackendTraitclass \Drupal\Core\Block\BlockManager implements FallbackPluginManagerInterface, BlockManagerInterface uses Ca

BlockContentType::$description

The description of the block type. Type: string File core/modules/block_content/src/Entity/BlockContentType.php, line 71 Class BlockContentType Defines the custom block type entity. Namespace Drupal\block_content\Entity Code protected $description;

Datetime::processDatetime

public static Datetime::processDatetime(&$element, FormStateInterface $form_state, &$complete_form) Expands a datetime element type into date and/or time elements. All form elements are designed to have sane defaults so any or all can be omitted. Both the date and time components are configurable so they can be output as HTML5 datetime elements or not, as desired. Examples of possible configurations include: HTML5 date and time: #date_date_element = 'date'; #date_time_element = 'time';

ImageToolkitForm::getEditableConfigNames

protected ImageToolkitForm::getEditableConfigNames() Gets the configuration names that will be editable. Return value array An array of configuration object names that are editable if called in conjunction with the trait's config() method. Overrides ConfigFormBaseTrait::getEditableConfigNames File core/modules/system/src/Form/ImageToolkitForm.php, line 59 Class ImageToolkitForm Configures image toolkit settings for this site. Namespace Drupal\system\Form Code protected function getEdi

DateFormatFormBase::create

public static DateFormatFormBase::create(ContainerInterface $container) Instantiates a new instance of this class. This is a factory method that returns a new instance of this class. The factory should pass any needed dependencies into the constructor of this class, but not the container itself. Every call to this method must return a new instance of this class; that is, it may not implement a singleton. Parameters \Symfony\Component\DependencyInjection\ContainerInterface $container: The servi

ImageToolkitForm::submitForm

public ImageToolkitForm::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides ConfigFormBase::submitForm File core/modules/system/src/Form/ImageToolkitForm.php, line 113 Class ImageToolkitForm Configures image toolkit settings for this site. Namespace Drupal\system\Form Code public

StreamWrapperInterface::ALL

A filter that matches all wrappers. File core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php, line 35 Class StreamWrapperInterface Defines a Drupal stream wrapper extension. Namespace Drupal\Core\StreamWrapper Code const ALL = 0x0000;

StreamWrapperManagerInterface::getWrappers

public StreamWrapperManagerInterface::getWrappers($filter = StreamWrapperInterface::ALL) Provides Drupal stream wrapper registry. A stream wrapper is an abstraction of a file system that allows Drupal to use the same set of methods to access both local files and remote resources. Provide a facility for managing and querying user-defined stream wrappers in PHP. PHP's internal stream_get_wrappers() doesn't return the class registered to handle a stream, which we need to be able to find the handle

DateFormatFormBase::validateForm

public DateFormatFormBase::validateForm(array &$form, FormStateInterface $form_state) Form validation handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormBase::validateForm File core/modules/system/src/Form/DateFormatFormBase.php, line 124 Class DateFormatFormBase Provides a base form for date formats. Namespace Drupal\system\Form Code public funct