Url::$unrouted

Indicates whether this URL is for a URI without a Drupal route. Type: bool File core/lib/Drupal/Core/Url.php, line 76 Class Url Defines an object that holds information about a URL. Namespace Drupal\Core Code protected $unrouted = FALSE;

MenuLinkBase::isTranslatable

public MenuLinkBase::isTranslatable() Returns whether this link can be translated. Return value bool TRUE if the link can be translated, FALSE otherwise. Overrides MenuLinkInterface::isTranslatable File core/lib/Drupal/Core/Menu/MenuLinkBase.php, line 80 Class MenuLinkBase Defines a base menu link class. Namespace Drupal\Core\Menu Code public function isTranslatable() { return (bool) $this->getTranslateRoute(); }

ComplexDataInterface::toArray

public ComplexDataInterface::toArray() Returns an array of all property values. Gets an array of plain property values including all not-computed properties. Return value array An array of property values, keyed by property name. Throws \Drupal\Core\TypedData\Exception\MissingDataException If the complex data structure is unset and no property can be created. File core/lib/Drupal/Core/TypedData/ComplexDataInterface.php, line 95 Class ComplexDataInterface Interface for complex data; i.e.

Schema::uniqueIdentifier

public Schema::uniqueIdentifier() Returns a unique identifier for this object. Overrides PlaceholderInterface::uniqueIdentifier File core/lib/Drupal/Core/Database/Schema.php, line 56 Class Schema Provides a base implementation for Database Schema. Namespace Drupal\Core\Database Code public function uniqueIdentifier() { return $this->uniqueIdentifier; }

TypedDataManagerInterface::getPropertyInstance

public TypedDataManagerInterface::getPropertyInstance(TypedDataInterface $object, $property_name, $value = NULL) Get a typed data instance for a property of a given typed data object. This method will use prototyping for fast and efficient instantiation of many property objects with the same property path; for example, when multiple comments are used comment_body.0.value needs to be instantiated very often. Prototyping is done by the root object's data type and the given property path, i.e. all

BreakLockForm::buildForm

public BreakLockForm::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides EntityConfirmFormBase::buildForm File core/modules/views_ui/src/Form/BreakLockForm.php, line 97 Class BreakLockForm Builds the form to break the lock of an edited view. Namespace Dr

MenuLinkManagerInterface::updateDefinition

public MenuLinkManagerInterface::updateDefinition($id, array $new_definition_values, $persist = TRUE) Updates the values for a menu link definition in the menu tree storage. This will update the definition for a discovered menu link without the need for a full rebuild. It is also used for plugins not found through discovery to update definitions. Parameters string $id: The menu link plugin ID. array $new_definition_values: The new values for the link definition. This will usually be just a sub

LibraryDiscoveryParser::applyLibrariesOverride

protected LibraryDiscoveryParser::applyLibrariesOverride($libraries, $extension) Apply libraries overrides specified for the current active theme. Parameters array $libraries: The libraries definitions. string $extension: The extension in which these libraries are defined. Return value array The modified libraries definitions. File core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php, line 333 Class LibraryDiscoveryParser Parses library files to get extension data. Namespace Drupal\C

MenuTreeStorage::countMenuLinks

public MenuTreeStorage::countMenuLinks($menu_name = NULL) Counts the total number of menu links in one menu or all menus. Parameters string $menu_name: (optional) The menu name to count by. Defaults to all menus. Return value int The number of menu links in the named menu, or in all menus if the menu name is NULL. Overrides MenuTreeStorageInterface::countMenuLinks File core/lib/Drupal/Core/Menu/MenuTreeStorage.php, line 1040 Class MenuTreeStorage Provides a menu tree storage using the da

shortcut_renderable_links

shortcut_renderable_links($shortcut_set = NULL) Returns an array of shortcut links, suitable for rendering. Parameters \Drupal\shortcut\ShortcutSetInterface $shortcut_set: (optional) An object representing the set whose links will be displayed. If not provided, the user's current set will be displayed. Return value \Drupal\shortcut\ShortcutInterface[] An array of shortcut links, in the format returned by the menu system. File core/modules/shortcut/shortcut.module, line 254 Allows users to man