Add.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php |
|
Zip::add |
function |
drupal/core/lib/Drupal/Component/Archiver/Zip.php |
Implements Drupal\Component\Archiver\ArchiveInterface::add(). |
node_add |
function |
drupal/core/modules/node/node.pages.inc |
Page callback: Provides the node submission form. |
Tar::add |
function |
drupal/core/lib/Drupal/Component/Archiver/Tar.php |
Implements Drupal\Component\Archiver\ArchiveInterface::add(). |
ip_address |
function |
drupal/core/includes/bootstrap.inc |
Returns the IP address of the client machine. |
Header::add |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php |
Add a value to the list of header values |
comment_add |
function |
drupal/core/modules/comment/comment.module |
Returns a rendered form to comment the given node. |
AddFeedTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/AddFeedTest.php |
Tests drupal_add_feed(). |
_DiffOp_Add |
class |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
@todo document
@private
@subpackage DifferenceEngine |
AddFeedTest |
class |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AddFeedTest.php |
Tests aggregator feed adding. |
AddTest.php |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AddTest.php |
|
FileBag::add |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/FileBag.php |
@api |
Sql::add_tag |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Adds a query tag to the sql object. |
_tracker_add |
function |
drupal/core/modules/tracker/tracker.module |
Updates indexing tables when a node is added, updated, or commented on. |
Url::addPath |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Url.php |
Add a relative path to the currently set path |
db_add_field |
function |
drupal/core/includes/database.inc |
Adds a new field to a table. |
db_add_index |
function |
drupal/core/includes/database.inc |
Adds an index. |
FlashBag::add |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php |
Adds a flash message for type. |
Profiler::add |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php |
Adds a Collector. |
drupal_add_js |
function |
drupal/core/includes/common.inc |
Adds a JavaScript file, setting, or inline code to the page. |
IpAddressTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/IpAddressTest.php |
Tests getting IP addresses and hostname validation. |
node_add_page |
function |
drupal/core/modules/node/node.pages.inc |
Page callback: Displays add content links for available content types. |
AddCssCommand |
class |
drupal/core/lib/Drupal/Core/Ajax/AddCssCommand.php |
An AJAX command for adding css to the page via ajax. |
HeaderBag::add |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php |
Adds new headers the current HTTP headers set. |
drupal_add_css |
function |
drupal/core/includes/common.inc |
Adds a cascading stylesheet to the stylesheet queue. |
Sql::add_table |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Add a table to the query, ensuring the path exists. |
Sql::add_field |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Add a field to the query table, possibly with an alias. This will
automatically call ensure_table to make sure the required table
exists, *unless* $table is unset. |
Sql::add_where |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Add a simple WHERE clause to the query. The caller is responsible for
ensuring that all fields are fully qualified (TABLE.FIELD) and that
the table already exists in the query. |
CurlMulti::add |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php |
Adds a request to a batch of requests to be sent in parallel. |
Select::addTag |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Adds a tag to a query. |
drupal_add_feed |
function |
drupal/core/includes/common.inc |
Adds a feed URL for the current page. |
Select::addJoin |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Join against another table in the database. |
AddFeedTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/AddFeedTest.php |
Definition of Drupal\system\Tests\Common\AddFeedTest. |
Collection::add |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
Add a value to a key. If a key of the same name has already been added, the key value will be converted into an
array and the new value will be pushed to the end of the array. |
Sql::add_having |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Add a simple HAVING clause to the query. |
ArchiveTar::add |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
This method add the files / directories that are listed in $p_filelist in
the archive. If the archive does not exist it is created.
The method return false and a PEAR error text.
The files and directories listed are only added at the end of the… |
AddFeedTest.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AddFeedTest.php |
Definition of Drupal\aggregator\Tests\AddFeedTest. |
entity_test_add |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Menu callback: displays the 'Add new entity_test' form. |
Collection::add |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Collection.php |
Adds an element at the end of the collection. |
Tables::addJoin |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
|
openid_user_add |
function |
drupal/core/modules/openid/openid.pages.inc |
Form builder; Add an OpenID identity. |
Select::addField |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Adds a field to the list to be SELECTed. |
Schema::addField |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Add a new field to a table. |
Schema::addIndex |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Add an index. |
Schema::addField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Add a new field to a table. |
Schema::addIndex |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Add an index. |
update_add_uuids |
function |
drupal/core/includes/update.inc |
Helper function to update entities with uuid. |
ClassLoader::add |
function |
drupal/core/vendor/composer/ClassLoader.php |
Registers a set of classes |
View::addDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Adds a new display handler to the view, automatically creating an ID. |
Sql::add_orderby |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Add an ORDER BY clause to the query. |