Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for id

You are here

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

Pages

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS