FilterFormatAddForm::form

public FilterFormatAddForm::form(array $form, FormStateInterface $form_state) Gets the actual form array to be built. Overrides FilterFormatFormBase::form See also \Drupal\Core\Entity\EntityForm::processForm() \Drupal\Core\Entity\EntityForm::afterBuild() File core/modules/filter/src/FilterFormatAddForm.php, line 15 Class FilterFormatAddForm Provides a form for adding a filter format. Namespace Drupal\filter Code public function form(array $form, FormStateInterface $form_state) { ret

Drupal::moduleHandler

public static Drupal::moduleHandler() Returns the module handler. Return value \Drupal\Core\Extension\ModuleHandlerInterface File core/lib/Drupal.php, line 470 Contains \Drupal. Class Drupal Static Service Container wrapper. Code public static function moduleHandler() { return static::getContainer()->get('module_handler'); }

TypeLinkManager

Hierarchy class \Drupal\rest\LinkManager\LinkManagerBaseclass \Drupal\rest\LinkManager\TypeLinkManager implements TypeLinkManagerInterface File core/modules/rest/src/LinkManager/TypeLinkManager.php, line 12 Namespace Drupal\rest\LinkManager Members Name Modifiers Type Description LinkManagerBase::$configFactory protected property Config factory service. LinkManagerBase::$linkDomain protected property Link domain used for type links URIs. LinkManagerBase::$requ

BookExport::$nodeStorage

The node storage. Type: \Drupal\Core\Entity\EntityStorageInterface File core/modules/book/src/BookExport.php, line 20 Class BookExport Provides methods for exporting book to different formats. Namespace Drupal\book Code protected $nodeStorage;

ViewUI::$isUninstalling

Whether the config is being deleted through the uninstall process. Type: bool File core/modules/views_ui/src/ViewUI.php, line 136 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code private $isUninstalling = FALSE;

FileTransfer::$password

The password for this file transfer. Type: string File core/lib/Drupal/Core/FileTransfer/FileTransfer.php, line 28 Class FileTransfer Defines the base FileTransfer class. Namespace Drupal\Core\FileTransfer Code protected $password;

shortcut_set_edit_access

shortcut_set_edit_access(ShortcutSetInterface $shortcut_set = NULL) Access callback for editing a shortcut set. Parameters Drupal\shortcut\ShortcutSetInterface $shortcut_set: (optional) The shortcut set to be edited. If not set, the current user's shortcut set will be used. Return value \Drupal\Core\Access\AccessResultInterface The access result. File core/modules/shortcut/shortcut.module, line 57 Allows users to manage customizable lists of shortcut links. Code function shortcut_set_edit_a

EntityViewBuilder::buildComponents

public EntityViewBuilder::buildComponents(array &$build, array $entities, array $displays, $view_mode) Builds the component fields and properties of a set of entities. Parameters &$build: The renderable array representing the entity content. \Drupal\Core\Entity\EntityInterface[] $entities: The entities whose content is being built. \Drupal\Core\Entity\Display\EntityViewDisplayInterface[] $displays: The array of entity view displays holding the display options configured for the entity

Theme::getRootDirectoryRelativePath

public static Theme::getRootDirectoryRelativePath() Returns the name of the root directory under which projects will be copied. Return value string A relative path to the root directory. Overrides UpdaterInterface::getRootDirectoryRelativePath File core/lib/Drupal/Core/Updater/Theme.php, line 42 Class Theme Defines a class for updating themes using Drupal\Core\FileTransfer\FileTransfer classes via authorize.php. Namespace Drupal\Core\Updater Code public static function getRootDirector

Url::fromRouteUri

protected static Url::fromRouteUri(array $uri_parts, array $options, $uri) Creates a new Url object for 'route:' URIs. Parameters array $uri_parts: Parts from an URI of the form route:{route_name};{route_parameters} as from parse_url(), where the path is the route name optionally followed by a ";" followed by route parameters in key=value format with & separators. array $options: An array of options, see \Drupal\Core\Url::fromUri() for details. string $uri: The original passed in URI. Retu