UrlHelper::setAllowedProtocols

public static UrlHelper::setAllowedProtocols(array $protocols = array()) Sets the allowed protocols. Parameters array $protocols: An array of protocols, for example http, https and irc. File core/lib/Drupal/Component/Utility/UrlHelper.php, line 297 Class UrlHelper Helper class URL based methods. Namespace Drupal\Component\Utility Code public static function setAllowedProtocols(array $protocols = array()) { static::$allowedProtocols = $protocols; }

UrlGenerator::isStrictRequirements

public UrlGenerator::isStrictRequirements() File core/lib/Drupal/Core/Routing/UrlGenerator.php, line 113 Class UrlGenerator Generates URLs from route names and parameters. Namespace Drupal\Core\Routing Code public function isStrictRequirements() { return TRUE; }

ViewUI::uriRelationships

public ViewUI::uriRelationships() Gets a list of URI relationships supported by this entity. Return value string[] An array of link relationships supported by this entity. Overrides EntityInterface::uriRelationships File core/modules/views_ui/src/ViewUI.php, line 1156 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public function uriRelationships() { return $this->storage->uriRelationships(); }

views-view-rss.html.twig

Default template for feed displays that use the RSS style. Available variables: link: The link to the feed (the view path). namespaces: The XML namespaces (added automatically). title: The title of the feed (as set in the view). description: The feed description (from feed settings). langcode: The language encoding. channel_elements: The formatted channel elements. items: The feed items themselves. See also template_preprocess_views_view_rss() File core/modules/views/templates/views-

RegisterForm::actions

protected RegisterForm::actions(array $form, FormStateInterface $form_state) Returns an array of supported actions for the current entity form. @todo Consider introducing a 'preview' action here, since it is used by many entity types. Overrides EntityForm::actions File core/modules/user/src/RegisterForm.php, line 53 Class RegisterForm Form handler for the user register forms. Namespace Drupal\user Code protected function actions(array $form, FormStateInterface $form_state) { $element

EntityConverter::convert

public EntityConverter::convert($value, $definition, $name, array $defaults) Converts path variables to their corresponding objects. Parameters mixed $value: The raw value. mixed $definition: The parameter definition provided in the route options. string $name: The name of the parameter. array $defaults: The route defaults array. Return value mixed|null The converted parameter value. Overrides ParamConverterInterface::convert File core/lib/Drupal/Core/ParamConverter/EntityConverter.php, line

ContentTranslationManager::isSupported

public ContentTranslationManager::isSupported($entity_type_id) Checks whether an entity type supports translation. Parameters string $entity_type_id: The entity type. Return value bool TRUE if an entity type is supported, FALSE otherwise. Overrides ContentTranslationManagerInterface::isSupported File core/modules/content_translation/src/ContentTranslationManager.php, line 60 Class ContentTranslationManager Provides common functionality for content translation. Namespace Drupal\content

DateHelper::days

public static DateHelper::days($required = FALSE, $month = NULL, $year = NULL) Constructs an array of days in a month. Parameters bool $required: (optional) If FALSE, the returned array will include a blank value. Defaults to FALSE. int $month: (optional) The month in which to find the number of days. Defaults to NULL. int $year: (optional) The year in which to find the number of days. Defaults to NULL. Return value array An array of days for the selected month. File core/lib/Drupal/Core/Date

ContextualLinkManager::$controllerResolver

A controller resolver object. Type: \Symfony\Component\HttpKernel\Controller\ControllerResolverInterface File core/lib/Drupal/Core/Menu/ContextualLinkManager.php, line 52 Class ContextualLinkManager Defines a contextual link plugin manager to deal with contextual links. Namespace Drupal\Core\Menu Code protected $controllerResolver;

FILE_READABLE

File permission check -- File is readable. File core/includes/install.inc, line 44 API functions for installing modules and themes. Code const FILE_READABLE = 2;