ParamConverterManagerInterface::addConverter

public ParamConverterManagerInterface::addConverter(ParamConverterInterface $param_converter, $id) Registers a parameter converter with the manager. Parameters \Drupal\Core\ParamConverter\ParamConverterInterface $param_converter: The added param converter instance. string $id: The parameter converter service id to register. Return value $this File core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php, line 22 Class ParamConverterManagerInterface Provides an interface for

ActiveTheme::getPath

public ActiveTheme::getPath() Returns the path to the theme directory. Return value string File core/lib/Drupal/Core/Theme/ActiveTheme.php, line 132 Class ActiveTheme Defines a theme and its information needed at runtime. Namespace Drupal\Core\Theme Code public function getPath() { return $this->path; }

DbUpdateController::selection

protected DbUpdateController::selection(Request $request) Renders a list of available database updates. Parameters \Symfony\Component\HttpFoundation\Request $request: The current request. Return value array A render array. File core/modules/system/src/Controller/DbUpdateController.php, line 253 Class DbUpdateController Controller routines for database update routes. Namespace Drupal\system\Controller Code protected function selection(Request $request) { // Make sure there is no sta

DefaultLanguageItem

Alternative plugin implementation of the 'language' field type. Replaces the Core 'language' entity field type implementation, changes the default values used. Required settings are: target_type: The entity type to reference. Hierarchy class \Drupal\Core\TypedData\TypedData implements PluginInspectionInterface, TypedDataInterface uses StringTranslationTrait, TypedDataTraitclass \Drupal\Core\TypedData\Plugin\DataType\Map implements \IteratorAggregate, ComplexDataInterfaceclass \Drupal\Core\Fi

Url

Defines an object that holds information about a URL. Hierarchy class \Drupal\Core\Url uses DependencySerializationTrait File core/lib/Drupal/Core/Url.php, line 17 Namespace Drupal\Core Members Name Modifiers Type Description DependencySerializationTrait::$_serviceIds protected property An array of service IDs keyed by property name used for serialization. DependencySerializationTrait::__sleep public function DependencySerializationTrait::__wakeup public fu

DefaultMenuLinkTreeManipulators::checkAccess

public DefaultMenuLinkTreeManipulators::checkAccess(array $tree) Performs access checks of a menu tree. Sets the 'access' property to AccessResultInterface objects on menu link tree elements. Descends into subtrees if the root of the subtree is accessible. Inaccessible subtrees are deleted, except the top-level inaccessible link, to be compatible with render caching. (This means that top-level inaccessible links are *not* removed; it is up to the code doing something with the tree to exclude in

Standard::filterXss

public static Standard::filterXss($html, FilterFormatInterface $format, FilterFormatInterface $original_format = NULL) Filters HTML to prevent XSS attacks when a user edits it in a text editor. Should filter as minimally as possible, only to remove XSS attack vectors. Is only called when: loading a non-XSS-safe text editor for a $format that contains a filter preventing XSS attacks (a FilterInterface::TYPE_HTML_RESTRICTOR filter): if the output is safe, it should also be safe to edit. loading a

ArchiverManager

Provides an Archiver plugin manager. Hierarchy class \Drupal\Component\Plugin\PluginManagerBase implements PluginManagerInterface uses DiscoveryTraitclass \Drupal\Core\Plugin\DefaultPluginManager implements CachedDiscoveryInterface, PluginManagerInterface, CacheableDependencyInterface uses DiscoveryCachedTrait, UseCacheBackendTraitclass \Drupal\Core\Archiver\ArchiverManager See also \Drupal\Core\Archiver\Annotation\Archiver \Drupal\Core\Archiver\ArchiverInterface Plugin API File core/lib/

UserPermissionsRoleSpecificForm

Provides the user permissions administration form for a specific role. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\user\Form\UserPermissionsFormclass \Drupal\user\Form\UserPermissionsRoleSpecificForm File core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php, line 11 Names

menu_ui_form_node_type_form_alter

menu_ui_form_node_type_form_alter(&$form, FormStateInterface $form_state) Implements hook_form_FORM_ID_alter() for \Drupal\node\NodeTypeForm. Adds menu options to the node type form. See also NodeTypeForm::form() menu_ui_form_node_type_form_submit() File core/modules/menu_ui/menu_ui.module, line 395 Allows administrators to customize the site's navigation menus. Code function menu_ui_form_node_type_form_alter(&$form, FormStateInterface $form_state) { /** @var \Drupal\Core\Menu\Menu