hide |
function |
core/includes/common.inc |
Hides an element from later rendering. |
Uuid |
class |
core/includes/uuid.inc |
Factory class for UUIDs. |
UuidCom |
class |
core/includes/uuid.inc |
UUID implementation using the Windows internal GUID extension. |
UuidPhp |
class |
core/includes/uuid.inc |
Generates an UUID v4 using PHP code. |
UuidPecl |
class |
core/includes/uuid.inc |
UUID implementation using the PECL extension. |
File::id |
function |
core/modules/file/file.entity.inc |
Implements EntityInterface::id(). |
User::id |
function |
core/modules/user/user.entity.inc |
Implements EntityInterface::id(). |
uuid.inc |
file |
core/includes/uuid.inc |
Handling of universally unique identifiers. |
Node::id |
function |
core/modules/node/node.entity.inc |
Implements EntityInterface::id(). |
_lock_id |
function |
core/includes/lock.inc |
Helper function to get this request's unique id. |
valid_url |
function |
core/includes/common.inc |
Verifies the syntax of the given URL. |
File::$fid |
property |
core/modules/file/file.entity.inc |
The file ID. |
File::$uid |
property |
core/modules/file/file.entity.inc |
The uid of the user who is associated with the file. |
db_next_id |
function |
core/includes/database/database.inc |
Retrieves a unique id. |
User::$uid |
property |
core/modules/user/user.entity.inc |
The user ID. |
Node::$nid |
property |
core/modules/node/node.entity.inc |
The node ID. |
Node::$vid |
property |
core/modules/node/node.entity.inc |
The node revision ID. |
Node::$uid |
property |
core/modules/node/node.entity.inc |
The node owner's user ID. |
Comment::id |
function |
core/modules/comment/comment.entity.inc |
Implements EntityInterface::id(). |
Node::$tnid |
property |
core/modules/node/node.entity.inc |
The node translation set ID. |
theme_hidden |
function |
core/includes/form.inc |
Returns HTML for a hidden form element. |
views_form_id |
function |
core/modules/views/views.module |
Returns a form ID for a Views form using the name and display of the View. |
file_validate |
function |
core/includes/file.inc |
Checks that a file meets the criteria specified by the validators. |
UuidInterface |
interface |
core/includes/uuid.inc |
Interface that defines a UUID backend. |
Uuid::$plugin |
property |
core/includes/uuid.inc |
Holds the UUID implementation. |
Uuid::isValid |
function |
core/includes/uuid.inc |
Check that a string appears to be in the format of a UUID. |
Comment::$cid |
property |
core/modules/comment/comment.entity.inc |
The comment ID. |
Comment::$pid |
property |
core/modules/comment/comment.entity.inc |
The parent comment ID if this is a reply to a comment. |
Comment::$uid |
property |
core/modules/comment/comment.entity.inc |
The comment author ID. |
date_validate |
function |
core/includes/form.inc |
Validates the date type to prevent invalid dates (e.g., February 30, 2006). |
hook_validate |
function |
core/modules/node/node.api.php |
Perform node validation before a node is created or updated. |
Comment::$nid |
property |
core/modules/comment/comment.entity.inc |
The ID of the node to which the comment is attached. |
node_validate |
function |
core/modules/node/node.module |
Performs validation checks on the given node. |
Redirect::$uid |
property |
core/modules/redirect/redirect.class.inc |
The redirect creator ID. |
file_valid_uri |
function |
core/includes/file.inc |
Determines whether the URI has a valid scheme for file API operations. |
HTMLIdTestCase |
class |
core/modules/simpletest/tests/form.test |
Tests uniqueness of generated HTML IDs. |
drupal_html_id |
function |
core/includes/drupal.inc |
Prepares a string for use as a valid HTML ID and guarantees uniqueness. |
Uuid::generate |
function |
core/includes/uuid.inc |
Generates an universally unique identifier. |
TestEntity::id |
function |
core/modules/field/tests/field_test/field_test.class.inc |
Returns the entity identifier (the entity's machine name or numeric ID). |
view::validate |
function |
core/modules/views/includes/view.inc |
Make sure the view is completely valid. |
_form_validate |
function |
core/includes/form.inc |
Performs validation on form elements. |
TestEntity::id |
function |
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::id(). |
grid-float.css |
file |
core/modules/layout/css/grid-float.css |
/*!
* Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
.container {
margin-left: auto;
margin-right: auto;
padding-left:… |
_link_validate |
function |
core/modules/link/link.module |
Validates that the link field has been entered properly. |
Redirect::$rid |
property |
core/modules/redirect/redirect.class.inc |
The redirect ID. |
book_update_bid |
function |
core/modules/book/book.module |
Updates the book ID of a page and its children when it moves to a new book. |
TestEntity::$id |
property |
core/modules/field/tests/field_test/field_test.class.inc |
|
TestEntity::$id |
property |
core/modules/entity/tests/entity_test/entity_test.entity.inc |
|
theme_file_video |
function |
core/modules/file/file.theme.inc |
Returns HTML for displaying an HTML5 <video> tag. |
backdrop_html_id |
function |
core/includes/common.inc |
Prepares a string for use as a valid HTML ID and guarantees uniqueness. |